{"openapi":"3.0.0","info":{"description":"Bus stop information, route and schedule data, and bus positions.","title":"Bus Route and Stop Methods","version":"1.0","x-apisguru-categories":["transport"],"x-logo":{"url":"https://twitter.com/wmata/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://developer.wmata.com/docs/services/54763629281d83086473f231/export?DocumentFormat=Swagger","version":"2.0"}],"x-providerName":"wmata.com","x-serviceName":"bus-route"},"security":[{"apiKeyHeader":[]},{"apiKeyQuery":[]}],"tags":[],"paths":{"/BusPositions":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\n\n<p>Returns bus positions for the given route, with an optional search radius.\nIf no parameters are specified, all bus positions are returned.</p>\n\n<p>Note that the RouteID parameter accepts only base route names and no\nvariations, i.e.: use 10A instead of 10Av1 or 10Av2.</p>\n\n<p>Bus positions are refreshed approximately every <span style=\"text-decoration: line-through\">20 to 30</span> 7 to 10 seconds.</p>\n\n<h4 class=\"text-primary\">Response Elements</h4>\n\n<table class=\"table table-condensed table-hover\">\n<thead>\n<tr>\n<th class=\"col-md-3\">Element</th>\n\n<th>Description</th>\n</tr>\n</thead>\n\n<tbody>\n<tr>\n<td>BusPositions</td>\n\n<td>\nArray containing bus position information (<a href=\n\"#BusPosition\">BusPositions</a>).\n</td>\n</tr>\n\n<tr>\n<td colspan=\"2\">\n<div class=\"text-primary\" style=\"margin-top: 1em\">\n<a id=\"BusPosition\" name=\"BusPosition\">BusPosition\nElements</a>\n</div>\n</td>\n</tr>\n\n<tr>\n<td>DateTime</td>\n\n<td>Date and time (Eastern Standard Time) of last position update.\nWill be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T13:23:40).</td>\n</tr>\n\n<tr>\n<td>Deviation</td>\n\n<td>Deviation, in minutes, from schedule. Positive values indicate\nthat the bus is running late while negative ones are for buses\nrunning ahead of schedule.</td>\n</tr>\n\n<tr>\n<td style=\"text-decoration: line-through\">DirectionNum</td>\n\n<td><span class=\"text-danger\">Deprecated.</span> Use the\nDirectionText for a customer-friendly description of\ndirection.</td>\n</tr>\n\n<tr>\n<td>DirectionText</td>\n\n<td>General direction of the trip, not the bus itself (e.g.: NORTH,\nSOUTH, EAST, WEST).</td>\n</tr>\n\n<tr>\n<td>Lat</td>\n\n<td>Last reported Latitude of the bus.</td>\n</tr>\n\n<tr>\n<td>Lon</td>\n\n<td>Last reported Longitude of the bus.</td>\n</tr>\n\n<tr>\n<td>RouteID</td>\n\n<td>Base route name as shown on the bus. Note that the base route\nname could also refer to any variant, so a RouteID of 10A could\nrefer to 10A, 10Av1, 10Av2, etc.</td>\n</tr>\n\n<tr>\n<td>TripEndTime</td>\n\n<td>Scheduled end date and time (Eastern Standard Time) of the\nbus's current trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T13:17:00).</td>\n</tr>\n\n<tr>\n<td>TripHeadsign</td>\n\n<td>Destination of the bus.</td>\n</tr>\n\n<tr>\n<td>TripID</td>\n\n<td>Unique trip ID. This can be correlated with the data returned\nfrom the schedule-related methods.</td>\n</tr>\n\n<tr>\n<td>TripStartTime</td>\n\n<td>Scheduled start date and time (Eastern Standard Time) of the\nbus's current trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T12:40:00).</td>\n</tr>\n\n<tr>\n<td>VehicleID</td>\n\n<td>Unique identifier for the bus. This is usually visible on the\nbus itself.</td>\n</tr>\n</tbody>\n</table>","operationId":"5476362a281d830c946a3d6e","parameters":[{"description":"Bus route, e.g.: 70, 10A.","in":"query","name":"RouteID","schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Center point Latitude, required if Longitude and Radius are specified.","in":"query","name":"Lat","schema":{"type":"string"}},{"description":"Center point Longitude, required if Latitude and Radius are specified.","in":"query","name":"Lon","schema":{"type":"string"}},{"description":"Radius (meters) to include in the search area, required if Latitude and Longitude are specified.","in":"query","name":"Radius","schema":{"type":"string"}}],"responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"\n\n<BusPositionsResp\n    xmlns=\"http://www.wmata.com\"\n    xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <BusPositions>\n        <BusPosition>\n            <DateTime>2014-10-27T13:23:40</DateTime>\n            <Deviation>7.0000000000</Deviation>\n            <DirectionNum>10</DirectionNum>\n            <DirectionText>NORTH</DirectionText>\n            <Lat>39.191525</Lat>\n            <Lon>-76.672821</Lon>\n            <RouteID>B30</RouteID>\n            <TripEndTime>2014-10-27T13:17:00</TripEndTime>\n            <TripHeadsign>BWI LT RAIL STA</TripHeadsign>\n            <TripID>6794838</TripID>\n            <TripStartTime>2014-10-27T12:40:00</TripStartTime>\n            <VehicleID>6217</VehicleID>\n        </BusPosition>\n        <BusPosition>\n            <DateTime>2014-10-27T13:23:19</DateTime>\n            <Deviation>-1.0000000000</Deviation>\n            <DirectionNum>12</DirectionNum>\n            <DirectionText>SOUTH</DirectionText>\n            <Lat>39.030003</Lat>\n            <Lon>-76.948868</Lon>\n            <RouteID>B30</RouteID>\n            <TripEndTime>2014-10-27T13:29:00</TripEndTime>\n            <TripHeadsign>GREENBELT STA</TripHeadsign>\n            <TripID>6794867</TripID>\n            <TripStartTime>2014-10-27T12:53:00</TripStartTime>\n            <VehicleID>6215</VehicleID>\n        </BusPosition>\n        <BusPosition>\n            <DateTime>2014-10-27T13:24:00</DateTime>\n            <Deviation>2.0000000000</Deviation>\n            <DirectionNum>10</DirectionNum>\n            <DirectionText>NORTH</DirectionText>\n            <Lat>39.011429</Lat>\n            <Lon>-76.893158</Lon>\n            <RouteID>B30</RouteID>\n            <TripEndTime>2014-10-27T13:57:00</TripEndTime>\n            <TripHeadsign>BWI LT RAIL STA</TripHeadsign>\n            <TripID>6794839</TripID>\n            <TripStartTime>2014-10-27T13:20:00</TripStartTime>\n            <VehicleID>6213</VehicleID>\n        </BusPosition>\n    </BusPositions>\n</BusPositionsResp>"}}}}}},"summary":"XML - Bus Position"}},"/RouteDetails":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n<p>For a given date, returns the set of ordered latitude/longitude points along route variant along with the list of stops served.</p>\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>Direction0/Direction1</td>\r\n<td>\r\nStructures describing <a href=\"#Direction\">path/stop</a>information.<br>\r\n<br>\r\nMost routes will return content in both Direction0 and Direction1 elements, though a few will return NULL for Direction0 or for Direction1.<br>\r\n<br>\r\n0 or 1 are binary properties. There is no specific mapping to direction, but a different value for the same route signifies that the route is in an opposite direction.\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>Name</td>\r\n<td>Descriptive name for the route.</td>\r\n</tr>\r\n<tr>\r\n<td>RouteID</td>\r\n<td>Bus route variant (e.g.: 10A, 10Av1, etc.).</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Direction\" name=\"Direction\">Direction0/Direction1 Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-decoration: line-through\">DirectionNum</td>\r\n<td><span class=\"text-danger\">Deprecated.</span> Use the DirectionText element to denote the general direction of the route variant.</td>\r\n</tr>\r\n<tr>\r\n<td>DirectionText</td>\r\n<td>General direction of the route variant (NORTH, SOUTH, EAST, WEST, LOOP, etc.).</td>\r\n</tr>\r\n<tr>\r\n<td>Shape</td>\r\n<td>\r\nArray containing shape point information (<a href=\"#ShapePoint\">ShapePoint</a>).\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>Stops</td>\r\n<td>\r\nArray containing stop information (<a href=\"#Stop\">Stop</a>).\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>TripHeadsign</td>\r\n<td>Descriptive text of where the bus is headed. This is similar, but not necessarily identical, to what is displayed on the bus.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"ShapePoint\" name=\"ShapePoint\">ShapePoint Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>Lat</td>\r\n<td>Latitude.</td>\r\n</tr>\r\n<tr>\r\n<td>Lon</td>\r\n<td>Longitude.</td>\r\n</tr>\r\n<tr>\r\n<td>SeqNum</td>\r\n<td>Order of the point in the sequence of ShapePoints.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\"> \r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>Lat</td>\r\n<td>Latitude.</td>\r\n</tr>\r\n<tr>\r\n<td>Lon</td>\r\n<td>Longitude.</td>\r\n</tr>\r\n<tr>\r\n<td>Name</td>\r\n<td>Stop name. May be slightly different from what is spoken or displayed in the bus.</td>\r\n</tr>\r\n<tr>\r\n<td>Routes</td>\r\n<td>String array of route variants which provide service at this stop. Note that these are not date-specific; any route variant which stops at this stop on any day will be listed.</td>\r\n</tr>\r\n<tr>\r\n<td>StopID</td>\r\n<td>7-digit regional ID which can be used in various bus-related methods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d6f","parameters":[{"description":"Bus route variant, e.g.: 70, 10A, 10Av1.","in":"query","name":"RouteID","required":true,"schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Date in YYYY-MM-DD format for which to retrieve route and stop information.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}}],"responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"<RouteDetailsInfo\n    xmlns=\"http://www.wmata.com\"\n    xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <Direction0>\n        <DirectionNum>0</DirectionNum>\n        <DirectionText>NORTH</DirectionText>\n        <Shape>\n            <ShapePoint>\n                <Lat>39.011595754</Lat>\n                <Lon>-76.909996671</Lon>\n                <SeqNum>1</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011187858</Lat>\n                <Lon>-76.910352233</Lon>\n                <SeqNum>2</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011017858</Lat>\n                <Lon>-76.910472233</Lon>\n                <SeqNum>3</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010917858</Lat>\n                <Lon>-76.910452233</Lon>\n                <SeqNum>4</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010847857</Lat>\n                <Lon>-76.910372232</Lon>\n                <SeqNum>5</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010817857</Lat>\n                <Lon>-76.910222232</Lon>\n                <SeqNum>6</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010847858</Lat>\n                <Lon>-76.910082233</Lon>\n                <SeqNum>7</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011057858</Lat>\n                <Lon>-76.909892232</Lon>\n                <SeqNum>8</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012227858</Lat>\n                <Lon>-76.908832232</Lon>\n                <SeqNum>9</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012687858</Lat>\n                <Lon>-76.908432231</Lon>\n                <SeqNum>10</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012847859</Lat>\n                <Lon>-76.908282232</Lon>\n                <SeqNum>11</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013007858</Lat>\n                <Lon>-76.908122232</Lon>\n                <SeqNum>12</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013157859</Lat>\n                <Lon>-76.907852231</Lon>\n                <SeqNum>13</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013177858</Lat>\n                <Lon>-76.907562232</Lon>\n                <SeqNum>14</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013137858</Lat>\n                <Lon>-76.907282232</Lon>\n                <SeqNum>15</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013077858</Lat>\n                <Lon>-76.907102232</Lon>\n                <SeqNum>16</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012497858</Lat>\n                <Lon>-76.906112231</Lon>\n                <SeqNum>17</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011487858</Lat>\n                <Lon>-76.904502231</Lon>\n                <SeqNum>18</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011247859</Lat>\n                <Lon>-76.904202231</Lon>\n                <SeqNum>19</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011087858</Lat>\n                <Lon>-76.90405223</Lon>\n                <SeqNum>20</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009857858</Lat>\n                <Lon>-76.90326223</Lon>\n                <SeqNum>21</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009907858</Lat>\n                <Lon>-76.90295223</Lon>\n                <SeqNum>22</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009917858</Lat>\n                <Lon>-76.90255223</Lon>\n                <SeqNum>23</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009937858</Lat>\n                <Lon>-76.901722229</Lon>\n                <SeqNum>24</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009937858</Lat>\n                <Lon>-76.90128223</Lon>\n                <SeqNum>25</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009997858</Lat>\n                <Lon>-76.897832228</Lon>\n                <SeqNum>26</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010007858</Lat>\n                <Lon>-76.897352228</Lon>\n                <SeqNum>27</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010037859</Lat>\n                <Lon>-76.896962228</Lon>\n                <SeqNum>28</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010127858</Lat>\n                <Lon>-76.896452228</Lon>\n                <SeqNum>29</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010277858</Lat>\n                <Lon>-76.895952228</Lon>\n                <SeqNum>30</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010407858</Lat>\n                <Lon>-76.895642228</Lon>\n                <SeqNum>31</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011787859</Lat>\n                <Lon>-76.892432226</Lon>\n                <SeqNum>32</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012007859</Lat>\n                <Lon>-76.892662227</Lon>\n                <SeqNum>33</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012197859</Lat>\n                <Lon>-76.892872227</Lon>\n                <SeqNum>34</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012337859</Lat>\n                <Lon>-76.893052227</Lon>\n                <SeqNum>35</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013427859</Lat>\n                <Lon>-76.894602228</Lon>\n                <SeqNum>36</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013627859</Lat>\n                <Lon>-76.894862228</Lon>\n                <SeqNum>37</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014307859</Lat>\n                <Lon>-76.895702228</Lon>\n                <SeqNum>38</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014697859</Lat>\n                <Lon>-76.896142228</Lon>\n                <SeqNum>39</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014987859</Lat>\n                <Lon>-76.896462229</Lon>\n                <SeqNum>40</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01539786</Lat>\n                <Lon>-76.896882229</Lon>\n                <SeqNum>41</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01606786</Lat>\n                <Lon>-76.897492228</Lon>\n                <SeqNum>42</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01670786</Lat>\n                <Lon>-76.89802223</Lon>\n                <SeqNum>43</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01775786</Lat>\n                <Lon>-76.89884223</Lon>\n                <SeqNum>44</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01858786</Lat>\n                <Lon>-76.89943223</Lon>\n                <SeqNum>45</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01952786</Lat>\n                <Lon>-76.90003223</Lon>\n                <SeqNum>46</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02020786</Lat>\n                <Lon>-76.90043223</Lon>\n                <SeqNum>47</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02076786</Lat>\n                <Lon>-76.90073223</Lon>\n                <SeqNum>48</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02135786</Lat>\n                <Lon>-76.90100223</Lon>\n                <SeqNum>49</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.021747861</Lat>\n                <Lon>-76.90116223</Lon>\n                <SeqNum>50</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02229786</Lat>\n                <Lon>-76.90132223</Lon>\n                <SeqNum>51</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.022637861</Lat>\n                <Lon>-76.90137223</Lon>\n                <SeqNum>52</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02287786</Lat>\n                <Lon>-76.901402231</Lon>\n                <SeqNum>53</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.023077861</Lat>\n                <Lon>-76.90140223</Lon>\n                <SeqNum>54</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.023717861</Lat>\n                <Lon>-76.901412231</Lon>\n                <SeqNum>55</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.024047861</Lat>\n                <Lon>-76.90139223</Lon>\n                <SeqNum>56</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.025357861</Lat>\n                <Lon>-76.901212231</Lon>\n                <SeqNum>57</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026167861</Lat>\n                <Lon>-76.901142231</Lon>\n                <SeqNum>58</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026457861</Lat>\n                <Lon>-76.901142231</Lon>\n                <SeqNum>59</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026767862</Lat>\n                <Lon>-76.90116223</Lon>\n                <SeqNum>60</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.027407861</Lat>\n                <Lon>-76.90126223</Lon>\n                <SeqNum>61</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028037861</Lat>\n                <Lon>-76.90136223</Lon>\n                <SeqNum>62</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028427862</Lat>\n                <Lon>-76.901402231</Lon>\n                <SeqNum>63</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028767861</Lat>\n                <Lon>-76.901382231</Lon>\n                <SeqNum>64</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029087862</Lat>\n                <Lon>-76.901292231</Lon>\n                <SeqNum>65</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029297862</Lat>\n                <Lon>-76.901202231</Lon>\n                <SeqNum>66</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029487862</Lat>\n                <Lon>-76.901082231</Lon>\n                <SeqNum>67</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029907861</Lat>\n                <Lon>-76.90074223</Lon>\n                <SeqNum>68</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.030797862</Lat>\n                <Lon>-76.900132231</Lon>\n                <SeqNum>69</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.030917862</Lat>\n                <Lon>-76.89995223</Lon>\n                <SeqNum>70</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031087863</Lat>\n                <Lon>-76.89977223</Lon>\n                <SeqNum>71</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031147862</Lat>\n                <Lon>-76.89967223</Lon>\n                <SeqNum>72</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031227862</Lat>\n                <Lon>-76.899472231</Lon>\n                <SeqNum>73</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031297862</Lat>\n                <Lon>-76.899032231</Lon>\n                <SeqNum>74</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031337863</Lat>\n                <Lon>-76.89849223</Lon>\n                <SeqNum>75</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031737862</Lat>\n                <Lon>-76.894402229</Lon>\n                <SeqNum>76</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031787862</Lat>\n                <Lon>-76.893982228</Lon>\n                <SeqNum>77</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032067862</Lat>\n                <Lon>-76.891022228</Lon>\n                <SeqNum>78</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032127862</Lat>\n                <Lon>-76.890022227</Lon>\n                <SeqNum>79</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032107863</Lat>\n                <Lon>-76.889162228</Lon>\n                <SeqNum>80</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032097863</Lat>\n                <Lon>-76.888972227</Lon>\n                <SeqNum>81</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031947863</Lat>\n                <Lon>-76.886812227</Lon>\n                <SeqNum>82</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031887863</Lat>\n                <Lon>-76.885742226</Lon>\n                <SeqNum>83</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031897863</Lat>\n                <Lon>-76.884822226</Lon>\n                <SeqNum>84</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031927863</Lat>\n                <Lon>-76.884262225</Lon>\n                <SeqNum>85</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031997863</Lat>\n                <Lon>-76.883742226</Lon>\n                <SeqNum>86</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032037864</Lat>\n                <Lon>-76.883452226</Lon>\n                <SeqNum>87</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032117864</Lat>\n                <Lon>-76.883102225</Lon>\n                <SeqNum>88</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032197863</Lat>\n                <Lon>-76.882822226</Lon>\n                <SeqNum>89</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032337863</Lat>\n                <Lon>-76.882502225</Lon>\n                <SeqNum>90</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032437863</Lat>\n                <Lon>-76.882352225</Lon>\n                <SeqNum>91</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032557864</Lat>\n                <Lon>-76.882212225</Lon>\n                <SeqNum>92</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032607863</Lat>\n                <Lon>-76.882142225</Lon>\n                <SeqNum>93</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032917863</Lat>\n                <Lon>-76.881802224</Lon>\n                <SeqNum>94</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033187864</Lat>\n                <Lon>-76.881512225</Lon>\n                <SeqNum>95</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033287864</Lat>\n                <Lon>-76.881352225</Lon>\n                <SeqNum>96</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033427863</Lat>\n                <Lon>-76.881112225</Lon>\n                <SeqNum>97</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033507864</Lat>\n                <Lon>-76.880902225</Lon>\n                <SeqNum>98</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033567863</Lat>\n                <Lon>-76.880692225</Lon>\n                <SeqNum>99</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033597864</Lat>\n                <Lon>-76.880472225</Lon>\n                <SeqNum>100</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033607863</Lat>\n                <Lon>-76.880242225</Lon>\n                <SeqNum>101</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033577863</Lat>\n                <Lon>-76.879912225</Lon>\n                <SeqNum>102</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033437863</Lat>\n                <Lon>-76.879372224</Lon>\n                <SeqNum>103</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033187864</Lat>\n                <Lon>-76.878752224</Lon>\n                <SeqNum>104</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032967863</Lat>\n                <Lon>-76.878362223</Lon>\n                <SeqNum>105</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032777863</Lat>\n                <Lon>-76.878092224</Lon>\n                <SeqNum>106</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031917863</Lat>\n                <Lon>-76.876982224</Lon>\n                <SeqNum>107</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031777864</Lat>\n                <Lon>-76.876762223</Lon>\n                <SeqNum>108</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031647863</Lat>\n                <Lon>-76.876482224</Lon>\n                <SeqNum>109</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031557863</Lat>\n                <Lon>-76.876272223</Lon>\n                <SeqNum>110</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031507863</Lat>\n                <Lon>-76.876032222</Lon>\n                <SeqNum>111</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031447864</Lat>\n                <Lon>-76.875692223</Lon>\n                <SeqNum>112</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031427863</Lat>\n                <Lon>-76.875362223</Lon>\n                <SeqNum>113</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031437863</Lat>\n                <Lon>-76.875032223</Lon>\n                <SeqNum>114</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031487864</Lat>\n                <Lon>-76.874572223</Lon>\n                <SeqNum>115</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031557863</Lat>\n                <Lon>-76.874262222</Lon>\n                <SeqNum>116</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031937863</Lat>\n                <Lon>-76.873162222</Lon>\n                <SeqNum>117</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032097863</Lat>\n                <Lon>-76.872682222</Lon>\n                <SeqNum>118</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032137863</Lat>\n                <Lon>-76.872572222</Lon>\n                <SeqNum>119</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032287863</Lat>\n                <Lon>-76.871962222</Lon>\n                <SeqNum>120</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032337864</Lat>\n                <Lon>-76.871612221</Lon>\n                <SeqNum>121</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032347864</Lat>\n                <Lon>-76.871162222</Lon>\n                <SeqNum>122</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032297864</Lat>\n                <Lon>-76.870832221</Lon>\n                <SeqNum>123</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032197864</Lat>\n                <Lon>-76.869902221</Lon>\n                <SeqNum>124</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032187864</Lat>\n                <Lon>-76.869692221</Lon>\n                <SeqNum>125</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032207862999996</Lat>\n                <Lon>-76.869412221</Lon>\n                <SeqNum>126</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032237864</Lat>\n                <Lon>-76.869082221</Lon>\n                <SeqNum>127</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032307864</Lat>\n                <Lon>-76.868772221</Lon>\n                <SeqNum>128</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032417863</Lat>\n                <Lon>-76.868482221</Lon>\n                <SeqNum>129</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032517864</Lat>\n                <Lon>-76.86829222</Lon>\n                <SeqNum>130</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032987864</Lat>\n                <Lon>-76.86746222</Lon>\n                <SeqNum>131</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033387864</Lat>\n                <Lon>-76.866852221</Lon>\n                <SeqNum>132</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033727864</Lat>\n                <Lon>-76.86632222</Lon>\n                <SeqNum>133</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034457864</Lat>\n                <Lon>-76.86526222</Lon>\n                <SeqNum>134</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034717864</Lat>\n                <Lon>-76.86482222</Lon>\n                <SeqNum>135</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034847864</Lat>\n                <Lon>-76.864492219</Lon>\n                <SeqNum>136</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034947864</Lat>\n                <Lon>-76.86416222</Lon>\n                <SeqNum>137</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035017865</Lat>\n                <Lon>-76.86382222</Lon>\n                <SeqNum>138</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035047864</Lat>\n                <Lon>-76.863372219</Lon>\n                <SeqNum>139</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035037864</Lat>\n                <Lon>-76.863032219</Lon>\n                <SeqNum>140</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034977865</Lat>\n                <Lon>-76.862612218</Lon>\n                <SeqNum>141</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034887865</Lat>\n                <Lon>-76.862232219</Lon>\n                <SeqNum>142</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034727864</Lat>\n                <Lon>-76.861842219</Lon>\n                <SeqNum>143</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034547865</Lat>\n                <Lon>-76.861522219</Lon>\n                <SeqNum>144</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033787864</Lat>\n                <Lon>-76.860462219</Lon>\n                <SeqNum>145</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033507864</Lat>\n                <Lon>-76.859992218</Lon>\n                <SeqNum>146</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033347864</Lat>\n                <Lon>-76.859652218</Lon>\n                <SeqNum>147</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033157864</Lat>\n                <Lon>-76.859212218</Lon>\n                <SeqNum>148</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032987865</Lat>\n                <Lon>-76.858602217</Lon>\n                <SeqNum>149</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032907864</Lat>\n                <Lon>-76.858202218</Lon>\n                <SeqNum>150</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032867864</Lat>\n                <Lon>-76.857882217</Lon>\n                <SeqNum>151</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032827864</Lat>\n                <Lon>-76.857442217</Lon>\n                <SeqNum>152</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032827864</Lat>\n                <Lon>-76.857112217</Lon>\n                <SeqNum>153</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032877864</Lat>\n                <Lon>-76.856312217</Lon>\n                <SeqNum>154</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033087865</Lat>\n                <Lon>-76.854502216</Lon>\n                <SeqNum>155</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033157865</Lat>\n                <Lon>-76.853952217</Lon>\n                <SeqNum>156</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033237864</Lat>\n                <Lon>-76.853222217</Lon>\n                <SeqNum>157</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033377865</Lat>\n                <Lon>-76.852252215</Lon>\n                <SeqNum>158</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033387864</Lat>\n                <Lon>-76.851992216</Lon>\n                <SeqNum>159</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033487864</Lat>\n                <Lon>-76.851032215</Lon>\n                <SeqNum>160</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033887865</Lat>\n                <Lon>-76.850962215</Lon>\n                <SeqNum>161</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034667865</Lat>\n                <Lon>-76.850902215</Lon>\n                <SeqNum>162</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035187865</Lat>\n                <Lon>-76.850802216</Lon>\n                <SeqNum>163</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035717865</Lat>\n                <Lon>-76.850642216</Lon>\n                <SeqNum>164</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.036567864</Lat>\n                <Lon>-76.850252215</Lon>\n                <SeqNum>165</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.036747865</Lat>\n                <Lon>-76.850202216</Lon>\n                <SeqNum>166</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.038527866</Lat>\n                <Lon>-76.849222215</Lon>\n                <SeqNum>167</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.040027866</Lat>\n                <Lon>-76.848362214</Lon>\n                <SeqNum>168</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.042867867</Lat>\n                <Lon>-76.846672215</Lon>\n                <SeqNum>169</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.044267866</Lat>\n                <Lon>-76.845802214</Lon>\n                <SeqNum>170</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.045627868</Lat>\n                <Lon>-76.844912215</Lon>\n                <SeqNum>171</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.046517867</Lat>\n                <Lon>-76.844332215</Lon>\n                <SeqNum>172</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.048027868</Lat>\n                <Lon>-76.843372214</Lon>\n                <SeqNum>173</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.049417869</Lat>\n                <Lon>-76.842542214</Lon>\n                <SeqNum>174</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.050217869</Lat>\n                <Lon>-76.842112215</Lon>\n                <SeqNum>175</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.050737868</Lat>\n                <Lon>-76.841822213</Lon>\n                <SeqNum>176</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.051507868</Lat>\n                <Lon>-76.841422213</Lon>\n                <SeqNum>177</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.053377869</Lat>\n                <Lon>-76.840522214</Lon>\n                <SeqNum>178</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.053747869</Lat>\n                <Lon>-76.840342213</Lon>\n                <SeqNum>179</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.05530787</Lat>\n                <Lon>-76.839542213</Lon>\n                <SeqNum>180</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.055837869</Lat>\n                <Lon>-76.839272212</Lon>\n                <SeqNum>181</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.058017871</Lat>\n                <Lon>-76.838252212</Lon>\n                <SeqNum>182</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.058477869</Lat>\n                <Lon>-76.838052213</Lon>\n                <SeqNum>183</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.059187871</Lat>\n                <Lon>-76.837702213</Lon>\n                <SeqNum>184</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.059887871</Lat>\n                <Lon>-76.837332213</Lon>\n                <SeqNum>185</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.060237871</Lat>\n                <Lon>-76.837162213</Lon>\n                <SeqNum>186</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.06138787</Lat>\n                <Lon>-76.836552212</Lon>\n                <SeqNum>187</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.063337871</Lat>\n                <Lon>-76.835432213</Lon>\n                <SeqNum>188</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.064247872</Lat>\n                <Lon>-76.834862212</Lon>\n                <SeqNum>189</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.064937871</Lat>\n                <Lon>-76.834432212</Lon>\n                <SeqNum>190</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.066697871</Lat>\n                <Lon>-76.833202212</Lon>\n                <SeqNum>191</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.068327872</Lat>\n                <Lon>-76.832002212</Lon>\n                <SeqNum>192</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.068977873</Lat>\n                <Lon>-76.831452211</Lon>\n                <SeqNum>193</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.069217872</Lat>\n                <Lon>-76.831242212</Lon>\n                <SeqNum>194</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.071247873</Lat>\n                <Lon>-76.829662211</Lon>\n                <SeqNum>195</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.072117873</Lat>\n                <Lon>-76.828922211</Lon>\n                <SeqNum>196</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.073327874</Lat>\n                <Lon>-76.82785221</Lon>\n                <SeqNum>197</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.074387873</Lat>\n                <Lon>-76.82688221</Lon>\n                <SeqNum>198</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.075747874</Lat>\n                <Lon>-76.82559221</Lon>\n                <SeqNum>199</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.077397874</Lat>\n                <Lon>-76.82394221</Lon>\n                <SeqNum>200</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.077887874</Lat>\n                <Lon>-76.82341221</Lon>\n                <SeqNum>201</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.078497875</Lat>\n                <Lon>-76.822702209</Lon>\n                <SeqNum>202</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.079877875</Lat>\n                <Lon>-76.820932209</Lon>\n                <SeqNum>203</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.081427876</Lat>\n                <Lon>-76.818772208</Lon>\n                <SeqNum>204</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.082747875</Lat>\n                <Lon>-76.816952208</Lon>\n                <SeqNum>205</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.084367876</Lat>\n                <Lon>-76.814772207</Lon>\n                <SeqNum>206</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.085447876</Lat>\n                <Lon>-76.813342207</Lon>\n                <SeqNum>207</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.086627876</Lat>\n                <Lon>-76.811942206</Lon>\n                <SeqNum>208</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.088187877</Lat>\n                <Lon>-76.810172206</Lon>\n                <SeqNum>209</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.089947877</Lat>\n                <Lon>-76.808312204999993</Lon>\n                <SeqNum>210</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.092797878</Lat>\n                <Lon>-76.805442204</Lon>\n                <SeqNum>211</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.093017879</Lat>\n                <Lon>-76.805212204</Lon>\n                <SeqNum>212</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.093807878</Lat>\n                <Lon>-76.804412205</Lon>\n                <SeqNum>213</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.094837878</Lat>\n                <Lon>-76.803312204</Lon>\n                <SeqNum>214</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.095667879</Lat>\n                <Lon>-76.802372204</Lon>\n                <SeqNum>215</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.096437879</Lat>\n                <Lon>-76.801462204</Lon>\n                <SeqNum>216</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.096637879</Lat>\n                <Lon>-76.801232204</Lon>\n                <SeqNum>217</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.097247879</Lat>\n                <Lon>-76.800492204</Lon>\n                <SeqNum>218</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.098137879</Lat>\n                <Lon>-76.799392203</Lon>\n                <SeqNum>219</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09830788</Lat>\n                <Lon>-76.799172204</Lon>\n                <SeqNum>220</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09844788</Lat>\n                <Lon>-76.798992202</Lon>\n                <SeqNum>221</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.099777879</Lat>\n                <Lon>-76.797192203</Lon>\n                <SeqNum>222</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.10065788</Lat>\n                <Lon>-76.795982202</Lon>\n                <SeqNum>223</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.102157881</Lat>\n                <Lon>-76.793752202</Lon>\n                <SeqNum>224</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.102887881</Lat>\n                <Lon>-76.792722201</Lon>\n                <SeqNum>225</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.104157881</Lat>\n                <Lon>-76.790882201</Lon>\n                <SeqNum>226</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.105227881</Lat>\n                <Lon>-76.789462201</Lon>\n                <SeqNum>227</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106157881</Lat>\n                <Lon>-76.788312199999993</Lon>\n                <SeqNum>228</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106497882</Lat>\n                <Lon>-76.7878922</Lon>\n                <SeqNum>229</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106627882</Lat>\n                <Lon>-76.7877522</Lon>\n                <SeqNum>230</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.107507881</Lat>\n                <Lon>-76.7866922</Lon>\n                <SeqNum>231</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.108347883</Lat>\n                <Lon>-76.785682199</Lon>\n                <SeqNum>232</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.108897882</Lat>\n                <Lon>-76.785012199</Lon>\n                <SeqNum>233</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.109457883</Lat>\n                <Lon>-76.784332199</Lon>\n                <SeqNum>234</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.109727882</Lat>\n                <Lon>-76.784012198</Lon>\n                <SeqNum>235</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.110097883</Lat>\n                <Lon>-76.783602199</Lon>\n                <SeqNum>236</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.110837883</Lat>\n                <Lon>-76.782672199</Lon>\n                <SeqNum>237</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.111797883</Lat>\n                <Lon>-76.781392199</Lon>\n                <SeqNum>238</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.112167884</Lat>\n                <Lon>-76.780882198</Lon>\n                <SeqNum>239</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.112827883</Lat>\n                <Lon>-76.779952198</Lon>\n                <SeqNum>240</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.113667884</Lat>\n                <Lon>-76.778682197</Lon>\n                <SeqNum>241</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.113927883</Lat>\n                <Lon>-76.778302198</Lon>\n                <SeqNum>242</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114167884</Lat>\n                <Lon>-76.777942198</Lon>\n                <SeqNum>243</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114277883</Lat>\n                <Lon>-76.777762197</Lon>\n                <SeqNum>244</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114637884</Lat>\n                <Lon>-76.777192198</Lon>\n                <SeqNum>245</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.116207883</Lat>\n                <Lon>-76.774792197</Lon>\n                <SeqNum>246</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.116887884</Lat>\n                <Lon>-76.773772197</Lon>\n                <SeqNum>247</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.117617884</Lat>\n                <Lon>-76.772742196</Lon>\n                <SeqNum>248</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.117907884</Lat>\n                <Lon>-76.772362196</Lon>\n                <SeqNum>249</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.118197885</Lat>\n                <Lon>-76.771982196</Lon>\n                <SeqNum>250</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.118697884</Lat>\n                <Lon>-76.771302196</Lon>\n                <SeqNum>251</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.119177884</Lat>\n                <Lon>-76.770682196</Lon>\n                <SeqNum>252</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.120337885</Lat>\n                <Lon>-76.769292196</Lon>\n                <SeqNum>253</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.120827885</Lat>\n                <Lon>-76.768752195</Lon>\n                <SeqNum>254</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121187885</Lat>\n                <Lon>-76.768342195</Lon>\n                <SeqNum>255</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121487886</Lat>\n                <Lon>-76.768022195</Lon>\n                <SeqNum>256</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121937885</Lat>\n                <Lon>-76.767532194</Lon>\n                <SeqNum>257</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.122847885</Lat>\n                <Lon>-76.766622194</Lon>\n                <SeqNum>258</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.123597886</Lat>\n                <Lon>-76.765902195</Lon>\n                <SeqNum>259</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.124407886</Lat>\n                <Lon>-76.765162194</Lon>\n                <SeqNum>260</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.125597886</Lat>\n                <Lon>-76.764142195</Lon>\n                <SeqNum>261</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.126717887</Lat>\n                <Lon>-76.763252193</Lon>\n                <SeqNum>262</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.128197887</Lat>\n                <Lon>-76.762162194</Lon>\n                <SeqNum>263</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.128977888</Lat>\n                <Lon>-76.761592194</Lon>\n                <SeqNum>264</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.129737888</Lat>\n                <Lon>-76.761092193</Lon>\n                <SeqNum>265</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.131167888</Lat>\n                <Lon>-76.760152193</Lon>\n                <SeqNum>266</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.132377888</Lat>\n                <Lon>-76.759392193</Lon>\n                <SeqNum>267</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.133257888</Lat>\n                <Lon>-76.758892193</Lon>\n                <SeqNum>268</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.133977889</Lat>\n                <Lon>-76.758472193</Lon>\n                <SeqNum>269</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.134907889</Lat>\n                <Lon>-76.757952193</Lon>\n                <SeqNum>270</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.136147888</Lat>\n                <Lon>-76.757312192</Lon>\n                <SeqNum>271</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.136757889</Lat>\n                <Lon>-76.757002192</Lon>\n                <SeqNum>272</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.137067889</Lat>\n                <Lon>-76.756862193</Lon>\n                <SeqNum>273</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.137367889</Lat>\n                <Lon>-76.756722192</Lon>\n                <SeqNum>274</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.13973789</Lat>\n                <Lon>-76.755592192</Lon>\n                <SeqNum>275</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14007789</Lat>\n                <Lon>-76.755432192</Lon>\n                <SeqNum>276</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.140187889</Lat>\n                <Lon>-76.755382192</Lon>\n                <SeqNum>277</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14076789</Lat>\n                <Lon>-76.755132192</Lon>\n                <SeqNum>278</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14363789</Lat>\n                <Lon>-76.753872192</Lon>\n                <SeqNum>279</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14441789</Lat>\n                <Lon>-76.753522191</Lon>\n                <SeqNum>280</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.148287891</Lat>\n                <Lon>-76.751762191</Lon>\n                <SeqNum>281</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.149327892</Lat>\n                <Lon>-76.751262192</Lon>\n                <SeqNum>282</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.150147892</Lat>\n                <Lon>-76.750792191</Lon>\n                <SeqNum>283</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.150807892</Lat>\n                <Lon>-76.750352192</Lon>\n                <SeqNum>284</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.151417892</Lat>\n                <Lon>-76.749922192</Lon>\n                <SeqNum>285</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.151997892</Lat>\n                <Lon>-76.74946219</Lon>\n                <SeqNum>286</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.152207893</Lat>\n                <Lon>-76.749292191</Lon>\n                <SeqNum>287</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.153277893</Lat>\n                <Lon>-76.74817219</Lon>\n                <SeqNum>288</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.154647892</Lat>\n                <Lon>-76.746792191</Lon>\n                <SeqNum>289</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.156107893</Lat>\n                <Lon>-76.74518219</Lon>\n                <SeqNum>290</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.156857894</Lat>\n                <Lon>-76.744392189</Lon>\n                <SeqNum>291</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.157987894</Lat>\n                <Lon>-76.74317219</Lon>\n                <SeqNum>292</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.159087894</Lat>\n                <Lon>-76.741922189</Lon>\n                <SeqNum>293</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.159957894</Lat>\n                <Lon>-76.740982189</Lon>\n                <SeqNum>294</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.162137895</Lat>\n                <Lon>-76.738642188</Lon>\n                <SeqNum>295</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.164947895</Lat>\n                <Lon>-76.735712187</Lon>\n                <SeqNum>296</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.165687896</Lat>\n                <Lon>-76.734942187</Lon>\n                <SeqNum>297</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.166437896</Lat>\n                <Lon>-76.734182187</Lon>\n                <SeqNum>298</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.167157895</Lat>\n                <Lon>-76.733522187</Lon>\n                <SeqNum>299</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.167407896</Lat>\n                <Lon>-76.733282187</Lon>\n                <SeqNum>300</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.168067896</Lat>\n                <Lon>-76.732652186</Lon>\n                <SeqNum>301</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.169487897</Lat>\n                <Lon>-76.731382186</Lon>\n                <SeqNum>302</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.169557896</Lat>\n                <Lon>-76.731312186</Lon>\n                <SeqNum>303</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.169967896</Lat>\n                <Lon>-76.730922186</Lon>\n                <SeqNum>304</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170227897</Lat>\n                <Lon>-76.730672186</Lon>\n                <SeqNum>305</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170387896</Lat>\n                <Lon>-76.730542186</Lon>\n                <SeqNum>306</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170667897</Lat>\n                <Lon>-76.730312186</Lon>\n                <SeqNum>307</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170827896</Lat>\n                <Lon>-76.730162186</Lon>\n                <SeqNum>308</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.173907898</Lat>\n                <Lon>-76.727402186</Lon>\n                <SeqNum>309</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.174157897</Lat>\n                <Lon>-76.727172186</Lon>\n                <SeqNum>310</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.174937897</Lat>\n                <Lon>-76.726472184</Lon>\n                <SeqNum>311</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.180927899</Lat>\n                <Lon>-76.721062184</Lon>\n                <SeqNum>312</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182057899</Lat>\n                <Lon>-76.720052183</Lon>\n                <SeqNum>313</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187407901</Lat>\n                <Lon>-76.715232182</Lon>\n                <SeqNum>314</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191857901</Lat>\n                <Lon>-76.711232181</Lon>\n                <SeqNum>315</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192877901</Lat>\n                <Lon>-76.710292182</Lon>\n                <SeqNum>316</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193447902</Lat>\n                <Lon>-76.709722181</Lon>\n                <SeqNum>317</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193977902</Lat>\n                <Lon>-76.709122181</Lon>\n                <SeqNum>318</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194327902</Lat>\n                <Lon>-76.708692181</Lon>\n                <SeqNum>319</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194807902</Lat>\n                <Lon>-76.70806218</Lon>\n                <SeqNum>320</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195497903</Lat>\n                <Lon>-76.707112181</Lon>\n                <SeqNum>321</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196087902</Lat>\n                <Lon>-76.70612218</Lon>\n                <SeqNum>322</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196637903</Lat>\n                <Lon>-76.70511218</Lon>\n                <SeqNum>323</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196887903</Lat>\n                <Lon>-76.704602179</Lon>\n                <SeqNum>324</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197217902</Lat>\n                <Lon>-76.70386218</Lon>\n                <SeqNum>325</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197727903</Lat>\n                <Lon>-76.702622178</Lon>\n                <SeqNum>326</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197947903</Lat>\n                <Lon>-76.702032179</Lon>\n                <SeqNum>327</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198157903</Lat>\n                <Lon>-76.701452178</Lon>\n                <SeqNum>328</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198367904</Lat>\n                <Lon>-76.700882178</Lon>\n                <SeqNum>329</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198727903</Lat>\n                <Lon>-76.699432178</Lon>\n                <SeqNum>330</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198777903</Lat>\n                <Lon>-76.699162178</Lon>\n                <SeqNum>331</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198817903</Lat>\n                <Lon>-76.698742178</Lon>\n                <SeqNum>332</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198817903</Lat>\n                <Lon>-76.698422177</Lon>\n                <SeqNum>333</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198787904</Lat>\n                <Lon>-76.698142178</Lon>\n                <SeqNum>334</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198577904</Lat>\n                <Lon>-76.697052177</Lon>\n                <SeqNum>335</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198427903</Lat>\n                <Lon>-76.696352177</Lon>\n                <SeqNum>336</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198377903</Lat>\n                <Lon>-76.696142177</Lon>\n                <SeqNum>337</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197957903</Lat>\n                <Lon>-76.694042176</Lon>\n                <SeqNum>338</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197827904</Lat>\n                <Lon>-76.693472176</Lon>\n                <SeqNum>339</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197757903</Lat>\n                <Lon>-76.693272176</Lon>\n                <SeqNum>340</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197557903</Lat>\n                <Lon>-76.692742176</Lon>\n                <SeqNum>341</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197367903</Lat>\n                <Lon>-76.692342176</Lon>\n                <SeqNum>342</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197047904</Lat>\n                <Lon>-76.691822176</Lon>\n                <SeqNum>343</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196537902</Lat>\n                <Lon>-76.691042176</Lon>\n                <SeqNum>344</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196317903</Lat>\n                <Lon>-76.690772174</Lon>\n                <SeqNum>345</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196037903</Lat>\n                <Lon>-76.690442176</Lon>\n                <SeqNum>346</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195747904</Lat>\n                <Lon>-76.690142174</Lon>\n                <SeqNum>347</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195437903</Lat>\n                <Lon>-76.689862175</Lon>\n                <SeqNum>348</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194997903</Lat>\n                <Lon>-76.689562174</Lon>\n                <SeqNum>349</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194437902</Lat>\n                <Lon>-76.689112174</Lon>\n                <SeqNum>350</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193567903</Lat>\n                <Lon>-76.688582175</Lon>\n                <SeqNum>351</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193207903</Lat>\n                <Lon>-76.688362173</Lon>\n                <SeqNum>352</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192527903</Lat>\n                <Lon>-76.687912174</Lon>\n                <SeqNum>353</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192127902</Lat>\n                <Lon>-76.687582173</Lon>\n                <SeqNum>354</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191237902</Lat>\n                <Lon>-76.686762173</Lon>\n                <SeqNum>355</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190627902</Lat>\n                <Lon>-76.686152174</Lon>\n                <SeqNum>356</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190347902</Lat>\n                <Lon>-76.685862174</Lon>\n                <SeqNum>357</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189957902</Lat>\n                <Lon>-76.685362173</Lon>\n                <SeqNum>358</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189627902</Lat>\n                <Lon>-76.684892173</Lon>\n                <SeqNum>359</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189187902</Lat>\n                <Lon>-76.684262173</Lon>\n                <SeqNum>360</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188927902</Lat>\n                <Lon>-76.683892173</Lon>\n                <SeqNum>361</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188627901</Lat>\n                <Lon>-76.683452172</Lon>\n                <SeqNum>362</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188267902</Lat>\n                <Lon>-76.682912173</Lon>\n                <SeqNum>363</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188137902</Lat>\n                <Lon>-76.682692172</Lon>\n                <SeqNum>364</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187877902</Lat>\n                <Lon>-76.682332172</Lon>\n                <SeqNum>365</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187627902</Lat>\n                <Lon>-76.681992171</Lon>\n                <SeqNum>366</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186667902</Lat>\n                <Lon>-76.680592172</Lon>\n                <SeqNum>367</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186577902</Lat>\n                <Lon>-76.680442172</Lon>\n                <SeqNum>368</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186157902</Lat>\n                <Lon>-76.679432171</Lon>\n                <SeqNum>369</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185957902</Lat>\n                <Lon>-76.678832171</Lon>\n                <SeqNum>370</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185877901</Lat>\n                <Lon>-76.678532171</Lon>\n                <SeqNum>371</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185697901</Lat>\n                <Lon>-76.677792171</Lon>\n                <SeqNum>372</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185647901</Lat>\n                <Lon>-76.677582171</Lon>\n                <SeqNum>373</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185507901</Lat>\n                <Lon>-76.67706217</Lon>\n                <SeqNum>374</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185047901</Lat>\n                <Lon>-76.67578217</Lon>\n                <SeqNum>375</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184867901</Lat>\n                <Lon>-76.67543217</Lon>\n                <SeqNum>376</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184757901</Lat>\n                <Lon>-76.675242169</Lon>\n                <SeqNum>377</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184627902</Lat>\n                <Lon>-76.67506217</Lon>\n                <SeqNum>378</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184507901</Lat>\n                <Lon>-76.67492217</Lon>\n                <SeqNum>379</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184367901</Lat>\n                <Lon>-76.67479217</Lon>\n                <SeqNum>380</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183967902</Lat>\n                <Lon>-76.674392169</Lon>\n                <SeqNum>381</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183577901</Lat>\n                <Lon>-76.67401217</Lon>\n                <SeqNum>382</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183197901</Lat>\n                <Lon>-76.67359217</Lon>\n                <SeqNum>383</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182897901</Lat>\n                <Lon>-76.673302168</Lon>\n                <SeqNum>384</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182257901</Lat>\n                <Lon>-76.672682169</Lon>\n                <SeqNum>385</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181737901</Lat>\n                <Lon>-76.672112169</Lon>\n                <SeqNum>386</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181457901</Lat>\n                <Lon>-76.671932169</Lon>\n                <SeqNum>387</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1797379</Lat>\n                <Lon>-76.670222168</Lon>\n                <SeqNum>388</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1795379</Lat>\n                <Lon>-76.670012167</Lon>\n                <SeqNum>389</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179477901</Lat>\n                <Lon>-76.669882168</Lon>\n                <SeqNum>390</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1794679</Lat>\n                <Lon>-76.669732167</Lon>\n                <SeqNum>391</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179507901</Lat>\n                <Lon>-76.669472167</Lon>\n                <SeqNum>392</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1796179</Lat>\n                <Lon>-76.669172167</Lon>\n                <SeqNum>393</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1797879</Lat>\n                <Lon>-76.668792167</Lon>\n                <SeqNum>394</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179917901</Lat>\n                <Lon>-76.668622167</Lon>\n                <SeqNum>395</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.180147901</Lat>\n                <Lon>-76.668402167</Lon>\n                <SeqNum>396</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1804079</Lat>\n                <Lon>-76.668282167</Lon>\n                <SeqNum>397</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.180567901</Lat>\n                <Lon>-76.668322168</Lon>\n                <SeqNum>398</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181057901</Lat>\n                <Lon>-76.668742167</Lon>\n                <SeqNum>399</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1812979</Lat>\n                <Lon>-76.668992167</Lon>\n                <SeqNum>400</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181907901</Lat>\n                <Lon>-76.669542167</Lon>\n                <SeqNum>401</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1827379</Lat>\n                <Lon>-76.670312167</Lon>\n                <SeqNum>402</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182967901</Lat>\n                <Lon>-76.670552168</Lon>\n                <SeqNum>403</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183397901</Lat>\n                <Lon>-76.670982168</Lon>\n                <SeqNum>404</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183857901</Lat>\n                <Lon>-76.671452169</Lon>\n                <SeqNum>405</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183977901</Lat>\n                <Lon>-76.671562168</Lon>\n                <SeqNum>406</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184227902</Lat>\n                <Lon>-76.671792168</Lon>\n                <SeqNum>407</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184337902</Lat>\n                <Lon>-76.671872169</Lon>\n                <SeqNum>408</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184487901</Lat>\n                <Lon>-76.671992168</Lon>\n                <SeqNum>409</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184877902</Lat>\n                <Lon>-76.672302169</Lon>\n                <SeqNum>410</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185097901</Lat>\n                <Lon>-76.672462169</Lon>\n                <SeqNum>411</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185547902</Lat>\n                <Lon>-76.672922169</Lon>\n                <SeqNum>412</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185987902</Lat>\n                <Lon>-76.673332169</Lon>\n                <SeqNum>413</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186357902</Lat>\n                <Lon>-76.673682169</Lon>\n                <SeqNum>414</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186887902</Lat>\n                <Lon>-76.67418217</Lon>\n                <SeqNum>415</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187297901</Lat>\n                <Lon>-76.67457217</Lon>\n                <SeqNum>416</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187647901</Lat>\n                <Lon>-76.67488217</Lon>\n                <SeqNum>417</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187987902</Lat>\n                <Lon>-76.67518217</Lon>\n                <SeqNum>418</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188227902</Lat>\n                <Lon>-76.67540217</Lon>\n                <SeqNum>419</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188397902</Lat>\n                <Lon>-76.67557217</Lon>\n                <SeqNum>420</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188527902</Lat>\n                <Lon>-76.67576217</Lon>\n                <SeqNum>421</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188647902</Lat>\n                <Lon>-76.67596217</Lon>\n                <SeqNum>422</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188997902</Lat>\n                <Lon>-76.676592171</Lon>\n                <SeqNum>423</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189137902</Lat>\n                <Lon>-76.67650217</Lon>\n                <SeqNum>424</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189287902</Lat>\n                <Lon>-76.67643217</Lon>\n                <SeqNum>425</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189457902</Lat>\n                <Lon>-76.676372171</Lon>\n                <SeqNum>426</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189867902</Lat>\n                <Lon>-76.67630217</Lon>\n                <SeqNum>427</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190387902</Lat>\n                <Lon>-76.67626217</Lon>\n                <SeqNum>428</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190527903</Lat>\n                <Lon>-76.67625217</Lon>\n                <SeqNum>429</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190997903</Lat>\n                <Lon>-76.676212171</Lon>\n                <SeqNum>430</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191237902</Lat>\n                <Lon>-76.67619217</Lon>\n                <SeqNum>431</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191457903</Lat>\n                <Lon>-76.67617217</Lon>\n                <SeqNum>432</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191547902</Lat>\n                <Lon>-76.676172171</Lon>\n                <SeqNum>433</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191707902</Lat>\n                <Lon>-76.67623217</Lon>\n                <SeqNum>434</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191777903</Lat>\n                <Lon>-76.67530217</Lon>\n                <SeqNum>435</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191887903</Lat>\n                <Lon>-76.67421217</Lon>\n                <SeqNum>436</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191697903</Lat>\n                <Lon>-76.674152169</Lon>\n                <SeqNum>437</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191627903</Lat>\n                <Lon>-76.67406217</Lon>\n                <SeqNum>438</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191607903</Lat>\n                <Lon>-76.673932169</Lon>\n                <SeqNum>439</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191546519</Lat>\n                <Lon>-76.67302778</Lon>\n                <SeqNum>440</SeqNum>\n            </ShapePoint>\n        </Shape>\n        <Stops>\n            <Stop>\n                <Lat>39.011724</Lat>\n                <Lon>-76.910024</Lon>\n                <Name>GREENBELT STATION + BUS BAY D</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003037</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.011278</Lat>\n                <Lon>-76.904326</Lon>\n                <Name>GREENBELT METRO DR + CHERRYWOOD LA</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>81</a:string>\n                    <a:string>87</a:string>\n                    <a:string>87cv2</a:string>\n                    <a:string>87v1</a:string>\n                    <a:string>89</a:string>\n                    <a:string>89M</a:string>\n                    <a:string>89v1</a:string>\n                    <a:string>B30</a:string>\n                    <a:string>C2</a:string>\n                    <a:string>C2v2</a:string>\n                    <a:string>G12</a:string>\n                    <a:string>G12c</a:string>\n                    <a:string>G12cv1</a:string>\n                    <a:string>G13</a:string>\n                    <a:string>G14</a:string>\n                    <a:string>G16</a:string>\n                    <a:string>R11</a:string>\n                    <a:string>R12</a:string>\n                    <a:string>R3</a:string>\n                </Routes>\n                <StopID>3002579</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181777</Lat>\n                <Lon>-76.672053</Lon>\n                <Name>BWI + LOADING AREA SIGN</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>0</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181166</Lat>\n                <Lon>-76.671718</Lon>\n                <Name>BWI AIRPORT + STOP 1</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3004114</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181321</Lat>\n                <Lon>-76.668936</Lon>\n                <Name>BWI AIRPORT + STOP 2</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003038</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.184172</Lat>\n                <Lon>-76.671663</Lon>\n                <Name>BWI + EXIT SIGN</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>0</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.191491</Lat>\n                <Lon>-76.673025</Lon>\n                <Name>BWI BUSINESS DISTRICT LIGHT RAIL ST</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003039</StopID>\n            </Stop>\n        </Stops>\n        <TripHeadsign>BWI - THURGOOD MARSHALL  AIRPORT</TripHeadsign>\n    </Direction0>\n    <Direction1>\n        <DirectionNum>1</DirectionNum>\n        <DirectionText>SOUTH</DirectionText>\n        <Shape>\n            <ShapePoint>\n                <Lat>39.191546519</Lat>\n                <Lon>-76.673027778</Lon>\n                <SeqNum>1</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191539785</Lat>\n                <Lon>-76.672928564</Lon>\n                <SeqNum>2</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191550233</Lat>\n                <Lon>-76.67276677</Lon>\n                <SeqNum>3</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191593665</Lat>\n                <Lon>-76.672654035</Lon>\n                <SeqNum>4</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.19173021</Lat>\n                <Lon>-76.672568957</Lon>\n                <SeqNum>5</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191847903</Lat>\n                <Lon>-76.672602169</Lon>\n                <SeqNum>6</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192037902</Lat>\n                <Lon>-76.672642169</Lon>\n                <SeqNum>7</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191887903</Lat>\n                <Lon>-76.67421217</Lon>\n                <SeqNum>8</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191777903</Lat>\n                <Lon>-76.67530217</Lon>\n                <SeqNum>9</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191707902</Lat>\n                <Lon>-76.67623217</Lon>\n                <SeqNum>10</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191537903</Lat>\n                <Lon>-76.67628217</Lon>\n                <SeqNum>11</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191247903</Lat>\n                <Lon>-76.67633217</Lon>\n                <SeqNum>12</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190947903</Lat>\n                <Lon>-76.676382171</Lon>\n                <SeqNum>13</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190527902</Lat>\n                <Lon>-76.67646217</Lon>\n                <SeqNum>14</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190387903</Lat>\n                <Lon>-76.67648217</Lon>\n                <SeqNum>15</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189887902</Lat>\n                <Lon>-76.67655217</Lon>\n                <SeqNum>16</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189697902</Lat>\n                <Lon>-76.676562171</Lon>\n                <SeqNum>17</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189517902</Lat>\n                <Lon>-76.676592171</Lon>\n                <SeqNum>18</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189337902</Lat>\n                <Lon>-76.676622171</Lon>\n                <SeqNum>19</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189207902</Lat>\n                <Lon>-76.67667217</Lon>\n                <SeqNum>20</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189077903</Lat>\n                <Lon>-76.67674217</Lon>\n                <SeqNum>21</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188957902</Lat>\n                <Lon>-76.67683217</Lon>\n                <SeqNum>22</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188837902</Lat>\n                <Lon>-76.67695217</Lon>\n                <SeqNum>23</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188737902</Lat>\n                <Lon>-76.67712217</Lon>\n                <SeqNum>24</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188657902</Lat>\n                <Lon>-76.67733217</Lon>\n                <SeqNum>25</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188597902</Lat>\n                <Lon>-76.677592171</Lon>\n                <SeqNum>26</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188567901</Lat>\n                <Lon>-76.67789217</Lon>\n                <SeqNum>27</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188527902</Lat>\n                <Lon>-76.67832217</Lon>\n                <SeqNum>28</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188497902</Lat>\n                <Lon>-76.678572171</Lon>\n                <SeqNum>29</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188387902</Lat>\n                <Lon>-76.679002171</Lon>\n                <SeqNum>30</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188187902</Lat>\n                <Lon>-76.679402171</Lon>\n                <SeqNum>31</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187897902</Lat>\n                <Lon>-76.679692171</Lon>\n                <SeqNum>32</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187547901</Lat>\n                <Lon>-76.679882172</Lon>\n                <SeqNum>33</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187147902</Lat>\n                <Lon>-76.679912171</Lon>\n                <SeqNum>34</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186897901</Lat>\n                <Lon>-76.679852171</Lon>\n                <SeqNum>35</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186677902</Lat>\n                <Lon>-76.679732171</Lon>\n                <SeqNum>36</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186457902</Lat>\n                <Lon>-76.679472171</Lon>\n                <SeqNum>37</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186237902</Lat>\n                <Lon>-76.679202172</Lon>\n                <SeqNum>38</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186027902</Lat>\n                <Lon>-76.678692171</Lon>\n                <SeqNum>39</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185797901</Lat>\n                <Lon>-76.67784217</Lon>\n                <SeqNum>40</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185497902</Lat>\n                <Lon>-76.67673217</Lon>\n                <SeqNum>41</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185047901</Lat>\n                <Lon>-76.67578217</Lon>\n                <SeqNum>42</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184867901</Lat>\n                <Lon>-76.67543217</Lon>\n                <SeqNum>43</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184757901</Lat>\n                <Lon>-76.675242169</Lon>\n                <SeqNum>44</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184627902</Lat>\n                <Lon>-76.67506217</Lon>\n                <SeqNum>45</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184507901</Lat>\n                <Lon>-76.67492217</Lon>\n                <SeqNum>46</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184367901</Lat>\n                <Lon>-76.67479217</Lon>\n                <SeqNum>47</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183967902</Lat>\n                <Lon>-76.674392169</Lon>\n                <SeqNum>48</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183577901</Lat>\n                <Lon>-76.67401217</Lon>\n                <SeqNum>49</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183197901</Lat>\n                <Lon>-76.67359217</Lon>\n                <SeqNum>50</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182897901</Lat>\n                <Lon>-76.673302168</Lon>\n                <SeqNum>51</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182257901</Lat>\n                <Lon>-76.672682169</Lon>\n                <SeqNum>52</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181737901</Lat>\n                <Lon>-76.672112169</Lon>\n                <SeqNum>53</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181457901</Lat>\n                <Lon>-76.671932169</Lon>\n                <SeqNum>54</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1797379</Lat>\n                <Lon>-76.670222168</Lon>\n                <SeqNum>55</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1795379</Lat>\n                <Lon>-76.670012167</Lon>\n                <SeqNum>56</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179477901</Lat>\n                <Lon>-76.669882168</Lon>\n                <SeqNum>57</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1794679</Lat>\n                <Lon>-76.669732167</Lon>\n                <SeqNum>58</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179507901</Lat>\n                <Lon>-76.669472167</Lon>\n                <SeqNum>59</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1796179</Lat>\n                <Lon>-76.669172167</Lon>\n                <SeqNum>60</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1797879</Lat>\n                <Lon>-76.668792167</Lon>\n                <SeqNum>61</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.179917901</Lat>\n                <Lon>-76.668622167</Lon>\n                <SeqNum>62</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.180147901</Lat>\n                <Lon>-76.668402167</Lon>\n                <SeqNum>63</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1804079</Lat>\n                <Lon>-76.668282167</Lon>\n                <SeqNum>64</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.180567901</Lat>\n                <Lon>-76.668322168</Lon>\n                <SeqNum>65</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181057901</Lat>\n                <Lon>-76.668742167</Lon>\n                <SeqNum>66</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1812979</Lat>\n                <Lon>-76.668992167</Lon>\n                <SeqNum>67</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181907901</Lat>\n                <Lon>-76.669542167</Lon>\n                <SeqNum>68</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.1827379</Lat>\n                <Lon>-76.670312167</Lon>\n                <SeqNum>69</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182967901</Lat>\n                <Lon>-76.670552168</Lon>\n                <SeqNum>70</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183397901</Lat>\n                <Lon>-76.670982168</Lon>\n                <SeqNum>71</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183857901</Lat>\n                <Lon>-76.671452169</Lon>\n                <SeqNum>72</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.183977901</Lat>\n                <Lon>-76.671562168</Lon>\n                <SeqNum>73</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184227902</Lat>\n                <Lon>-76.671792168</Lon>\n                <SeqNum>74</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184357902</Lat>\n                <Lon>-76.671962169</Lon>\n                <SeqNum>75</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184487901</Lat>\n                <Lon>-76.672162169</Lon>\n                <SeqNum>76</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184577902</Lat>\n                <Lon>-76.672352168</Lon>\n                <SeqNum>77</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184637902</Lat>\n                <Lon>-76.672532168</Lon>\n                <SeqNum>78</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184667902</Lat>\n                <Lon>-76.672712169</Lon>\n                <SeqNum>79</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184667902</Lat>\n                <Lon>-76.672932169</Lon>\n                <SeqNum>80</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184637901</Lat>\n                <Lon>-76.673152168</Lon>\n                <SeqNum>81</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184577902</Lat>\n                <Lon>-76.673372169</Lon>\n                <SeqNum>82</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184547901</Lat>\n                <Lon>-76.67359217</Lon>\n                <SeqNum>83</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184537902</Lat>\n                <Lon>-76.67380217</Lon>\n                <SeqNum>84</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184567902</Lat>\n                <Lon>-76.674092169</Lon>\n                <SeqNum>85</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184617901</Lat>\n                <Lon>-76.67439217</Lon>\n                <SeqNum>86</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.184837902</Lat>\n                <Lon>-76.67499217</Lon>\n                <SeqNum>87</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185067902</Lat>\n                <Lon>-76.67545217</Lon>\n                <SeqNum>88</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185277901</Lat>\n                <Lon>-76.675882169</Lon>\n                <SeqNum>89</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185457901</Lat>\n                <Lon>-76.67624217</Lon>\n                <SeqNum>90</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185687902</Lat>\n                <Lon>-76.67685217</Lon>\n                <SeqNum>91</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.185797901</Lat>\n                <Lon>-76.677222171</Lon>\n                <SeqNum>92</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186287902</Lat>\n                <Lon>-76.67889217</Lon>\n                <SeqNum>93</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186457902</Lat>\n                <Lon>-76.679472171</Lon>\n                <SeqNum>94</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186577902</Lat>\n                <Lon>-76.679882171</Lon>\n                <SeqNum>95</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186677902</Lat>\n                <Lon>-76.680132172</Lon>\n                <SeqNum>96</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186707902</Lat>\n                <Lon>-76.680222172</Lon>\n                <SeqNum>97</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186847902</Lat>\n                <Lon>-76.680572171</Lon>\n                <SeqNum>98</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.186977902</Lat>\n                <Lon>-76.680822172</Lon>\n                <SeqNum>99</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187287902</Lat>\n                <Lon>-76.681272171</Lon>\n                <SeqNum>100</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188067902</Lat>\n                <Lon>-76.682412172</Lon>\n                <SeqNum>101</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188237902</Lat>\n                <Lon>-76.682632172</Lon>\n                <SeqNum>102</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188367902</Lat>\n                <Lon>-76.682822172</Lon>\n                <SeqNum>103</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.188707902</Lat>\n                <Lon>-76.683302173</Lon>\n                <SeqNum>104</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189717902</Lat>\n                <Lon>-76.684792172</Lon>\n                <SeqNum>105</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.189947902</Lat>\n                <Lon>-76.685102173</Lon>\n                <SeqNum>106</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190177902</Lat>\n                <Lon>-76.685432173</Lon>\n                <SeqNum>107</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190457902</Lat>\n                <Lon>-76.685752174</Lon>\n                <SeqNum>108</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.190797902</Lat>\n                <Lon>-76.686102174</Lon>\n                <SeqNum>109</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191087903</Lat>\n                <Lon>-76.686392173</Lon>\n                <SeqNum>110</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191297902</Lat>\n                <Lon>-76.686612173</Lon>\n                <SeqNum>111</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191697902</Lat>\n                <Lon>-76.686942174</Lon>\n                <SeqNum>112</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192237903</Lat>\n                <Lon>-76.687352173</Lon>\n                <SeqNum>113</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192767903</Lat>\n                <Lon>-76.687712175</Lon>\n                <SeqNum>114</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193007903</Lat>\n                <Lon>-76.687872174</Lon>\n                <SeqNum>115</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193807903</Lat>\n                <Lon>-76.688382175</Lon>\n                <SeqNum>116</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194117903</Lat>\n                <Lon>-76.688582173</Lon>\n                <SeqNum>117</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194527903</Lat>\n                <Lon>-76.688842174</Lon>\n                <SeqNum>118</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195107903</Lat>\n                <Lon>-76.689192174</Lon>\n                <SeqNum>119</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195497903</Lat>\n                <Lon>-76.689442175</Lon>\n                <SeqNum>120</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195897903</Lat>\n                <Lon>-76.689732174</Lon>\n                <SeqNum>121</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196297903</Lat>\n                <Lon>-76.690052175</Lon>\n                <SeqNum>122</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196687903</Lat>\n                <Lon>-76.690442176</Lon>\n                <SeqNum>123</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197327903</Lat>\n                <Lon>-76.691082175</Lon>\n                <SeqNum>124</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198477904</Lat>\n                <Lon>-76.692402176</Lon>\n                <SeqNum>125</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198757904</Lat>\n                <Lon>-76.692722176</Lon>\n                <SeqNum>126</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.199697903</Lat>\n                <Lon>-76.693772176</Lon>\n                <SeqNum>127</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.199977904</Lat>\n                <Lon>-76.694062177</Lon>\n                <SeqNum>128</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.200297904</Lat>\n                <Lon>-76.694342177</Lon>\n                <SeqNum>129</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.200727904</Lat>\n                <Lon>-76.694662177</Lon>\n                <SeqNum>130</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.201207904</Lat>\n                <Lon>-76.695012177</Lon>\n                <SeqNum>131</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.201487904</Lat>\n                <Lon>-76.695182178</Lon>\n                <SeqNum>132</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.201657904</Lat>\n                <Lon>-76.695262177</Lon>\n                <SeqNum>133</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202067904</Lat>\n                <Lon>-76.695442178</Lon>\n                <SeqNum>134</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202447904</Lat>\n                <Lon>-76.695522177</Lon>\n                <SeqNum>135</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202687904</Lat>\n                <Lon>-76.695572178</Lon>\n                <SeqNum>136</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202877904</Lat>\n                <Lon>-76.695582178</Lon>\n                <SeqNum>137</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203027904</Lat>\n                <Lon>-76.695562177</Lon>\n                <SeqNum>138</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203177904</Lat>\n                <Lon>-76.695512177</Lon>\n                <SeqNum>139</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203287905</Lat>\n                <Lon>-76.695452177</Lon>\n                <SeqNum>140</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203427904</Lat>\n                <Lon>-76.695322176</Lon>\n                <SeqNum>141</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203537904</Lat>\n                <Lon>-76.695162177</Lon>\n                <SeqNum>142</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203607904</Lat>\n                <Lon>-76.694992177</Lon>\n                <SeqNum>143</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203647905</Lat>\n                <Lon>-76.694752177</Lon>\n                <SeqNum>144</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203637905</Lat>\n                <Lon>-76.694472177</Lon>\n                <SeqNum>145</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203587904</Lat>\n                <Lon>-76.694312176</Lon>\n                <SeqNum>146</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203547905</Lat>\n                <Lon>-76.694212178</Lon>\n                <SeqNum>147</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203447905</Lat>\n                <Lon>-76.694042177</Lon>\n                <SeqNum>148</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203347904</Lat>\n                <Lon>-76.693922176</Lon>\n                <SeqNum>149</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203217905</Lat>\n                <Lon>-76.693832177</Lon>\n                <SeqNum>150</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.203087904</Lat>\n                <Lon>-76.693772177</Lon>\n                <SeqNum>151</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202917905</Lat>\n                <Lon>-76.693742176</Lon>\n                <SeqNum>152</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202777904</Lat>\n                <Lon>-76.693772177</Lon>\n                <SeqNum>153</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202667905</Lat>\n                <Lon>-76.693822177</Lon>\n                <SeqNum>154</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202517904</Lat>\n                <Lon>-76.693942176</Lon>\n                <SeqNum>155</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.202137904</Lat>\n                <Lon>-76.694282176</Lon>\n                <SeqNum>156</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.201487904</Lat>\n                <Lon>-76.695182178</Lon>\n                <SeqNum>157</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.201307904</Lat>\n                <Lon>-76.695442177</Lon>\n                <SeqNum>158</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.200697904</Lat>\n                <Lon>-76.696332177</Lon>\n                <SeqNum>159</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.200197904</Lat>\n                <Lon>-76.697292178</Lon>\n                <SeqNum>160</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.199687904</Lat>\n                <Lon>-76.698492177</Lon>\n                <SeqNum>161</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198867903</Lat>\n                <Lon>-76.700692178</Lon>\n                <SeqNum>162</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198707903</Lat>\n                <Lon>-76.701102179</Lon>\n                <SeqNum>163</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198297903</Lat>\n                <Lon>-76.702162178</Lon>\n                <SeqNum>164</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.198107903</Lat>\n                <Lon>-76.702672179</Lon>\n                <SeqNum>165</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197867903</Lat>\n                <Lon>-76.70329218</Lon>\n                <SeqNum>166</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197577903</Lat>\n                <Lon>-76.70400218</Lon>\n                <SeqNum>167</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197387902</Lat>\n                <Lon>-76.70445218</Lon>\n                <SeqNum>168</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.197127903</Lat>\n                <Lon>-76.70501218</Lon>\n                <SeqNum>169</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196947903</Lat>\n                <Lon>-76.705372179</Lon>\n                <SeqNum>170</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196607903</Lat>\n                <Lon>-76.70603218</Lon>\n                <SeqNum>171</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.196207903</Lat>\n                <Lon>-76.70673218</Lon>\n                <SeqNum>172</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195807902</Lat>\n                <Lon>-76.707402181</Lon>\n                <SeqNum>173</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.195357902</Lat>\n                <Lon>-76.708052181</Lon>\n                <SeqNum>174</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194907902</Lat>\n                <Lon>-76.708662181</Lon>\n                <SeqNum>175</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.194437902</Lat>\n                <Lon>-76.709232181</Lon>\n                <SeqNum>176</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193917902</Lat>\n                <Lon>-76.709842181</Lon>\n                <SeqNum>177</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.193057902</Lat>\n                <Lon>-76.710712181</Lon>\n                <SeqNum>178</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.192077901</Lat>\n                <Lon>-76.711622182</Lon>\n                <SeqNum>179</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.191197901</Lat>\n                <Lon>-76.712422182</Lon>\n                <SeqNum>180</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.187647901</Lat>\n                <Lon>-76.715622182</Lon>\n                <SeqNum>181</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.182827899</Lat>\n                <Lon>-76.719942184</Lon>\n                <SeqNum>182</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.181777899</Lat>\n                <Lon>-76.720892184</Lon>\n                <SeqNum>183</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.178227899</Lat>\n                <Lon>-76.724072184</Lon>\n                <SeqNum>184</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.177387898</Lat>\n                <Lon>-76.724842185</Lon>\n                <SeqNum>185</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.175467897</Lat>\n                <Lon>-76.726572185</Lon>\n                <SeqNum>186</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.175147898</Lat>\n                <Lon>-76.726862185</Lon>\n                <SeqNum>187</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.174787897</Lat>\n                <Lon>-76.727192185</Lon>\n                <SeqNum>188</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.174387897</Lat>\n                <Lon>-76.727552185</Lon>\n                <SeqNum>189</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.174127898</Lat>\n                <Lon>-76.727782185</Lon>\n                <SeqNum>190</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.173187897</Lat>\n                <Lon>-76.728632185</Lon>\n                <SeqNum>191</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.171007896</Lat>\n                <Lon>-76.730592187</Lon>\n                <SeqNum>192</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170597896</Lat>\n                <Lon>-76.730982187</Lon>\n                <SeqNum>193</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170467896</Lat>\n                <Lon>-76.731082186</Lon>\n                <SeqNum>194</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.170197896</Lat>\n                <Lon>-76.731342186</Lon>\n                <SeqNum>195</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.169967896</Lat>\n                <Lon>-76.731552187</Lon>\n                <SeqNum>196</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.168757896</Lat>\n                <Lon>-76.732612187</Lon>\n                <SeqNum>197</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.167217896</Lat>\n                <Lon>-76.733992187</Lon>\n                <SeqNum>198</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.166467896</Lat>\n                <Lon>-76.734742188</Lon>\n                <SeqNum>199</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.165187895</Lat>\n                <Lon>-76.736112188</Lon>\n                <SeqNum>200</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.162427895</Lat>\n                <Lon>-76.739072188</Lon>\n                <SeqNum>201</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.159617894</Lat>\n                <Lon>-76.742112189</Lon>\n                <SeqNum>202</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.159237894</Lat>\n                <Lon>-76.74246219</Lon>\n                <SeqNum>203</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.158777894</Lat>\n                <Lon>-76.742952189</Lon>\n                <SeqNum>204</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.158177893</Lat>\n                <Lon>-76.743612189</Lon>\n                <SeqNum>205</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.157577894</Lat>\n                <Lon>-76.74426219</Lon>\n                <SeqNum>206</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.156887893</Lat>\n                <Lon>-76.74505219</Lon>\n                <SeqNum>207</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.156387893</Lat>\n                <Lon>-76.74562219</Lon>\n                <SeqNum>208</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.156177893</Lat>\n                <Lon>-76.74586219</Lon>\n                <SeqNum>209</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.155687893</Lat>\n                <Lon>-76.746352191</Lon>\n                <SeqNum>210</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.154627892</Lat>\n                <Lon>-76.74750219</Lon>\n                <SeqNum>211</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.153577892</Lat>\n                <Lon>-76.748612191</Lon>\n                <SeqNum>212</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.152447892</Lat>\n                <Lon>-76.749682191</Lon>\n                <SeqNum>213</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.151797892</Lat>\n                <Lon>-76.750222191</Lon>\n                <SeqNum>214</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.150977892</Lat>\n                <Lon>-76.750792191</Lon>\n                <SeqNum>215</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.150287892</Lat>\n                <Lon>-76.751212191</Lon>\n                <SeqNum>216</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.149707892</Lat>\n                <Lon>-76.751562192</Lon>\n                <SeqNum>217</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.148737892</Lat>\n                <Lon>-76.752002192</Lon>\n                <SeqNum>218</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.148427891</Lat>\n                <Lon>-76.752142191</Lon>\n                <SeqNum>219</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.147457891</Lat>\n                <Lon>-76.752592192</Lon>\n                <SeqNum>220</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14535789</Lat>\n                <Lon>-76.753532192</Lon>\n                <SeqNum>221</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14452789</Lat>\n                <Lon>-76.753912191</Lon>\n                <SeqNum>222</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14363789</Lat>\n                <Lon>-76.754312192</Lon>\n                <SeqNum>223</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.14089789</Lat>\n                <Lon>-76.755612192</Lon>\n                <SeqNum>224</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.140337889</Lat>\n                <Lon>-76.755842192</Lon>\n                <SeqNum>225</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.140047889</Lat>\n                <Lon>-76.755962192</Lon>\n                <SeqNum>226</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.137487889</Lat>\n                <Lon>-76.757142193</Lon>\n                <SeqNum>227</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.137177889</Lat>\n                <Lon>-76.757282193</Lon>\n                <SeqNum>228</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.136137888</Lat>\n                <Lon>-76.757742192</Lon>\n                <SeqNum>229</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.134737889</Lat>\n                <Lon>-76.758422192</Lon>\n                <SeqNum>230</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.134047888</Lat>\n                <Lon>-76.758812192</Lon>\n                <SeqNum>231</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.133357887</Lat>\n                <Lon>-76.759242193</Lon>\n                <SeqNum>232</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.131787888</Lat>\n                <Lon>-76.760312192</Lon>\n                <SeqNum>233</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.129997887</Lat>\n                <Lon>-76.761642193</Lon>\n                <SeqNum>234</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.128467887</Lat>\n                <Lon>-76.762852194</Lon>\n                <SeqNum>235</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.126627886</Lat>\n                <Lon>-76.764382195</Lon>\n                <SeqNum>236</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.125027886</Lat>\n                <Lon>-76.765762194</Lon>\n                <SeqNum>237</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.122737886</Lat>\n                <Lon>-76.767792194</Lon>\n                <SeqNum>238</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121857885</Lat>\n                <Lon>-76.768592195</Lon>\n                <SeqNum>239</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121397885</Lat>\n                <Lon>-76.769002195</Lon>\n                <SeqNum>240</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.121137886</Lat>\n                <Lon>-76.769262195</Lon>\n                <SeqNum>241</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.120777885</Lat>\n                <Lon>-76.769622195</Lon>\n                <SeqNum>242</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.120017885</Lat>\n                <Lon>-76.770372196</Lon>\n                <SeqNum>243</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.119077885</Lat>\n                <Lon>-76.771372196</Lon>\n                <SeqNum>244</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.118667884</Lat>\n                <Lon>-76.771862196</Lon>\n                <SeqNum>245</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.118527885</Lat>\n                <Lon>-76.772032196</Lon>\n                <SeqNum>246</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.118097884</Lat>\n                <Lon>-76.772572196</Lon>\n                <SeqNum>247</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.117777885</Lat>\n                <Lon>-76.772982196</Lon>\n                <SeqNum>248</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.117487884</Lat>\n                <Lon>-76.773352196</Lon>\n                <SeqNum>249</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.117327884</Lat>\n                <Lon>-76.773542196</Lon>\n                <SeqNum>250</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.116627884</Lat>\n                <Lon>-76.774532196</Lon>\n                <SeqNum>251</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.116377884</Lat>\n                <Lon>-76.774902196</Lon>\n                <SeqNum>252</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.116277884</Lat>\n                <Lon>-76.775052196</Lon>\n                <SeqNum>253</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114667884</Lat>\n                <Lon>-76.777572198</Lon>\n                <SeqNum>254</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114467884</Lat>\n                <Lon>-76.777872198</Lon>\n                <SeqNum>255</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114347883</Lat>\n                <Lon>-76.778052198</Lon>\n                <SeqNum>256</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114297884</Lat>\n                <Lon>-76.778122198</Lon>\n                <SeqNum>257</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.114147884</Lat>\n                <Lon>-76.778342198</Lon>\n                <SeqNum>258</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.113657883</Lat>\n                <Lon>-76.779092198</Lon>\n                <SeqNum>259</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.112977883</Lat>\n                <Lon>-76.780112198</Lon>\n                <SeqNum>260</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.112527883</Lat>\n                <Lon>-76.780802198</Lon>\n                <SeqNum>261</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.112087883</Lat>\n                <Lon>-76.781422198</Lon>\n                <SeqNum>262</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.111247883</Lat>\n                <Lon>-76.782582198</Lon>\n                <SeqNum>263</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.110297882</Lat>\n                <Lon>-76.783802199</Lon>\n                <SeqNum>264</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.109747882</Lat>\n                <Lon>-76.784452199</Lon>\n                <SeqNum>265</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.109507882</Lat>\n                <Lon>-76.7847422</Lon>\n                <SeqNum>266</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.109067882</Lat>\n                <Lon>-76.7852622</Lon>\n                <SeqNum>267</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.108067882</Lat>\n                <Lon>-76.7864522</Lon>\n                <SeqNum>268</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.107297882</Lat>\n                <Lon>-76.787452201</Lon>\n                <SeqNum>269</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106947881</Lat>\n                <Lon>-76.7879322</Lon>\n                <SeqNum>270</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106797882</Lat>\n                <Lon>-76.788132199</Lon>\n                <SeqNum>271</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.106557881</Lat>\n                <Lon>-76.7884822</Lon>\n                <SeqNum>272</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.105677882</Lat>\n                <Lon>-76.7897522</Lon>\n                <SeqNum>273</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.105047881</Lat>\n                <Lon>-76.790752201</Lon>\n                <SeqNum>274</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.10380788</Lat>\n                <Lon>-76.792732201</Lon>\n                <SeqNum>275</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.102457881</Lat>\n                <Lon>-76.794812201</Lon>\n                <SeqNum>276</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.10093788</Lat>\n                <Lon>-76.796962203</Lon>\n                <SeqNum>277</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.10024788</Lat>\n                <Lon>-76.797902203</Lon>\n                <SeqNum>278</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09981788</Lat>\n                <Lon>-76.798482204</Lon>\n                <SeqNum>279</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09888788</Lat>\n                <Lon>-76.799692204</Lon>\n                <SeqNum>280</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09885788</Lat>\n                <Lon>-76.799732203</Lon>\n                <SeqNum>281</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.09771788</Lat>\n                <Lon>-76.801102204</Lon>\n                <SeqNum>282</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.096837879</Lat>\n                <Lon>-76.802142204</Lon>\n                <SeqNum>283</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.096637878</Lat>\n                <Lon>-76.802332203</Lon>\n                <SeqNum>284</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.095927879</Lat>\n                <Lon>-76.803132204</Lon>\n                <SeqNum>285</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.094197878</Lat>\n                <Lon>-76.805002205</Lon>\n                <SeqNum>286</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.093367878</Lat>\n                <Lon>-76.805822205</Lon>\n                <SeqNum>287</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.093157878</Lat>\n                <Lon>-76.806042205</Lon>\n                <SeqNum>288</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.088607877</Lat>\n                <Lon>-76.810762207</Lon>\n                <SeqNum>289</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.086367876</Lat>\n                <Lon>-76.813362207</Lon>\n                <SeqNum>290</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.085457876</Lat>\n                <Lon>-76.814432206</Lon>\n                <SeqNum>291</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.083677876</Lat>\n                <Lon>-76.816772208</Lon>\n                <SeqNum>292</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.081137875</Lat>\n                <Lon>-76.820032209</Lon>\n                <SeqNum>293</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.080207875</Lat>\n                <Lon>-76.821142209</Lon>\n                <SeqNum>294</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.078857874</Lat>\n                <Lon>-76.822662209</Lon>\n                <SeqNum>295</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.078217875</Lat>\n                <Lon>-76.82337221</Lon>\n                <SeqNum>296</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.077417874</Lat>\n                <Lon>-76.82420221</Lon>\n                <SeqNum>297</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.076467874</Lat>\n                <Lon>-76.82518221</Lon>\n                <SeqNum>298</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.075387874</Lat>\n                <Lon>-76.82623221</Lon>\n                <SeqNum>299</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.073487874</Lat>\n                <Lon>-76.828002211</Lon>\n                <SeqNum>300</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.072197874</Lat>\n                <Lon>-76.829112212</Lon>\n                <SeqNum>301</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.070657873</Lat>\n                <Lon>-76.830392211</Lon>\n                <SeqNum>302</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.069267873</Lat>\n                <Lon>-76.831492212</Lon>\n                <SeqNum>303</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.069037873</Lat>\n                <Lon>-76.831672211</Lon>\n                <SeqNum>304</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.066917872</Lat>\n                <Lon>-76.833322212</Lon>\n                <SeqNum>305</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.066097871</Lat>\n                <Lon>-76.833962211</Lon>\n                <SeqNum>306</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.064857872</Lat>\n                <Lon>-76.834842213</Lon>\n                <SeqNum>307</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.064357872</Lat>\n                <Lon>-76.835202212</Lon>\n                <SeqNum>308</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.063727872</Lat>\n                <Lon>-76.835652213</Lon>\n                <SeqNum>309</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.063507872</Lat>\n                <Lon>-76.835792213</Lon>\n                <SeqNum>310</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.063067871</Lat>\n                <Lon>-76.836072212</Lon>\n                <SeqNum>311</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.06172787</Lat>\n                <Lon>-76.836922212</Lon>\n                <SeqNum>312</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.06038787</Lat>\n                <Lon>-76.837722213</Lon>\n                <SeqNum>313</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.06007787</Lat>\n                <Lon>-76.837892212</Lon>\n                <SeqNum>314</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.05874787</Lat>\n                <Lon>-76.838622213</Lon>\n                <SeqNum>315</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.05679787</Lat>\n                <Lon>-76.839612214</Lon>\n                <SeqNum>316</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.056137869</Lat>\n                <Lon>-76.839922213</Lon>\n                <SeqNum>317</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.055437869</Lat>\n                <Lon>-76.840242213</Lon>\n                <SeqNum>318</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.053717869</Lat>\n                <Lon>-76.840982213</Lon>\n                <SeqNum>319</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.053427869</Lat>\n                <Lon>-76.841122214</Lon>\n                <SeqNum>320</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.051207869</Lat>\n                <Lon>-76.842202214</Lon>\n                <SeqNum>321</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.050877868</Lat>\n                <Lon>-76.842362214</Lon>\n                <SeqNum>322</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.050347868</Lat>\n                <Lon>-76.842652214</Lon>\n                <SeqNum>323</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.049067867</Lat>\n                <Lon>-76.843352214</Lon>\n                <SeqNum>324</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.044567867</Lat>\n                <Lon>-76.846192214</Lon>\n                <SeqNum>325</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.042987867</Lat>\n                <Lon>-76.847092215</Lon>\n                <SeqNum>326</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.040147866</Lat>\n                <Lon>-76.848672215</Lon>\n                <SeqNum>327</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.036907865</Lat>\n                <Lon>-76.850402216</Lon>\n                <SeqNum>328</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.036557865</Lat>\n                <Lon>-76.850662216</Lon>\n                <SeqNum>329</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.036167865</Lat>\n                <Lon>-76.850902216</Lon>\n                <SeqNum>330</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035907865</Lat>\n                <Lon>-76.851082216</Lon>\n                <SeqNum>331</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035377865</Lat>\n                <Lon>-76.851502215</Lon>\n                <SeqNum>332</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034277865</Lat>\n                <Lon>-76.852452215</Lon>\n                <SeqNum>333</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033687864</Lat>\n                <Lon>-76.852932216</Lon>\n                <SeqNum>334</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033377864</Lat>\n                <Lon>-76.853152217</Lon>\n                <SeqNum>335</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033237864</Lat>\n                <Lon>-76.853222217</Lon>\n                <SeqNum>336</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033157865</Lat>\n                <Lon>-76.853952217</Lon>\n                <SeqNum>337</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033087865</Lat>\n                <Lon>-76.854502216</Lon>\n                <SeqNum>338</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032877864</Lat>\n                <Lon>-76.856312217</Lon>\n                <SeqNum>339</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032827864</Lat>\n                <Lon>-76.857112217</Lon>\n                <SeqNum>340</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032827864</Lat>\n                <Lon>-76.857442217</Lon>\n                <SeqNum>341</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032867864</Lat>\n                <Lon>-76.857882217</Lon>\n                <SeqNum>342</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032907864</Lat>\n                <Lon>-76.858202218</Lon>\n                <SeqNum>343</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032987865</Lat>\n                <Lon>-76.858602217</Lon>\n                <SeqNum>344</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033157864</Lat>\n                <Lon>-76.859212218</Lon>\n                <SeqNum>345</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033347864</Lat>\n                <Lon>-76.859652218</Lon>\n                <SeqNum>346</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033507864</Lat>\n                <Lon>-76.859992218</Lon>\n                <SeqNum>347</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033787864</Lat>\n                <Lon>-76.860462219</Lon>\n                <SeqNum>348</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034547865</Lat>\n                <Lon>-76.861522219</Lon>\n                <SeqNum>349</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034727864</Lat>\n                <Lon>-76.861842219</Lon>\n                <SeqNum>350</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034887865</Lat>\n                <Lon>-76.862232219</Lon>\n                <SeqNum>351</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034977865</Lat>\n                <Lon>-76.862612218</Lon>\n                <SeqNum>352</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035037864</Lat>\n                <Lon>-76.863032219</Lon>\n                <SeqNum>353</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035047864</Lat>\n                <Lon>-76.863372219</Lon>\n                <SeqNum>354</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.035017865</Lat>\n                <Lon>-76.86382222</Lon>\n                <SeqNum>355</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034947864</Lat>\n                <Lon>-76.86416222</Lon>\n                <SeqNum>356</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034847864</Lat>\n                <Lon>-76.864492219</Lon>\n                <SeqNum>357</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034717864</Lat>\n                <Lon>-76.86482222</Lon>\n                <SeqNum>358</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.034457864</Lat>\n                <Lon>-76.86526222</Lon>\n                <SeqNum>359</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033727864</Lat>\n                <Lon>-76.86632222</Lon>\n                <SeqNum>360</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033387864</Lat>\n                <Lon>-76.866852221</Lon>\n                <SeqNum>361</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032987864</Lat>\n                <Lon>-76.86746222</Lon>\n                <SeqNum>362</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032517864</Lat>\n                <Lon>-76.86829222</Lon>\n                <SeqNum>363</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032417863</Lat>\n                <Lon>-76.868482221</Lon>\n                <SeqNum>364</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032307864</Lat>\n                <Lon>-76.868772221</Lon>\n                <SeqNum>365</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032237864</Lat>\n                <Lon>-76.869082221</Lon>\n                <SeqNum>366</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032207862999996</Lat>\n                <Lon>-76.869412221</Lon>\n                <SeqNum>367</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032187864</Lat>\n                <Lon>-76.869692221</Lon>\n                <SeqNum>368</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032197864</Lat>\n                <Lon>-76.869902221</Lon>\n                <SeqNum>369</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032297864</Lat>\n                <Lon>-76.870832221</Lon>\n                <SeqNum>370</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032347864</Lat>\n                <Lon>-76.871162222</Lon>\n                <SeqNum>371</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032337864</Lat>\n                <Lon>-76.871612221</Lon>\n                <SeqNum>372</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032287863</Lat>\n                <Lon>-76.871962222</Lon>\n                <SeqNum>373</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032137863</Lat>\n                <Lon>-76.872572222</Lon>\n                <SeqNum>374</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032097863</Lat>\n                <Lon>-76.872682222</Lon>\n                <SeqNum>375</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031937863</Lat>\n                <Lon>-76.873162222</Lon>\n                <SeqNum>376</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031557863</Lat>\n                <Lon>-76.874262222</Lon>\n                <SeqNum>377</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031487864</Lat>\n                <Lon>-76.874572223</Lon>\n                <SeqNum>378</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031437863</Lat>\n                <Lon>-76.875032223</Lon>\n                <SeqNum>379</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031427863</Lat>\n                <Lon>-76.875362223</Lon>\n                <SeqNum>380</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031447864</Lat>\n                <Lon>-76.875692223</Lon>\n                <SeqNum>381</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031507863</Lat>\n                <Lon>-76.876032222</Lon>\n                <SeqNum>382</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031557863</Lat>\n                <Lon>-76.876272223</Lon>\n                <SeqNum>383</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031647863</Lat>\n                <Lon>-76.876482224</Lon>\n                <SeqNum>384</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031777864</Lat>\n                <Lon>-76.876762223</Lon>\n                <SeqNum>385</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031917863</Lat>\n                <Lon>-76.876982224</Lon>\n                <SeqNum>386</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032777863</Lat>\n                <Lon>-76.878092224</Lon>\n                <SeqNum>387</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032967863</Lat>\n                <Lon>-76.878362223</Lon>\n                <SeqNum>388</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033187864</Lat>\n                <Lon>-76.878752224</Lon>\n                <SeqNum>389</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033437863</Lat>\n                <Lon>-76.879372224</Lon>\n                <SeqNum>390</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033577863</Lat>\n                <Lon>-76.879912225</Lon>\n                <SeqNum>391</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033607863</Lat>\n                <Lon>-76.880242225</Lon>\n                <SeqNum>392</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033597864</Lat>\n                <Lon>-76.880472225</Lon>\n                <SeqNum>393</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033567863</Lat>\n                <Lon>-76.880692225</Lon>\n                <SeqNum>394</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033507864</Lat>\n                <Lon>-76.880902225</Lon>\n                <SeqNum>395</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033427863</Lat>\n                <Lon>-76.881112225</Lon>\n                <SeqNum>396</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033287864</Lat>\n                <Lon>-76.881352225</Lon>\n                <SeqNum>397</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.033187864</Lat>\n                <Lon>-76.881512225</Lon>\n                <SeqNum>398</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032917863</Lat>\n                <Lon>-76.881802224</Lon>\n                <SeqNum>399</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032607863</Lat>\n                <Lon>-76.882142225</Lon>\n                <SeqNum>400</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032557864</Lat>\n                <Lon>-76.882212225</Lon>\n                <SeqNum>401</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032437863</Lat>\n                <Lon>-76.882352225</Lon>\n                <SeqNum>402</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032337863</Lat>\n                <Lon>-76.882502225</Lon>\n                <SeqNum>403</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032197863</Lat>\n                <Lon>-76.882822226</Lon>\n                <SeqNum>404</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032117864</Lat>\n                <Lon>-76.883102225</Lon>\n                <SeqNum>405</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032037864</Lat>\n                <Lon>-76.883452226</Lon>\n                <SeqNum>406</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031997863</Lat>\n                <Lon>-76.883742226</Lon>\n                <SeqNum>407</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031927863</Lat>\n                <Lon>-76.884262225</Lon>\n                <SeqNum>408</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031897863</Lat>\n                <Lon>-76.884822226</Lon>\n                <SeqNum>409</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031887863</Lat>\n                <Lon>-76.885742226</Lon>\n                <SeqNum>410</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031947863</Lat>\n                <Lon>-76.886812227</Lon>\n                <SeqNum>411</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032097863</Lat>\n                <Lon>-76.888972227</Lon>\n                <SeqNum>412</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032107863</Lat>\n                <Lon>-76.889162228</Lon>\n                <SeqNum>413</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032127862</Lat>\n                <Lon>-76.890022227</Lon>\n                <SeqNum>414</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.032067862</Lat>\n                <Lon>-76.891022228</Lon>\n                <SeqNum>415</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031787862</Lat>\n                <Lon>-76.893982228</Lon>\n                <SeqNum>416</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031737862</Lat>\n                <Lon>-76.894402229</Lon>\n                <SeqNum>417</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031337863</Lat>\n                <Lon>-76.89849223</Lon>\n                <SeqNum>418</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031297862</Lat>\n                <Lon>-76.899032231</Lon>\n                <SeqNum>419</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031307863</Lat>\n                <Lon>-76.899352231</Lon>\n                <SeqNum>420</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031367862</Lat>\n                <Lon>-76.89957223</Lon>\n                <SeqNum>421</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.031417863</Lat>\n                <Lon>-76.899672231</Lon>\n                <SeqNum>422</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.030797862</Lat>\n                <Lon>-76.900132231</Lon>\n                <SeqNum>423</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029907861</Lat>\n                <Lon>-76.90074223</Lon>\n                <SeqNum>424</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029487862</Lat>\n                <Lon>-76.901082231</Lon>\n                <SeqNum>425</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029297862</Lat>\n                <Lon>-76.901202231</Lon>\n                <SeqNum>426</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.029087862</Lat>\n                <Lon>-76.901292231</Lon>\n                <SeqNum>427</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028767861</Lat>\n                <Lon>-76.901382231</Lon>\n                <SeqNum>428</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028427862</Lat>\n                <Lon>-76.901402231</Lon>\n                <SeqNum>429</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.028037861</Lat>\n                <Lon>-76.90136223</Lon>\n                <SeqNum>430</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.027407861</Lat>\n                <Lon>-76.90126223</Lon>\n                <SeqNum>431</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026767862</Lat>\n                <Lon>-76.90116223</Lon>\n                <SeqNum>432</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026457861</Lat>\n                <Lon>-76.901142231</Lon>\n                <SeqNum>433</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.026167861</Lat>\n                <Lon>-76.901142231</Lon>\n                <SeqNum>434</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.025357861</Lat>\n                <Lon>-76.901212231</Lon>\n                <SeqNum>435</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.024047861</Lat>\n                <Lon>-76.90139223</Lon>\n                <SeqNum>436</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.023717861</Lat>\n                <Lon>-76.901412231</Lon>\n                <SeqNum>437</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.023077861</Lat>\n                <Lon>-76.90140223</Lon>\n                <SeqNum>438</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02287786</Lat>\n                <Lon>-76.901402231</Lon>\n                <SeqNum>439</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.022637861</Lat>\n                <Lon>-76.90137223</Lon>\n                <SeqNum>440</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02229786</Lat>\n                <Lon>-76.90132223</Lon>\n                <SeqNum>441</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.021747861</Lat>\n                <Lon>-76.90116223</Lon>\n                <SeqNum>442</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02135786</Lat>\n                <Lon>-76.90100223</Lon>\n                <SeqNum>443</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02076786</Lat>\n                <Lon>-76.90073223</Lon>\n                <SeqNum>444</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.02020786</Lat>\n                <Lon>-76.90043223</Lon>\n                <SeqNum>445</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01952786</Lat>\n                <Lon>-76.90003223</Lon>\n                <SeqNum>446</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01858786</Lat>\n                <Lon>-76.89943223</Lon>\n                <SeqNum>447</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01775786</Lat>\n                <Lon>-76.89884223</Lon>\n                <SeqNum>448</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01670786</Lat>\n                <Lon>-76.89802223</Lon>\n                <SeqNum>449</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01606786</Lat>\n                <Lon>-76.897492228</Lon>\n                <SeqNum>450</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01539786</Lat>\n                <Lon>-76.896882229</Lon>\n                <SeqNum>451</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014987859</Lat>\n                <Lon>-76.896462229</Lon>\n                <SeqNum>452</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014697859</Lat>\n                <Lon>-76.896142228</Lon>\n                <SeqNum>453</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.014307859</Lat>\n                <Lon>-76.895702228</Lon>\n                <SeqNum>454</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013627859</Lat>\n                <Lon>-76.894862228</Lon>\n                <SeqNum>455</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013427859</Lat>\n                <Lon>-76.894602228</Lon>\n                <SeqNum>456</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012337859</Lat>\n                <Lon>-76.893052227</Lon>\n                <SeqNum>457</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012197859</Lat>\n                <Lon>-76.892872227</Lon>\n                <SeqNum>458</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012007859</Lat>\n                <Lon>-76.892662227</Lon>\n                <SeqNum>459</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011787859</Lat>\n                <Lon>-76.892432226</Lon>\n                <SeqNum>460</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010407858</Lat>\n                <Lon>-76.895642228</Lon>\n                <SeqNum>461</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010277858</Lat>\n                <Lon>-76.895952228</Lon>\n                <SeqNum>462</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010127858</Lat>\n                <Lon>-76.896452228</Lon>\n                <SeqNum>463</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010037859</Lat>\n                <Lon>-76.896962228</Lon>\n                <SeqNum>464</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.010007858</Lat>\n                <Lon>-76.897352228</Lon>\n                <SeqNum>465</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009997858</Lat>\n                <Lon>-76.897832228</Lon>\n                <SeqNum>466</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009937858</Lat>\n                <Lon>-76.90128223</Lon>\n                <SeqNum>467</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009937858</Lat>\n                <Lon>-76.901722229</Lon>\n                <SeqNum>468</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009917858</Lat>\n                <Lon>-76.90255223</Lon>\n                <SeqNum>469</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009907858</Lat>\n                <Lon>-76.90295223</Lon>\n                <SeqNum>470</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.009857858</Lat>\n                <Lon>-76.90326223</Lon>\n                <SeqNum>471</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011087858</Lat>\n                <Lon>-76.90405223</Lon>\n                <SeqNum>472</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011247859</Lat>\n                <Lon>-76.904202231</Lon>\n                <SeqNum>473</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011487858</Lat>\n                <Lon>-76.904502231</Lon>\n                <SeqNum>474</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012497858</Lat>\n                <Lon>-76.906112231</Lon>\n                <SeqNum>475</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013077858</Lat>\n                <Lon>-76.907102232</Lon>\n                <SeqNum>476</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013137858</Lat>\n                <Lon>-76.907282232</Lon>\n                <SeqNum>477</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013177858</Lat>\n                <Lon>-76.907562232</Lon>\n                <SeqNum>478</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013157864</Lat>\n                <Lon>-76.907858342</Lon>\n                <SeqNum>479</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.01304275</Lat>\n                <Lon>-76.908103919</Lon>\n                <SeqNum>480</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013076554</Lat>\n                <Lon>-76.908223356</Lon>\n                <SeqNum>481</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013080434</Lat>\n                <Lon>-76.908353224</Lon>\n                <SeqNum>482</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.013049125</Lat>\n                <Lon>-76.908617943</Lon>\n                <SeqNum>483</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012976329</Lat>\n                <Lon>-76.90870545</Lon>\n                <SeqNum>484</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.012883537</Lat>\n                <Lon>-76.908852245</Lon>\n                <SeqNum>485</SeqNum>\n            </ShapePoint>\n            <ShapePoint>\n                <Lat>39.011595754</Lat>\n                <Lon>-76.909996671</Lon>\n                <SeqNum>486</SeqNum>\n            </ShapePoint>\n        </Shape>\n        <Stops>\n            <Stop>\n                <Lat>39.191491</Lat>\n                <Lon>-76.673025</Lon>\n                <Name>BWI BUSINESS DISTRICT LIGHT RAIL ST</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003039</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181777</Lat>\n                <Lon>-76.672053</Lon>\n                <Name>BWI + LOADING AREA SIGN</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>0</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181166</Lat>\n                <Lon>-76.671718</Lon>\n                <Name>BWI AIRPORT + STOP 1</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3004114</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.181321</Lat>\n                <Lon>-76.668936</Lon>\n                <Name>BWI AIRPORT + STOP 2</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003038</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.184172</Lat>\n                <Lon>-76.671663</Lon>\n                <Name>BWI + EXIT SIGN</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>0</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.011425</Lat>\n                <Lon>-76.904307</Lon>\n                <Name>GREENBELT METRO DR + CHERRYWOOD LA</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>81</a:string>\n                    <a:string>87</a:string>\n                    <a:string>87c</a:string>\n                    <a:string>87cv1</a:string>\n                    <a:string>89</a:string>\n                    <a:string>89M</a:string>\n                    <a:string>89v1</a:string>\n                    <a:string>B30</a:string>\n                    <a:string>C2</a:string>\n                    <a:string>G12</a:string>\n                    <a:string>G13</a:string>\n                    <a:string>G14</a:string>\n                    <a:string>G16</a:string>\n                    <a:string>G16v1</a:string>\n                    <a:string>R11</a:string>\n                    <a:string>R12</a:string>\n                    <a:string>R3</a:string>\n                </Routes>\n                <StopID>3002578</StopID>\n            </Stop>\n            <Stop>\n                <Lat>39.011724</Lat>\n                <Lon>-76.910024</Lon>\n                <Name>GREENBELT STATION + BUS BAY D</Name>\n                <Routes\n                    xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                    <a:string>B30</a:string>\n                </Routes>\n                <StopID>3003037</StopID>\n            </Stop>\n        </Stops>\n        <TripHeadsign>GREENBELT STATION</TripHeadsign>\n    </Direction1>\n    <Name>B30 - B30 GREENBELT-BWI (647)</Name>\n    <RouteID>B30</RouteID>\n</RouteDetailsInfo>"}}}}}},"summary":"XML - Path Details"}},"/RouteSchedule":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns schedules for a given route variant for a given date.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Direction0/Direction1</td>\r\n\r\n<td>\r\nArrays containing trip information (<a href=\r\n\"#Trip\">Trip</a>).<br>\r\n<br>\r\nMost routes will return content in both Direction0 and\r\nDirection1 elements, though a few (especially ones which run in\r\na loop, such as the U8) will return content only for Direction0\r\nand NULL content for Direction1.<br>\r\n<br>\r\n0 or 1 are binary properties. There is no specific mapping to\r\ndirection, but a different value for the same route signifies\r\nthat the route is in an opposite direction.\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Descriptive name for the route.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Trip\" name=\"Trip\">Trip Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td style=\"text-decoration: line-through\">DirectionNum</td>\r\n\r\n<td><span class=\"text-danger\">Deprecated.</span> Use the\r\nTripDirectionText element to denote the general direction of the\r\ntrip.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>EndTime</td>\r\n\r\n<td>Scheduled end date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Bus route variant. This can be used in several other bus\r\nmethods which accept variants.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StartTime</td>\r\n\r\n<td>Scheduled start date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopTimes</td>\r\n\r\n<td>\r\nArray containing location and time information (<a href=\r\n\"#StopTime\">StopTime</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripDirectionText</td>\r\n\r\n<td>General direction of the trip (NORTH, SOUTH, EAST, WEST, LOOP,\r\netc.).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripHeadsign</td>\r\n\r\n<td>Descriptive text of where the bus is headed. This is similar,\r\nbut not necessarily identical, to what is displayed on the\r\nbus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripID</td>\r\n\r\n<td>Unique trip ID. This can be correlated with the data returned\r\nfrom the schedule-related methods.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"StopTime\" name=\"StopTime\">StopTime Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopName</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopSeq</td>\r\n\r\n<td>Order of the stop in the sequence of StopTimes.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Time</td>\r\n\r\n<td>Scheduled departure date and time (Eastern Standard Time) from\r\nthis stop. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d71","parameters":[{"description":"Bus route variant, e.g.: 70, 10A, 10Av1.","in":"query","name":"RouteID","required":true,"schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Date in YYYY-MM-DD format for which to retrieve schedule.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}},{"description":"Whether or not to include variations.  For example, if B30 is specified, include all variations such as B30v1, B30v2, etc.","in":"query","name":"IncludingVariations","schema":{"type":"boolean","enum":[false,true],"default":false}}],"responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"<RouteScheduleInfo\n    xmlns=\"http://www.wmata.com\"\n    xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <Direction0>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:45:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T06:10:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T06:10:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T06:10:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T06:39:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T06:39:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T06:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T06:41:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T06:45:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794828</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:15:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T06:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T06:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T06:40:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T07:09:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T07:09:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T07:09:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T07:11:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T07:15:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794829</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:55:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T07:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T07:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T07:20:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T07:49:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T07:49:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T07:49:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T07:51:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T07:55:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794830</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:35:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T08:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T08:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T08:00:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T08:29:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T08:29:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T08:29:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T08:31:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T08:35:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794831</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T09:15:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T08:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T08:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T08:40:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T09:09:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T09:09:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T09:09:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T09:11:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T09:15:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794832</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T09:55:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T09:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T09:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T09:20:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T09:49:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T09:49:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T09:49:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T09:51:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T09:55:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794833</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T10:35:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T10:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T10:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T10:00:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T10:29:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T10:29:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T10:29:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T10:31:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T10:35:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794834</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T11:15:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T10:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T10:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T10:40:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T11:09:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T11:09:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T11:09:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T11:11:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T11:15:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794835</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T11:55:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T11:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T11:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T11:20:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T11:49:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T11:49:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T11:49:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T11:51:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T11:55:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794836</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T12:35:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T12:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T12:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T12:00:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T12:29:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T12:29:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T12:29:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T12:31:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T12:35:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794837</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T13:17:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T12:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T12:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T12:40:40</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T13:10:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T13:10:28</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T13:10:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T13:12:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T13:17:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794838</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T13:57:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T13:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T13:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T13:20:40</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T13:50:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T13:50:28</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T13:50:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T13:52:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T13:57:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794839</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T14:37:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T14:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T14:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T14:00:40</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T14:30:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T14:30:28</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T14:30:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T14:32:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T14:37:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794840</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:21:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T14:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T14:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T14:40:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T15:14:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T15:14:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T15:14:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T15:16:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T15:21:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794841</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:01:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T15:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T15:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T15:20:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T15:54:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T15:54:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T15:54:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T15:56:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T16:01:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794842</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:41:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T16:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T16:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T16:00:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T16:34:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T16:34:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T16:34:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T16:36:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T16:41:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794843</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:21:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T16:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T16:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T16:40:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T17:14:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T17:14:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T17:14:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T17:16:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T17:21:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794844</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:01:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T17:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T17:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T17:20:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T17:54:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T17:54:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T17:54:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T17:56:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T18:01:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794845</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:41:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T18:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T18:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T18:00:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T18:34:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T18:34:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T18:34:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T18:36:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T18:41:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794846</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:21:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T18:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T18:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T18:40:45</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T19:14:19</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T19:14:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T19:14:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T19:16:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T19:21:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794847</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:58:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T19:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T19:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T19:20:42</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T19:52:21</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T19:52:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T19:52:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T19:54:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T19:58:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794848</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T20:38:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T20:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T20:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T20:00:42</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T20:32:21</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T20:32:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T20:32:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T20:34:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T20:38:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794849</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T21:18:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T20:40:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T20:40:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T20:40:42</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T21:12:21</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T21:12:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T21:12:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T21:14:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T21:18:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794850</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T21:58:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T21:20:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T21:20:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T21:20:42</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T21:52:21</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T21:52:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T21:52:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T21:54:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T21:58:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794827</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T22:38:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T22:00:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T22:00:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002579</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>6</StopSeq>\n                    <Time>2014-10-27T22:00:42</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>63</StopSeq>\n                    <Time>2014-10-27T22:32:21</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>64</StopSeq>\n                    <Time>2014-10-27T22:32:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>68</StopSeq>\n                    <Time>2014-10-27T22:32:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>70</StopSeq>\n                    <Time>2014-10-27T22:34:03</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>75</StopSeq>\n                    <Time>2014-10-27T22:38:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>\n            <TripID>6794851</TripID>\n        </Trip>\n    </Direction0>\n    <Direction1>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T06:54:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T06:54:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T06:58:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T06:58:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T06:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T07:00:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T07:31:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T07:32:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794859</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T07:34:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T07:34:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T07:38:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T07:38:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T07:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T07:40:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T08:11:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T08:12:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794860</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T08:14:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T08:14:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T08:18:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T08:18:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T08:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T08:20:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T08:51:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T08:52:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794861</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T08:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T08:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T08:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T08:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T08:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T09:00:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T09:28:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T09:29:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794862</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T09:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T09:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T09:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T09:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T09:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T09:40:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T10:08:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T10:09:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794858</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T10:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T10:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T10:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T10:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T10:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T10:20:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T10:48:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T10:49:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794863</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T10:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T10:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T10:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T10:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T10:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T11:00:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T11:28:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T11:29:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794864</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T11:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T11:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T11:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T11:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T11:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T11:40:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T12:08:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T12:09:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794865</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T12:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T12:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T12:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T12:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T12:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T12:20:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T12:48:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T12:49:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794866</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T12:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T12:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T12:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T12:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T12:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T13:00:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T13:28:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T13:29:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794867</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T13:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T13:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T13:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T13:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T13:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T13:40:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T14:08:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T14:09:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794868</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T14:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T14:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T14:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T14:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T14:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T14:20:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T14:51:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T14:52:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794869</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T14:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T14:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T14:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T14:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T14:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T15:00:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T15:31:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T15:32:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794870</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T15:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T15:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T15:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T15:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T15:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T15:40:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T16:11:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T16:12:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794871</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T16:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T16:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T16:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T16:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T16:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T16:20:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T16:51:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T16:52:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794872</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T16:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T16:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T16:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T16:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T16:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T17:00:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T17:31:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T17:32:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794873</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T17:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T17:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T17:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T17:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T17:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T17:40:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T18:11:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T18:12:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794874</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T18:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T18:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T18:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T18:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T18:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T18:20:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T18:51:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T18:52:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794875</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T18:53:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T18:53:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T18:58:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T18:58:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T18:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T19:00:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T19:31:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T19:32:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794876</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T19:33:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T19:33:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T19:38:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T19:38:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T19:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T19:40:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T20:11:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T20:12:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794852</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T20:13:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T20:13:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T20:18:09</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T20:18:24</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T20:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T20:20:18</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T20:51:26</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T20:52:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794853</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T21:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T20:54:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T20:54:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T20:58:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T20:58:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T20:59:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T21:00:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T21:28:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T21:29:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794854</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T21:34:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T21:34:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T21:38:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T21:38:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T21:39:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T21:40:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T22:08:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T22:09:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794857</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T22:14:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T22:14:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T22:18:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T22:18:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T22:19:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T22:20:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T22:48:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T22:49:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794855</TripID>\n        </Trip>\n        <Trip>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T23:19:00</EndTime>\n            <RouteID>B30</RouteID>\n            <StartTime>2014-10-27T22:44:00</StartTime>\n            <StopTimes>\n                <StopTime>\n                    <StopID>3003039</StopID>\n                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>\n                    <StopSeq>1</StopSeq>\n                    <Time>2014-10-27T22:44:00</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + LOADING AREA SIGN</StopName>\n                    <StopSeq>12</StopSeq>\n                    <Time>2014-10-27T22:48:25</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3004114</StopID>\n                    <StopName>BWI AIRPORT + STOP 1</StopName>\n                    <StopSeq>13</StopSeq>\n                    <Time>2014-10-27T22:48:38</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003038</StopID>\n                    <StopName>BWI AIRPORT + STOP 2</StopName>\n                    <StopSeq>17</StopSeq>\n                    <Time>2014-10-27T22:49:59</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>0</StopID>\n                    <StopName>BWI + EXIT SIGN</StopName>\n                    <StopSeq>19</StopSeq>\n                    <Time>2014-10-27T22:50:16</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3002578</StopID>\n                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>\n                    <StopSeq>79</StopSeq>\n                    <Time>2014-10-27T23:18:29</Time>\n                </StopTime>\n                <StopTime>\n                    <StopID>3003037</StopID>\n                    <StopName>GREENBELT STATION + BUS BAY D</StopName>\n                    <StopSeq>82</StopSeq>\n                    <Time>2014-10-27T23:19:00</Time>\n                </StopTime>\n            </StopTimes>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794856</TripID>\n        </Trip>\n    </Direction1>\n    <Name>B30 - B30 GREENBELT-BWI (647)</Name>\n</RouteScheduleInfo>"}}}}}},"summary":"XML - Schedule"}},"/Routes":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a list of all bus route variants (patterns). For example, the 10A\r\nand 10Av1 are the same route, but may stop at slightly different locations.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>\r\nArray containing route variant information (<a href=\r\n\"#Route\">Route</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Route\" name=\"Route\">Route Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Descriptive name of the route variant.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Unique identifier for a given route variant. Can be used in\r\nvarious other bus-related methods.</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td>LineDescription</td>\r\n\r\n<td>Denotes the route variant’s grouping – lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.</td>\r\n</tr> \r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d70","responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"<RoutesResp xmlns=\"http://www.wmata.com\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n\t<Routes>\n\t\t<Route>\n\t\t\t<LineDescription>Hunting Point-Pentagon Line</LineDescription>\n\t\t\t<Name>10A - HUNTING POINT -PENTAGON</Name>\n\t\t\t<RouteID>10A</RouteID>\n\t\t</Route>\n\t\t<Route>\n\t\t\t<LineDescription>Hunting Point-Pentagon Line</LineDescription>\n\t\t\t<Name>10A - PENDELTON+COLUMBUS-PENTAGON</Name>\n\t\t\t<RouteID>10Av1</RouteID>\n\t\t</Route>\n\t\t<Route>\n\t\t\t<LineDescription>Hunting Point-Ballston Line</LineDescription>\n\t\t\t<Name>10B - HUNTING POINT - BALLSTON STA</Name>\n\t\t\t<RouteID>10B</RouteID>\n\t\t</Route>\n\t\t<Route>\n\t\t\t<LineDescription>Hunting Point-Ballston Line</LineDescription>\n\t\t\t<Name>10B - BALLSTON STA - PENDLETON+COLUMBS</Name>\n\t\t\t<RouteID>10Bc</RouteID>\n\t\t</Route>\n\t</Routes>\n</RoutesResponse>"}}}}}},"summary":"XML - Routes"}},"/StopSchedule":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a set of buses scheduled at a stop for a given date.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>ScheduleArrivals</td>\r\n\r\n<td>\r\nArray containing scheduled arrival information (<a href=\r\n\"#ScheduleArrival\">ScheduleArrival</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Stop</td>\r\n\r\n<td>\r\nStructure describing <a href=\"#Stop\">stop</a> information.\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"ScheduleArrival\" name=\r\n\"ScheduleArrival\">ScheduleArrival Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>DirectionNum</td>\r\n\r\n<td>Denotes a binary direction (0 or 1) of the bus. There is no\r\nspecific mapping to direction, but a different value for the same\r\nroute signifies that the buses are traveling in opposite\r\ndirections. Use the TripDirectionText element to show the actual\r\ndestination of the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>EndTime</td>\r\n\r\n<td>Scheduled end date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Bus route variant identifier (pattern). This variant can be\r\nused in several other bus methods which accept variants. Note that\r\ncustomers will never see anything other than the base route name,\r\nso variants 10A, 10Av1, 10Av2, etc. will be displayed as 10A on the\r\nbus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>ScheduleTime</td>\r\n\r\n<td>Date and time (Eastern Standard Time) when the bus is scheduled\r\nto stop at this location. Will be in YYYY-MM-DDTHH:mm:ss format\r\n(e.g.: 2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StartTime</td>\r\n\r\n<td>Scheduled start date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripDirectionText</td>\r\n\r\n<td>General direction of the trip (e.g.: NORTH, SOUTH, EAST,\r\nWEST).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripHeadsign</td>\r\n\r\n<td>Destination of the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripID</td>\r\n\r\n<td>Trip identifier. This can be correlated with the data in our\r\nbus schedule information as well as bus positions.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>String array of route variants which provide service at this\r\nstop. Note that these are not date-specific; any route variant\r\nwhich stops at this stop on any day will be listed.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d72","parameters":[{"description":"7-digit regional stop ID.","in":"query","name":"StopID","required":true,"schema":{"type":"string","enum":["1001195"],"default":"1001195"}},{"description":"Date in YYYY-MM-DD format for which to retrieve schedule.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}}],"responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"<StopScheduleInfo\n    xmlns=\"http://www.wmata.com\"\n    xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <ScheduleArrivals>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T05:37:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T05:35:12</ScheduleTime>\n            <StartTime>2014-10-27T04:46:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788790</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T05:43:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T05:41:43</ScheduleTime>\n            <StartTime>2014-10-27T05:02:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782565</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T05:49:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T05:48:02</ScheduleTime>\n            <StartTime>2014-10-27T05:04:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788852</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T05:53:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T05:51:17</ScheduleTime>\n            <StartTime>2014-10-27T05:07:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788827</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T05:59:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T05:57:35</ScheduleTime>\n            <StartTime>2014-10-27T05:12:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770560</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:09:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T06:07:12</ScheduleTime>\n            <StartTime>2014-10-27T05:18:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788792</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:13:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T06:11:43</ScheduleTime>\n            <StartTime>2014-10-27T05:32:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782566</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:13:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T06:12:08</ScheduleTime>\n            <StartTime>2014-10-27T05:48:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798867</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:19:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T06:18:02</ScheduleTime>\n            <StartTime>2014-10-27T05:34:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788853</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:23:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T06:21:17</ScheduleTime>\n            <StartTime>2014-10-27T05:37:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788828</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:23:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T06:21:35</ScheduleTime>\n            <StartTime>2014-10-27T05:36:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770555</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:36:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T06:34:17</ScheduleTime>\n            <StartTime>2014-10-27T05:50:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788710</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:54:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T06:37:12</ScheduleTime>\n            <StartTime>2014-10-27T05:48:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>NEW CARROLLTON STATION VIA GREENBELT STATION</TripHeadsign>\n            <TripID>6788795</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:43:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T06:41:43</ScheduleTime>\n            <StartTime>2014-10-27T06:02:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782567</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:45:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T06:44:08</ScheduleTime>\n            <StartTime>2014-10-27T06:20:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798868</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:49:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T06:48:02</ScheduleTime>\n            <StartTime>2014-10-27T06:04:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788854</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T06:53:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T06:51:17</ScheduleTime>\n            <StartTime>2014-10-27T06:07:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788829</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T06:57:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T06:55:35</ScheduleTime>\n            <StartTime>2014-10-27T06:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770556</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:00:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T06:57:46</ScheduleTime>\n            <StartTime>2014-10-27T06:06:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788789</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:13:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T07:11:24</ScheduleTime>\n            <StartTime>2014-10-27T06:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782568</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:18:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T07:16:17</ScheduleTime>\n            <StartTime>2014-10-27T06:32:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788713</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:35:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T07:17:46</ScheduleTime>\n            <StartTime>2014-10-27T06:25:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>NEW CARROLLTON STATION VIA GREENBELT STATION</TripHeadsign>\n            <TripID>6788782</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:21:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T07:19:35</ScheduleTime>\n            <StartTime>2014-10-27T06:24:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770561</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:21:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T07:19:49</ScheduleTime>\n            <StartTime>2014-10-27T06:28:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788855</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:23:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T07:21:51</ScheduleTime>\n            <StartTime>2014-10-27T06:53:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798869</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T07:22:17</ScheduleTime>\n            <StartTime>2014-10-27T06:31:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788830</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T07:31:26</ScheduleTime>\n            <StartTime>2014-10-27T06:54:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794859</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:40:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T07:38:12</ScheduleTime>\n            <StartTime>2014-10-27T06:48:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788793</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:43:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T07:41:24</ScheduleTime>\n            <StartTime>2014-10-27T06:55:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782569</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T07:45:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T07:43:35</ScheduleTime>\n            <StartTime>2014-10-27T06:48:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770562</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:51:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T07:49:49</ScheduleTime>\n            <StartTime>2014-10-27T06:58:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788856</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T07:52:17</ScheduleTime>\n            <StartTime>2014-10-27T07:01:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788831</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T07:58:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T07:56:51</ScheduleTime>\n            <StartTime>2014-10-27T07:28:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798870</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:18:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T08:01:12</ScheduleTime>\n            <StartTime>2014-10-27T07:11:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>NEW CARROLLTON STATION VIA GREENBELT STATION</TripHeadsign>\n            <TripID>6788796</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:07:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T08:05:42</ScheduleTime>\n            <StartTime>2014-10-27T07:15:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788711</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:09:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T08:07:35</ScheduleTime>\n            <StartTime>2014-10-27T07:12:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770563</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:13:00</EndTime>\n            <RouteID>R11</RouteID>\n            <ScheduleTime>2014-10-27T08:11:24</ScheduleTime>\n            <StartTime>2014-10-27T07:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782570</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T08:11:26</ScheduleTime>\n            <StartTime>2014-10-27T07:34:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794860</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:21:00</EndTime>\n            <RouteID>G13</RouteID>\n            <ScheduleTime>2014-10-27T08:19:49</ScheduleTime>\n            <StartTime>2014-10-27T07:28:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788857</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T08:22:17</ScheduleTime>\n            <StartTime>2014-10-27T07:31:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788832</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:27:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T08:25:12</ScheduleTime>\n            <StartTime>2014-10-27T07:35:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788791</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:33:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T08:31:35</ScheduleTime>\n            <StartTime>2014-10-27T07:36:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770565</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:33:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T08:31:51</ScheduleTime>\n            <StartTime>2014-10-27T08:03:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798871</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T08:41:24</ScheduleTime>\n            <StartTime>2014-10-27T07:53:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782571</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:48:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T08:47:08</ScheduleTime>\n            <StartTime>2014-10-27T08:06:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788714</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T08:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T08:51:26</ScheduleTime>\n            <StartTime>2014-10-27T08:14:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794861</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T08:52:17</ScheduleTime>\n            <StartTime>2014-10-27T08:01:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788833</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T08:56:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T08:54:17</ScheduleTime>\n            <StartTime>2014-10-27T07:58:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788873</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T08:58:35</ScheduleTime>\n            <StartTime>2014-10-27T08:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770566</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T09:08:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T09:06:51</ScheduleTime>\n            <StartTime>2014-10-27T08:38:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798872</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:13:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T09:11:24</ScheduleTime>\n            <StartTime>2014-10-27T08:23:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782572</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:17:00</EndTime>\n            <RouteID>87c</RouteID>\n            <ScheduleTime>2014-10-27T09:15:12</ScheduleTime>\n            <StartTime>2014-10-27T08:25:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788794</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T09:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T09:22:17</ScheduleTime>\n            <StartTime>2014-10-27T08:31:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788834</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T09:26:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T09:24:17</ScheduleTime>\n            <StartTime>2014-10-27T08:28:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788874</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T09:28:29</ScheduleTime>\n            <StartTime>2014-10-27T08:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794862</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:30:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T09:28:35</ScheduleTime>\n            <StartTime>2014-10-27T08:30:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770567</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:37:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T09:36:08</ScheduleTime>\n            <StartTime>2014-10-27T08:55:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788712</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T09:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T09:41:24</ScheduleTime>\n            <StartTime>2014-10-27T08:56:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782573</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T09:58:35</ScheduleTime>\n            <StartTime>2014-10-27T09:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770564</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T10:08:29</ScheduleTime>\n            <StartTime>2014-10-27T09:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794858</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T10:10:24</ScheduleTime>\n            <StartTime>2014-10-27T09:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782574</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:18:00</EndTime>\n            <RouteID>89</RouteID>\n            <ScheduleTime>2014-10-27T10:17:08</ScheduleTime>\n            <StartTime>2014-10-27T09:36:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788715</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T10:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T10:22:17</ScheduleTime>\n            <StartTime>2014-10-27T09:33:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788835</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T10:24:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T10:22:32</ScheduleTime>\n            <StartTime>2014-10-27T09:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788858</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:30:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T10:28:35</ScheduleTime>\n            <StartTime>2014-10-27T09:30:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770568</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T10:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T10:48:29</ScheduleTime>\n            <StartTime>2014-10-27T10:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794863</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T10:58:35</ScheduleTime>\n            <StartTime>2014-10-27T10:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770569</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T11:10:24</ScheduleTime>\n            <StartTime>2014-10-27T10:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782575</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T11:12:08</ScheduleTime>\n            <StartTime>2014-10-27T10:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788719</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T11:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T11:22:17</ScheduleTime>\n            <StartTime>2014-10-27T10:33:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788836</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T11:24:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T11:22:32</ScheduleTime>\n            <StartTime>2014-10-27T10:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788859</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T11:28:29</ScheduleTime>\n            <StartTime>2014-10-27T10:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794864</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T11:30:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T11:28:35</ScheduleTime>\n            <StartTime>2014-10-27T10:30:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770570</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T11:58:35</ScheduleTime>\n            <StartTime>2014-10-27T11:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770571</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T12:08:29</ScheduleTime>\n            <StartTime>2014-10-27T11:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794865</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T12:10:24</ScheduleTime>\n            <StartTime>2014-10-27T11:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782576</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T12:12:08</ScheduleTime>\n            <StartTime>2014-10-27T11:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788721</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T12:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T12:22:17</ScheduleTime>\n            <StartTime>2014-10-27T11:33:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788837</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T12:24:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T12:22:32</ScheduleTime>\n            <StartTime>2014-10-27T11:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788860</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:30:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T12:28:35</ScheduleTime>\n            <StartTime>2014-10-27T11:30:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770515</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T12:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T12:48:29</ScheduleTime>\n            <StartTime>2014-10-27T12:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794866</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T12:58:35</ScheduleTime>\n            <StartTime>2014-10-27T12:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770516</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T13:10:24</ScheduleTime>\n            <StartTime>2014-10-27T12:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782577</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T13:12:08</ScheduleTime>\n            <StartTime>2014-10-27T12:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788720</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T13:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T13:22:17</ScheduleTime>\n            <StartTime>2014-10-27T12:33:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788838</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T13:24:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T13:22:32</ScheduleTime>\n            <StartTime>2014-10-27T12:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788861</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T13:28:29</ScheduleTime>\n            <StartTime>2014-10-27T12:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794867</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:30:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T13:28:35</ScheduleTime>\n            <StartTime>2014-10-27T12:30:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770517</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T13:57:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T13:55:35</ScheduleTime>\n            <StartTime>2014-10-27T12:57:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770513</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T14:08:29</ScheduleTime>\n            <StartTime>2014-10-27T13:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794868</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T14:10:24</ScheduleTime>\n            <StartTime>2014-10-27T13:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782578</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T14:12:08</ScheduleTime>\n            <StartTime>2014-10-27T13:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788722</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:21:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T14:19:35</ScheduleTime>\n            <StartTime>2014-10-27T13:21:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770522</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T14:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T14:22:17</ScheduleTime>\n            <StartTime>2014-10-27T13:33:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788839</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T14:24:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T14:22:32</ScheduleTime>\n            <StartTime>2014-10-27T13:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788862</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:45:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T14:43:35</ScheduleTime>\n            <StartTime>2014-10-27T13:45:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770520</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T14:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T14:51:26</ScheduleTime>\n            <StartTime>2014-10-27T14:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794869</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T14:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T14:52:17</ScheduleTime>\n            <StartTime>2014-10-27T14:03:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788840</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T14:54:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T14:52:32</ScheduleTime>\n            <StartTime>2014-10-27T14:00:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788875</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:09:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T15:07:35</ScheduleTime>\n            <StartTime>2014-10-27T14:09:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770518</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:12:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T15:10:24</ScheduleTime>\n            <StartTime>2014-10-27T14:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782579</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T15:12:08</ScheduleTime>\n            <StartTime>2014-10-27T14:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788724</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T15:22:17</ScheduleTime>\n            <StartTime>2014-10-27T14:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788841</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:25:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T15:23:32</ScheduleTime>\n            <StartTime>2014-10-27T14:27:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788863</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T15:31:26</ScheduleTime>\n            <StartTime>2014-10-27T14:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794870</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:33:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T15:31:35</ScheduleTime>\n            <StartTime>2014-10-27T14:33:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770519</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:36:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T15:35:08</ScheduleTime>\n            <StartTime>2014-10-27T15:11:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798873</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:42:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T15:40:05</ScheduleTime>\n            <StartTime>2014-10-27T14:46:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782580</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T15:52:17</ScheduleTime>\n            <StartTime>2014-10-27T15:00:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788842</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T15:55:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T15:53:32</ScheduleTime>\n            <StartTime>2014-10-27T14:57:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788864</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T15:59:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T15:57:35</ScheduleTime>\n            <StartTime>2014-10-27T14:57:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770521</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:13:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T16:11:05</ScheduleTime>\n            <StartTime>2014-10-27T15:17:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782581</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T16:11:26</ScheduleTime>\n            <StartTime>2014-10-27T15:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794871</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:13:00</EndTime>\n            <RouteID>89M</RouteID>\n            <ScheduleTime>2014-10-27T16:12:08</ScheduleTime>\n            <StartTime>2014-10-27T15:26:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788723</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:19:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T16:17:35</ScheduleTime>\n            <StartTime>2014-10-27T15:17:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770523</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:20:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T16:18:51</ScheduleTime>\n            <StartTime>2014-10-27T15:45:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798874</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:08:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T16:19:13</ScheduleTime>\n            <StartTime>2014-10-27T16:05:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>LAUREL</TripHeadsign>\n            <TripID>6788774</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T16:22:17</ScheduleTime>\n            <StartTime>2014-10-27T15:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788843</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:25:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T16:23:32</ScheduleTime>\n            <StartTime>2014-10-27T15:27:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788865</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:35:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T16:33:35</ScheduleTime>\n            <StartTime>2014-10-27T15:33:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770524</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:37:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T16:35:12</ScheduleTime>\n            <StartTime>2014-10-27T16:00:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788783</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T16:41:05</ScheduleTime>\n            <StartTime>2014-10-27T15:47:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782582</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:47:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T16:45:42</ScheduleTime>\n            <StartTime>2014-10-27T16:14:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788725</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:51:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T16:49:35</ScheduleTime>\n            <StartTime>2014-10-27T15:49:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770525</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T16:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T16:51:26</ScheduleTime>\n            <StartTime>2014-10-27T16:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794872</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T16:52:17</ScheduleTime>\n            <StartTime>2014-10-27T16:00:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788844</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:55:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T16:53:32</ScheduleTime>\n            <StartTime>2014-10-27T15:57:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788866</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T16:59:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T16:57:51</ScheduleTime>\n            <StartTime>2014-10-27T16:24:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798875</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:07:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T17:05:35</ScheduleTime>\n            <StartTime>2014-10-27T16:05:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770526</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:57:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T17:09:13</ScheduleTime>\n            <StartTime>2014-10-27T16:55:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>LAUREL</TripHeadsign>\n            <TripID>6788778</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:15:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T17:13:05</ScheduleTime>\n            <StartTime>2014-10-27T16:19:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782583</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:23:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T17:21:35</ScheduleTime>\n            <StartTime>2014-10-27T16:21:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770527</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T17:22:17</ScheduleTime>\n            <StartTime>2014-10-27T16:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788845</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:25:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T17:23:32</ScheduleTime>\n            <StartTime>2014-10-27T16:27:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788867</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:27:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T17:25:12</ScheduleTime>\n            <StartTime>2014-10-27T16:50:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788784</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T17:31:26</ScheduleTime>\n            <StartTime>2014-10-27T16:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794873</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:38:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T17:36:51</ScheduleTime>\n            <StartTime>2014-10-27T17:03:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798876</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:39:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T17:37:35</ScheduleTime>\n            <StartTime>2014-10-27T16:37:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770528</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:43:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T17:41:42</ScheduleTime>\n            <StartTime>2014-10-27T17:10:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788716</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:45:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T17:43:05</ScheduleTime>\n            <StartTime>2014-10-27T16:49:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782584</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T17:52:17</ScheduleTime>\n            <StartTime>2014-10-27T17:00:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788878</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:54:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T17:52:17</ScheduleTime>\n            <StartTime>2014-10-27T17:00:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788846</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:54:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T17:52:35</ScheduleTime>\n            <StartTime>2014-10-27T16:53:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770529</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T17:55:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T17:53:32</ScheduleTime>\n            <StartTime>2014-10-27T16:57:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788876</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T17:57:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T17:55:12</ScheduleTime>\n            <StartTime>2014-10-27T17:20:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788785</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:10:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T18:08:35</ScheduleTime>\n            <StartTime>2014-10-27T17:09:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770530</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T18:11:26</ScheduleTime>\n            <StartTime>2014-10-27T17:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794874</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:15:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T18:13:05</ScheduleTime>\n            <StartTime>2014-10-27T17:19:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782585</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:17:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T18:15:51</ScheduleTime>\n            <StartTime>2014-10-27T17:42:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798877</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:24:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T18:22:17</ScheduleTime>\n            <StartTime>2014-10-27T17:30:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788847</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:25:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T18:23:32</ScheduleTime>\n            <StartTime>2014-10-27T17:27:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788868</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:26:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T18:24:35</ScheduleTime>\n            <StartTime>2014-10-27T17:25:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770531</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:29:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T18:27:12</ScheduleTime>\n            <StartTime>2014-10-27T17:52:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788787</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:29:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T18:27:42</ScheduleTime>\n            <StartTime>2014-10-27T17:56:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788718</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:22:00</EndTime>\n            <RouteID>87</RouteID>\n            <ScheduleTime>2014-10-27T18:34:13</ScheduleTime>\n            <StartTime>2014-10-27T18:20:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>LAUREL</TripHeadsign>\n            <TripID>6788777</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:42:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T18:40:35</ScheduleTime>\n            <StartTime>2014-10-27T17:41:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770532</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T18:41:24</ScheduleTime>\n            <StartTime>2014-10-27T17:55:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782586</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:53:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T18:51:17</ScheduleTime>\n            <StartTime>2014-10-27T18:04:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788848</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T18:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T18:51:26</ScheduleTime>\n            <StartTime>2014-10-27T18:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794875</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T18:54:00</EndTime>\n            <RouteID>G14</RouteID>\n            <ScheduleTime>2014-10-27T18:52:32</ScheduleTime>\n            <StartTime>2014-10-27T18:01:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788869</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:00:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T18:58:35</ScheduleTime>\n            <StartTime>2014-10-27T17:59:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770533</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:00:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T18:58:39</ScheduleTime>\n            <StartTime>2014-10-27T18:27:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788788</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:01:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T18:59:51</ScheduleTime>\n            <StartTime>2014-10-27T18:26:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798878</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:13:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T19:11:24</ScheduleTime>\n            <StartTime>2014-10-27T18:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782587</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:13:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T19:12:08</ScheduleTime>\n            <StartTime>2014-10-27T18:44:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788717</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:20:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T19:18:35</ScheduleTime>\n            <StartTime>2014-10-27T18:19:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770534</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:32:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T19:30:35</ScheduleTime>\n            <StartTime>2014-10-27T18:39:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770535</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:33:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T19:31:17</ScheduleTime>\n            <StartTime>2014-10-27T18:44:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788849</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:32:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T19:31:26</ScheduleTime>\n            <StartTime>2014-10-27T18:53:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794876</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:34:00</EndTime>\n            <RouteID>G16</RouteID>\n            <ScheduleTime>2014-10-27T19:32:32</ScheduleTime>\n            <StartTime>2014-10-27T18:51:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788870</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T19:41:24</ScheduleTime>\n            <StartTime>2014-10-27T18:55:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782588</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:45:00</EndTime>\n            <RouteID>87cv1</RouteID>\n            <ScheduleTime>2014-10-27T19:43:39</ScheduleTime>\n            <StartTime>2014-10-27T19:12:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788786</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T19:45:00</EndTime>\n            <RouteID>R3</RouteID>\n            <ScheduleTime>2014-10-27T19:43:51</ScheduleTime>\n            <StartTime>2014-10-27T19:10:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6798879</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T19:53:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T19:51:35</ScheduleTime>\n            <StartTime>2014-10-27T19:00:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770572</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:13:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T20:11:24</ScheduleTime>\n            <StartTime>2014-10-27T19:25:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782589</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:12:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T20:11:26</ScheduleTime>\n            <StartTime>2014-10-27T19:33:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794852</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:20:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T20:18:35</ScheduleTime>\n            <StartTime>2014-10-27T19:27:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770573</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T20:33:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T20:31:17</ScheduleTime>\n            <StartTime>2014-10-27T19:44:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788850</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T20:34:00</EndTime>\n            <RouteID>G16</RouteID>\n            <ScheduleTime>2014-10-27T20:32:32</ScheduleTime>\n            <StartTime>2014-10-27T19:51:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788871</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:37:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T20:36:08</ScheduleTime>\n            <StartTime>2014-10-27T20:08:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788726</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:43:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T20:41:24</ScheduleTime>\n            <StartTime>2014-10-27T19:55:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782590</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:44:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T20:42:35</ScheduleTime>\n            <StartTime>2014-10-27T19:51:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770511</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T20:52:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T20:51:26</ScheduleTime>\n            <StartTime>2014-10-27T20:13:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794853</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T21:08:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T21:06:24</ScheduleTime>\n            <StartTime>2014-10-27T20:20:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782591</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T21:15:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T21:13:35</ScheduleTime>\n            <StartTime>2014-10-27T20:22:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770510</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T21:29:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T21:28:29</ScheduleTime>\n            <StartTime>2014-10-27T20:54:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794854</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T21:32:00</EndTime>\n            <RouteID>G12</RouteID>\n            <ScheduleTime>2014-10-27T21:30:34</ScheduleTime>\n            <StartTime>2014-10-27T20:47:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788851</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T21:32:00</EndTime>\n            <RouteID>G16</RouteID>\n            <ScheduleTime>2014-10-27T21:30:46</ScheduleTime>\n            <StartTime>2014-10-27T20:52:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788872</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T21:45:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T21:43:35</ScheduleTime>\n            <StartTime>2014-10-27T20:52:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770589</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:01:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T22:00:08</ScheduleTime>\n            <StartTime>2014-10-27T21:32:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788727</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:02:00</EndTime>\n            <RouteID>R12</RouteID>\n            <ScheduleTime>2014-10-27T22:00:24</ScheduleTime>\n            <StartTime>2014-10-27T21:20:00</StartTime>\n            <TripDirectionText>NORTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6782592</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:09:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T22:08:29</ScheduleTime>\n            <StartTime>2014-10-27T21:34:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794857</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:15:00</EndTime>\n            <RouteID>C2</RouteID>\n            <ScheduleTime>2014-10-27T22:13:35</ScheduleTime>\n            <StartTime>2014-10-27T21:22:00</StartTime>\n            <TripDirectionText>EAST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6770512</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T22:49:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T22:48:29</ScheduleTime>\n            <StartTime>2014-10-27T22:14:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794855</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T23:19:00</EndTime>\n            <RouteID>B30</RouteID>\n            <ScheduleTime>2014-10-27T23:18:29</ScheduleTime>\n            <StartTime>2014-10-27T22:44:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6794856</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>0</DirectionNum>\n            <EndTime>2014-10-27T23:25:00</EndTime>\n            <RouteID>G16v1</RouteID>\n            <ScheduleTime>2014-10-27T23:23:46</ScheduleTime>\n            <StartTime>2014-10-27T23:13:00</StartTime>\n            <TripDirectionText>WEST</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788877</TripID>\n        </StopScheduleArrival>\n        <StopScheduleArrival>\n            <DirectionNum>1</DirectionNum>\n            <EndTime>2014-10-27T23:25:00</EndTime>\n            <RouteID>89v1</RouteID>\n            <ScheduleTime>2014-10-27T23:24:08</ScheduleTime>\n            <StartTime>2014-10-27T22:56:00</StartTime>\n            <TripDirectionText>SOUTH</TripDirectionText>\n            <TripHeadsign>GREENBELT STATION</TripHeadsign>\n            <TripID>6788728</TripID>\n        </StopScheduleArrival>\n    </ScheduleArrivals>\n    <Stop>\n        <Lat>39.011425</Lat>\n        <Lon>-76.904307</Lon>\n        <Name>GREENBELT METRO DR + CHERRYWOOD LA</Name>\n        <Routes\n            xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n            <a:string>81</a:string>\n            <a:string>87</a:string>\n            <a:string>87c</a:string>\n            <a:string>87cv1</a:string>\n            <a:string>89</a:string>\n            <a:string>89M</a:string>\n            <a:string>89v1</a:string>\n            <a:string>B30</a:string>\n            <a:string>C2</a:string>\n            <a:string>G12</a:string>\n            <a:string>G13</a:string>\n            <a:string>G14</a:string>\n            <a:string>G16</a:string>\n            <a:string>G16v1</a:string>\n            <a:string>R11</a:string>\n            <a:string>R12</a:string>\n            <a:string>R3</a:string>\n        </Routes>\n        <StopID>3002578</StopID>\n    </Stop>\n</StopScheduleInfo>"}}}}}},"summary":"XML - Schedule at Stop"}},"/Stops":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a list of nearby bus stops based on latitude, longitude, and radius.\r\nOmit all parameters to retrieve a list of all stops.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Stops</td>\r\n\r\n<td>\r\nArray containing stop information (<a href=\"#Stop\">Stop</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>String array of route variants which provide service at this\r\nstop. Note that these are not date-specific; any route variant\r\nwhich stops at this stop on any day will be listed.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d73","parameters":[{"description":"Center point Latitude, required if Longitude and Radius are specified.","in":"query","name":"Lat","schema":{"type":"string","enum":["38.878586"]}},{"description":"Center point Longitude, required if Latitude and Radius are specified.","in":"query","name":"Lon","schema":{"type":"string","enum":["-76.989626"]}},{"description":"Radius (feet) to include in the search area, required if Latitude and Longitude are specified.","in":"query","name":"Radius","schema":{"type":"string","enum":["500"]}}],"responses":{"200":{"description":"Default response code.","content":{"application/xml":{"examples":{"response":{"value":"<StopsResp\n    xmlns=\"http://www.wmata.com\"\n    xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <Stops>\n        <Stop>\n            <Lat>38.878356</Lat>\n            <Lon>-76.990378</Lon>\n            <Name>K ST + POTOMAC AVE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7v1</a:string>\n                <a:string>V7v2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000533</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879041</Lat>\n            <Lon>-76.988528</Lon>\n            <Name>POTOMAC AVE + 13TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7v1</a:string>\n                <a:string>V7v2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000544</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879347</Lat>\n            <Lon>-76.991248</Lon>\n            <Name>I ST + 11TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000550</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879416</Lat>\n            <Lon>-76.98795</Lon>\n            <Name>POTOMAC AVE + 13TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1003487</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.877237</Lat>\n            <Lon>-76.991432</Lon>\n            <Name>11TH ST SE + M ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V5</a:string>\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7v1</a:string>\n                <a:string>V7v2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000521</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879344</Lat>\n            <Lon>-76.992506</Lon>\n            <Name>I ST + 10TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000554</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.876583</Lat>\n            <Lon>-76.992114</Lon>\n            <Name>M ST + 10 TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>92</a:string>\n                <a:string>92c</a:string>\n                <a:string>93</a:string>\n                <a:string>93cv1</a:string>\n                <a:string>A42</a:string>\n                <a:string>A42v1</a:string>\n                <a:string>A46</a:string>\n                <a:string>A46v1</a:string>\n                <a:string>A48</a:string>\n                <a:string>A48v1</a:string>\n                <a:string>P6</a:string>\n            </Routes>\n            <StopID>1003285</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.876379</Lat>\n            <Lon>-76.991992</Lon>\n            <Name>M ST + 11TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>92</a:string>\n                <a:string>93</a:string>\n                <a:string>93v2</a:string>\n                <a:string>A42</a:string>\n                <a:string>A42v1</a:string>\n                <a:string>A46</a:string>\n                <a:string>A48</a:string>\n                <a:string>A9</a:string>\n                <a:string>P6</a:string>\n                <a:string>V5</a:string>\n            </Routes>\n            <StopID>1000499</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.88136</Lat>\n            <Lon>-76.988525</Lon>\n            <Name>PENNSYLVANIA AVE SE + 13TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>32v1</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n            </Routes>\n            <StopID>1000587</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.880028</Lat>\n            <Lon>-76.985716</Lon>\n            <Name>POTOMAC AVE (S RDWY) + 14TH ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7v1</a:string>\n                <a:string>V7v2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000565</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.880135</Lat>\n            <Lon>-76.985501</Lon>\n            <Name>PENNSYLVANIA AVE SE + POTOMAC AVE S</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>32v1</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n                <a:string>39</a:string>\n                <a:string>K11</a:string>\n                <a:string>M6</a:string>\n            </Routes>\n            <StopID>1003185</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.87935</Lat>\n            <Lon>-76.994258</Lon>\n            <Name>I ST + BET 8TH &amp; 9TH STS</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000551</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.881628</Lat>\n            <Lon>-76.988173</Lon>\n            <Name>PENNSYLVANIA AVE SE + 13TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n                <a:string>A11</a:string>\n            </Routes>\n            <StopID>1000593</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.880519</Lat>\n            <Lon>-76.985482</Lon>\n            <Name>PENNSYLVANIA AVE SE + POTOMAC AVE S</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n                <a:string>39</a:string>\n                <a:string>A11</a:string>\n            </Routes>\n            <StopID>1000576</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.880648</Lat>\n            <Lon>-76.985378</Lon>\n            <Name>POTOMAC AVE + 14TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>J13</a:string>\n                <a:string>K11</a:string>\n                <a:string>M6</a:string>\n            </Routes>\n            <StopID>1000578</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.877849</Lat>\n            <Lon>-76.994875</Lon>\n            <Name>8TH ST SE + L ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>90v1</a:string>\n                <a:string>92</a:string>\n                <a:string>92c</a:string>\n                <a:string>93</a:string>\n                <a:string>93cv1</a:string>\n            </Routes>\n            <StopID>1000527</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.880216</Lat>\n            <Lon>-76.984727</Lon>\n            <Name>PENNSYLVANIA AVE SE + POTOMAC AVE S</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>B2</a:string>\n                <a:string>B2c</a:string>\n                <a:string>B2vS2</a:string>\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1002965</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.877254</Lat>\n            <Lon>-76.995082</Lon>\n            <Name>8TH ST SE + L ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>92</a:string>\n                <a:string>93</a:string>\n                <a:string>93v2</a:string>\n                <a:string>V5</a:string>\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7cv2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1003755</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.876616</Lat>\n            <Lon>-76.994764</Lon>\n            <Name>M ST + 8TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>92</a:string>\n                <a:string>92c</a:string>\n                <a:string>93</a:string>\n                <a:string>93cv1</a:string>\n                <a:string>A42</a:string>\n                <a:string>A42v1</a:string>\n                <a:string>A46</a:string>\n                <a:string>A46v1</a:string>\n                <a:string>A48</a:string>\n                <a:string>A48v1</a:string>\n                <a:string>A9</a:string>\n                <a:string>P6</a:string>\n            </Routes>\n            <StopID>1000514</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879444</Lat>\n            <Lon>-76.983804</Lon>\n            <Name>PENNSYLVANIA AVE SE + 15TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>32v1</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n                <a:string>K11</a:string>\n                <a:string>M6</a:string>\n                <a:string>V7</a:string>\n                <a:string>V7c</a:string>\n                <a:string>V7cv1</a:string>\n                <a:string>V7v1</a:string>\n                <a:string>V7v2</a:string>\n                <a:string>V8</a:string>\n                <a:string>V9</a:string>\n            </Routes>\n            <StopID>1000559</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.879911</Lat>\n            <Lon>-76.983766</Lon>\n            <Name>15TH ST SE + PENNSYLVANIA AVE SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>B2</a:string>\n                <a:string>B2v1</a:string>\n                <a:string>B2vS1</a:string>\n                <a:string>B2vS2</a:string>\n            </Routes>\n            <StopID>1000571</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.882743</Lat>\n            <Lon>-76.990934</Lon>\n            <Name>PENNSYLVANIA AVE SE + E ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>30N</a:string>\n                <a:string>30S</a:string>\n                <a:string>32</a:string>\n                <a:string>34</a:string>\n                <a:string>36</a:string>\n                <a:string>A11</a:string>\n            </Routes>\n            <StopID>1000611</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.881127</Lat>\n            <Lon>-76.994876</Lon>\n            <Name>8TH ST + G ST</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>90</a:string>\n                <a:string>90v1</a:string>\n                <a:string>92</a:string>\n                <a:string>93</a:string>\n            </Routes>\n            <StopID>1000585</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.882922</Lat>\n            <Lon>-76.99</Lon>\n            <Name>E STREET SE + 12TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>C40</a:string>\n            </Routes>\n            <StopID>1003600</StopID>\n        </Stop>\n        <Stop>\n            <Lat>38.88095</Lat>\n            <Lon>-76.983833</Lon>\n            <Name>POTOMAC AVE SE + 15TH ST SE</Name>\n            <Routes\n                xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">\n                <a:string>B2</a:string>\n                <a:string>B2c</a:string>\n                <a:string>B2vS2</a:string>\n            </Routes>\n            <StopID>1000582</StopID>\n        </Stop>\n    </Stops>\n</StopsResp>"}}}}}},"summary":"XML - Stop Search"}},"/json/jBusPositions":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\n\n<p>Returns bus positions for the given route, with an optional search radius.\nIf no parameters are specified, all bus positions are returned.</p>\n\n<p>Note that the RouteID parameter accepts only base route names and no\nvariations, i.e.: use 10A instead of 10Av1 or 10Av2.</p>\n\n<p>Bus positions are refreshed approximately every <span style=\"text-decoration: line-through\">20 to 30</span> 7 to 10 seconds.</p>\n\n<h4 class=\"text-primary\">Response Elements</h4>\n\n<table class=\"table table-condensed table-hover\">\n<thead>\n<tr>\n<th class=\"col-md-3\">Element</th>\n\n<th>Description</th>\n</tr>\n</thead>\n\n<tbody>\n<tr>\n<td>BusPositions</td>\n\n<td>\nArray containing bus position information (<a href=\n\"#BusPosition\">BusPositions</a>).\n</td>\n</tr>\n\n<tr>\n<td colspan=\"2\">\n<div class=\"text-primary\" style=\"margin-top: 1em\">\n<a id=\"BusPosition\" name=\"BusPosition\">BusPosition\nElements</a>\n</div>\n</td>\n</tr>\n\n<tr>\n<td>DateTime</td>\n\n<td>Date and time (Eastern Standard Time) of last position update.\nWill be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T13:23:40).</td>\n</tr>\n\n<tr>\n<td>Deviation</td>\n\n<td>Deviation, in minutes, from schedule. Positive values indicate\nthat the bus is running late while negative ones are for buses\nrunning ahead of schedule.</td>\n</tr>\n\n<tr>\n<td style=\"text-decoration: line-through\">DirectionNum</td>\n\n<td><span class=\"text-danger\">Deprecated.</span> Use the\nDirectionText for a customer-friendly description of\ndirection.</td>\n</tr>\n\n<tr>\n<td>DirectionText</td>\n\n<td>General direction of the trip, not the bus itself (e.g.: NORTH,\nSOUTH, EAST, WEST).</td>\n</tr>\n\n<tr>\n<td>Lat</td>\n\n<td>Last reported Latitude of the bus.</td>\n</tr>\n\n<tr>\n<td>Lon</td>\n\n<td>Last reported Longitude of the bus.</td>\n</tr>\n\n<tr>\n<td>RouteID</td>\n\n<td>Base route name as shown on the bus. Note that the base route\nname could also refer to any variant, so a RouteID of 10A could\nrefer to 10A, 10Av1, 10Av2, etc.</td>\n</tr>\n\n<tr>\n<td>TripEndTime</td>\n\n<td>Scheduled end date and time (Eastern Standard Time) of the\nbus's current trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T13:17:00).</td>\n</tr>\n\n<tr>\n<td>TripHeadsign</td>\n\n<td>Destination of the bus.</td>\n</tr>\n\n<tr>\n<td>TripID</td>\n\n<td>Unique trip ID. This can be correlated with the data returned\nfrom the schedule-related methods.</td>\n</tr>\n\n<tr>\n<td>TripStartTime</td>\n\n<td>Scheduled start date and time (Eastern Standard Time) of the\nbus's current trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\n2014-10-27T12:40:00).</td>\n</tr>\n\n<tr>\n<td>VehicleID</td>\n\n<td>Unique identifier for the bus. This is usually visible on the\nbus itself.</td>\n</tr>\n</tbody>\n</table>","operationId":"5476362a281d830c946a3d68","parameters":[{"description":"Base bus route, e.g.: 70, 10A.","in":"query","name":"RouteID","schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Center point Latitude, required if Longitude and Radius are specified.","in":"query","name":"Lat","schema":{"type":"number"}},{"description":"Center point Longitude, required if Latitude and Radius are specified.","in":"query","name":"Lon","schema":{"type":"number"}},{"description":"Radius (meters) to include in the search area, required if Latitude and Longitude are specified.","in":"query","name":"Radius","schema":{"type":"number"}}],"responses":{"200":{"description":"Default return code.","content":{"application/json":{"examples":{"response":{"value":"{\n    \"BusPositions\": [\n        {\n            \"DateTime\": \"2014-10-27T13:23:40\",\n            \"Deviation\": 7,\n            \"DirectionNum\": \"10\",\n            \"DirectionText\": \"NORTH\",\n            \"Lat\": 39.191525,\n            \"Lon\": -76.672821,\n            \"RouteID\": \"B30\",\n            \"TripEndTime\": \"2014-10-27T13:17:00\",\n            \"TripHeadsign\": \"BWI LT RAIL STA\",\n            \"TripID\": \"6794838\",\n            \"TripStartTime\": \"2014-10-27T12:40:00\",\n            \"VehicleID\": \"6217\"\n        },\n        {\n            \"DateTime\": \"2014-10-27T13:23:19\",\n            \"Deviation\": -1,\n            \"DirectionNum\": \"12\",\n            \"DirectionText\": \"SOUTH\",\n            \"Lat\": 39.030003,\n            \"Lon\": -76.948868,\n            \"RouteID\": \"B30\",\n            \"TripEndTime\": \"2014-10-27T13:29:00\",\n            \"TripHeadsign\": \"GREENBELT STA\",\n            \"TripID\": \"6794867\",\n            \"TripStartTime\": \"2014-10-27T12:53:00\",\n            \"VehicleID\": \"6215\"\n        },\n        {\n            \"DateTime\": \"2014-10-27T13:24:00\",\n            \"Deviation\": 2,\n            \"DirectionNum\": \"10\",\n            \"DirectionText\": \"NORTH\",\n            \"Lat\": 39.011429,\n            \"Lon\": -76.893158,\n            \"RouteID\": \"B30\",\n            \"TripEndTime\": \"2014-10-27T13:57:00\",\n            \"TripHeadsign\": \"BWI LT RAIL STA\",\n            \"TripID\": \"6794839\",\n            \"TripStartTime\": \"2014-10-27T13:20:00\",\n            \"VehicleID\": \"6213\"\n        }\n    ]\n}"}}}}}},"summary":"JSON - Bus Position"}},"/json/jRouteDetails":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>For a given date, returns the set of ordered latitude/longitude points along\r\na route variant along with the list of stops served.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Direction0/Direction1</td>\r\n\r\n<td>\r\nStructures describing <a href=\"#Direction\">path/stop</a>\r\ninformation.<br>\r\n<br>\r\nMost routes will return content in both Direction0 and\r\nDirection1 elements, though a few will return NULL for Direction0 or for Direction1.<br>\r\n<br>\r\n0 or 1 are binary properties. There is no specific mapping to\r\ndirection, but a different value for the same route signifies\r\nthat the route is in an opposite direction.\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Descriptive name for the route.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Bus route variant (e.g.: 10A, 10Av1, etc.).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Direction\" name=\"Direction\">Direction0/Direction1\r\nElements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td style=\"text-decoration: line-through\">DirectionNum</td>\r\n\r\n<td><span class=\"text-danger\">Deprecated.</span> Use the\r\nDirectionText element to denote the general direction of the route\r\nvariant.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>DirectionText</td>\r\n\r\n<td>General direction of the route variant (NORTH, SOUTH, EAST,\r\nWEST, LOOP, etc.).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Shape</td>\r\n\r\n<td>\r\nArray containing shape point information (<a href=\r\n\"#ShapePoint\">ShapePoint</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Stops</td>\r\n\r\n<td>\r\nArray containing stop information (<a href=\"#Stop\">Stop</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripHeadsign</td>\r\n\r\n<td>Descriptive text of where the bus is headed. This is similar,\r\nbut not necessarily identical, to what is displayed on the\r\nbus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"ShapePoint\" name=\"ShapePoint\">ShapePoint\r\nElements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>SeqNum</td>\r\n\r\n<td>Order of the point in the sequence of ShapePoints.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>String array of route variants which provide service at this\r\nstop. Note that these are not date-specific; any route variant\r\nwhich stops at this stop on any day will be listed.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d69","parameters":[{"description":"Bus route variant, e.g.: 70, 10A, 10Av1.","in":"query","name":"RouteID","required":true,"schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Date in YYYY-MM-DD format for which to retrieve route and stop information.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}}],"responses":{"200":{"description":"Default response code.","content":{"application/json":{"examples":{"response":{"value":"{\n    \"Direction0\": {\n        \"DirectionNum\": \"0\",\n        \"DirectionText\": \"NORTH\",\n        \"Shape\": [\n            {\n                \"Lat\": 39.011595754,\n                \"Lon\": -76.909996671,\n                \"SeqNum\": 1\n            },\n            {\n                \"Lat\": 39.011187858,\n                \"Lon\": -76.910352233,\n                \"SeqNum\": 2\n            },\n            {\n                \"Lat\": 39.011017858,\n                \"Lon\": -76.910472233,\n                \"SeqNum\": 3\n            },\n            {\n                \"Lat\": 39.010917858,\n                \"Lon\": -76.910452233,\n                \"SeqNum\": 4\n            },\n            {\n                \"Lat\": 39.010847857,\n                \"Lon\": -76.910372232,\n                \"SeqNum\": 5\n            },\n            {\n                \"Lat\": 39.010817857,\n                \"Lon\": -76.910222232,\n                \"SeqNum\": 6\n            },\n            {\n                \"Lat\": 39.010847858,\n                \"Lon\": -76.910082233,\n                \"SeqNum\": 7\n            },\n            {\n                \"Lat\": 39.011057858,\n                \"Lon\": -76.909892232,\n                \"SeqNum\": 8\n            },\n            {\n                \"Lat\": 39.012227858,\n                \"Lon\": -76.908832232,\n                \"SeqNum\": 9\n            },\n            {\n                \"Lat\": 39.012687858,\n                \"Lon\": -76.908432231,\n                \"SeqNum\": 10\n            },\n            {\n                \"Lat\": 39.012847859,\n                \"Lon\": -76.908282232,\n                \"SeqNum\": 11\n            },\n            {\n                \"Lat\": 39.013007858,\n                \"Lon\": -76.908122232,\n                \"SeqNum\": 12\n            },\n            {\n                \"Lat\": 39.013157859,\n                \"Lon\": -76.907852231,\n                \"SeqNum\": 13\n            },\n            {\n                \"Lat\": 39.013177858,\n                \"Lon\": -76.907562232,\n                \"SeqNum\": 14\n            },\n            {\n                \"Lat\": 39.013137858,\n                \"Lon\": -76.907282232,\n                \"SeqNum\": 15\n            },\n            {\n                \"Lat\": 39.013077858,\n                \"Lon\": -76.907102232,\n                \"SeqNum\": 16\n            },\n            {\n                \"Lat\": 39.012497858,\n                \"Lon\": -76.906112231,\n                \"SeqNum\": 17\n            },\n            {\n                \"Lat\": 39.011487858,\n                \"Lon\": -76.904502231,\n                \"SeqNum\": 18\n            },\n            {\n                \"Lat\": 39.011247859,\n                \"Lon\": -76.904202231,\n                \"SeqNum\": 19\n            },\n            {\n                \"Lat\": 39.011087858,\n                \"Lon\": -76.90405223,\n                \"SeqNum\": 20\n            },\n            {\n                \"Lat\": 39.009857858,\n                \"Lon\": -76.90326223,\n                \"SeqNum\": 21\n            },\n            {\n                \"Lat\": 39.009907858,\n                \"Lon\": -76.90295223,\n                \"SeqNum\": 22\n            },\n            {\n                \"Lat\": 39.009917858,\n                \"Lon\": -76.90255223,\n                \"SeqNum\": 23\n            },\n            {\n                \"Lat\": 39.009937858,\n                \"Lon\": -76.901722229,\n                \"SeqNum\": 24\n            },\n            {\n                \"Lat\": 39.009937858,\n                \"Lon\": -76.90128223,\n                \"SeqNum\": 25\n            },\n            {\n                \"Lat\": 39.009997858,\n                \"Lon\": -76.897832228,\n                \"SeqNum\": 26\n            },\n            {\n                \"Lat\": 39.010007858,\n                \"Lon\": -76.897352228,\n                \"SeqNum\": 27\n            },\n            {\n                \"Lat\": 39.010037859,\n                \"Lon\": -76.896962228,\n                \"SeqNum\": 28\n            },\n            {\n                \"Lat\": 39.010127858,\n                \"Lon\": -76.896452228,\n                \"SeqNum\": 29\n            },\n            {\n                \"Lat\": 39.010277858,\n                \"Lon\": -76.895952228,\n                \"SeqNum\": 30\n            },\n            {\n                \"Lat\": 39.010407858,\n                \"Lon\": -76.895642228,\n                \"SeqNum\": 31\n            },\n            {\n                \"Lat\": 39.011787859,\n                \"Lon\": -76.892432226,\n                \"SeqNum\": 32\n            },\n            {\n                \"Lat\": 39.012007859,\n                \"Lon\": -76.892662227,\n                \"SeqNum\": 33\n            },\n            {\n                \"Lat\": 39.012197859,\n                \"Lon\": -76.892872227,\n                \"SeqNum\": 34\n            },\n            {\n                \"Lat\": 39.012337859,\n                \"Lon\": -76.893052227,\n                \"SeqNum\": 35\n            },\n            {\n                \"Lat\": 39.013427859,\n                \"Lon\": -76.894602228,\n                \"SeqNum\": 36\n            },\n            {\n                \"Lat\": 39.013627859,\n                \"Lon\": -76.894862228,\n                \"SeqNum\": 37\n            },\n            {\n                \"Lat\": 39.014307859,\n                \"Lon\": -76.895702228,\n                \"SeqNum\": 38\n            },\n            {\n                \"Lat\": 39.014697859,\n                \"Lon\": -76.896142228,\n                \"SeqNum\": 39\n            },\n            {\n                \"Lat\": 39.014987859,\n                \"Lon\": -76.896462229,\n                \"SeqNum\": 40\n            },\n            {\n                \"Lat\": 39.01539786,\n                \"Lon\": -76.896882229,\n                \"SeqNum\": 41\n            },\n            {\n                \"Lat\": 39.01606786,\n                \"Lon\": -76.897492228,\n                \"SeqNum\": 42\n            },\n            {\n                \"Lat\": 39.01670786,\n                \"Lon\": -76.89802223,\n                \"SeqNum\": 43\n            },\n            {\n                \"Lat\": 39.01775786,\n                \"Lon\": -76.89884223,\n                \"SeqNum\": 44\n            },\n            {\n                \"Lat\": 39.01858786,\n                \"Lon\": -76.89943223,\n                \"SeqNum\": 45\n            },\n            {\n                \"Lat\": 39.01952786,\n                \"Lon\": -76.90003223,\n                \"SeqNum\": 46\n            },\n            {\n                \"Lat\": 39.02020786,\n                \"Lon\": -76.90043223,\n                \"SeqNum\": 47\n            },\n            {\n                \"Lat\": 39.02076786,\n                \"Lon\": -76.90073223,\n                \"SeqNum\": 48\n            },\n            {\n                \"Lat\": 39.02135786,\n                \"Lon\": -76.90100223,\n                \"SeqNum\": 49\n            },\n            {\n                \"Lat\": 39.021747861,\n                \"Lon\": -76.90116223,\n                \"SeqNum\": 50\n            },\n            {\n                \"Lat\": 39.02229786,\n                \"Lon\": -76.90132223,\n                \"SeqNum\": 51\n            },\n            {\n                \"Lat\": 39.022637861,\n                \"Lon\": -76.90137223,\n                \"SeqNum\": 52\n            },\n            {\n                \"Lat\": 39.02287786,\n                \"Lon\": -76.901402231,\n                \"SeqNum\": 53\n            },\n            {\n                \"Lat\": 39.023077861,\n                \"Lon\": -76.90140223,\n                \"SeqNum\": 54\n            },\n            {\n                \"Lat\": 39.023717861,\n                \"Lon\": -76.901412231,\n                \"SeqNum\": 55\n            },\n            {\n                \"Lat\": 39.024047861,\n                \"Lon\": -76.90139223,\n                \"SeqNum\": 56\n            },\n            {\n                \"Lat\": 39.025357861,\n                \"Lon\": -76.901212231,\n                \"SeqNum\": 57\n            },\n            {\n                \"Lat\": 39.026167861,\n                \"Lon\": -76.901142231,\n                \"SeqNum\": 58\n            },\n            {\n                \"Lat\": 39.026457861,\n                \"Lon\": -76.901142231,\n                \"SeqNum\": 59\n            },\n            {\n                \"Lat\": 39.026767862,\n                \"Lon\": -76.90116223,\n                \"SeqNum\": 60\n            },\n            {\n                \"Lat\": 39.027407861,\n                \"Lon\": -76.90126223,\n                \"SeqNum\": 61\n            },\n            {\n                \"Lat\": 39.028037861,\n                \"Lon\": -76.90136223,\n                \"SeqNum\": 62\n            },\n            {\n                \"Lat\": 39.028427862,\n                \"Lon\": -76.901402231,\n                \"SeqNum\": 63\n            },\n            {\n                \"Lat\": 39.028767861,\n                \"Lon\": -76.901382231,\n                \"SeqNum\": 64\n            },\n            {\n                \"Lat\": 39.029087862,\n                \"Lon\": -76.901292231,\n                \"SeqNum\": 65\n            },\n            {\n                \"Lat\": 39.029297862,\n                \"Lon\": -76.901202231,\n                \"SeqNum\": 66\n            },\n            {\n                \"Lat\": 39.029487862,\n                \"Lon\": -76.901082231,\n                \"SeqNum\": 67\n            },\n            {\n                \"Lat\": 39.029907861,\n                \"Lon\": -76.90074223,\n                \"SeqNum\": 68\n            },\n            {\n                \"Lat\": 39.030797862,\n                \"Lon\": -76.900132231,\n                \"SeqNum\": 69\n            },\n            {\n                \"Lat\": 39.030917862,\n                \"Lon\": -76.89995223,\n                \"SeqNum\": 70\n            },\n            {\n                \"Lat\": 39.031087863,\n                \"Lon\": -76.89977223,\n                \"SeqNum\": 71\n            },\n            {\n                \"Lat\": 39.031147862,\n                \"Lon\": -76.89967223,\n                \"SeqNum\": 72\n            },\n            {\n                \"Lat\": 39.031227862,\n                \"Lon\": -76.899472231,\n                \"SeqNum\": 73\n            },\n            {\n                \"Lat\": 39.031297862,\n                \"Lon\": -76.899032231,\n                \"SeqNum\": 74\n            },\n            {\n                \"Lat\": 39.031337863,\n                \"Lon\": -76.89849223,\n                \"SeqNum\": 75\n            },\n            {\n                \"Lat\": 39.031737862,\n                \"Lon\": -76.894402229,\n                \"SeqNum\": 76\n            },\n            {\n                \"Lat\": 39.031787862,\n                \"Lon\": -76.893982228,\n                \"SeqNum\": 77\n            },\n            {\n                \"Lat\": 39.032067862,\n                \"Lon\": -76.891022228,\n                \"SeqNum\": 78\n            },\n            {\n                \"Lat\": 39.032127862,\n                \"Lon\": -76.890022227,\n                \"SeqNum\": 79\n            },\n            {\n                \"Lat\": 39.032107863,\n                \"Lon\": -76.889162228,\n                \"SeqNum\": 80\n            },\n            {\n                \"Lat\": 39.032097863,\n                \"Lon\": -76.888972227,\n                \"SeqNum\": 81\n            },\n            {\n                \"Lat\": 39.031947863,\n                \"Lon\": -76.886812227,\n                \"SeqNum\": 82\n            },\n            {\n                \"Lat\": 39.031887863,\n                \"Lon\": -76.885742226,\n                \"SeqNum\": 83\n            },\n            {\n                \"Lat\": 39.031897863,\n                \"Lon\": -76.884822226,\n                \"SeqNum\": 84\n            },\n            {\n                \"Lat\": 39.031927863,\n                \"Lon\": -76.884262225,\n                \"SeqNum\": 85\n            },\n            {\n                \"Lat\": 39.031997863,\n                \"Lon\": -76.883742226,\n                \"SeqNum\": 86\n            },\n            {\n                \"Lat\": 39.032037864,\n                \"Lon\": -76.883452226,\n                \"SeqNum\": 87\n            },\n            {\n                \"Lat\": 39.032117864,\n                \"Lon\": -76.883102225,\n                \"SeqNum\": 88\n            },\n            {\n                \"Lat\": 39.032197863,\n                \"Lon\": -76.882822226,\n                \"SeqNum\": 89\n            },\n            {\n                \"Lat\": 39.032337863,\n                \"Lon\": -76.882502225,\n                \"SeqNum\": 90\n            },\n            {\n                \"Lat\": 39.032437863,\n                \"Lon\": -76.882352225,\n                \"SeqNum\": 91\n            },\n            {\n                \"Lat\": 39.032557864,\n                \"Lon\": -76.882212225,\n                \"SeqNum\": 92\n            },\n            {\n                \"Lat\": 39.032607863,\n                \"Lon\": -76.882142225,\n                \"SeqNum\": 93\n            },\n            {\n                \"Lat\": 39.032917863,\n                \"Lon\": -76.881802224,\n                \"SeqNum\": 94\n            },\n            {\n                \"Lat\": 39.033187864,\n                \"Lon\": -76.881512225,\n                \"SeqNum\": 95\n            },\n            {\n                \"Lat\": 39.033287864,\n                \"Lon\": -76.881352225,\n                \"SeqNum\": 96\n            },\n            {\n                \"Lat\": 39.033427863,\n                \"Lon\": -76.881112225,\n                \"SeqNum\": 97\n            },\n            {\n                \"Lat\": 39.033507864,\n                \"Lon\": -76.880902225,\n                \"SeqNum\": 98\n            },\n            {\n                \"Lat\": 39.033567863,\n                \"Lon\": -76.880692225,\n                \"SeqNum\": 99\n            },\n            {\n                \"Lat\": 39.033597864,\n                \"Lon\": -76.880472225,\n                \"SeqNum\": 100\n            },\n            {\n                \"Lat\": 39.033607863,\n                \"Lon\": -76.880242225,\n                \"SeqNum\": 101\n            },\n            {\n                \"Lat\": 39.033577863,\n                \"Lon\": -76.879912225,\n                \"SeqNum\": 102\n            },\n            {\n                \"Lat\": 39.033437863,\n                \"Lon\": -76.879372224,\n                \"SeqNum\": 103\n            },\n            {\n                \"Lat\": 39.033187864,\n                \"Lon\": -76.878752224,\n                \"SeqNum\": 104\n            },\n            {\n                \"Lat\": 39.032967863,\n                \"Lon\": -76.878362223,\n                \"SeqNum\": 105\n            },\n            {\n                \"Lat\": 39.032777863,\n                \"Lon\": -76.878092224,\n                \"SeqNum\": 106\n            },\n            {\n                \"Lat\": 39.031917863,\n                \"Lon\": -76.876982224,\n                \"SeqNum\": 107\n            },\n            {\n                \"Lat\": 39.031777864,\n                \"Lon\": -76.876762223,\n                \"SeqNum\": 108\n            },\n            {\n                \"Lat\": 39.031647863,\n                \"Lon\": -76.876482224,\n                \"SeqNum\": 109\n            },\n            {\n                \"Lat\": 39.031557863,\n                \"Lon\": -76.876272223,\n                \"SeqNum\": 110\n            },\n            {\n                \"Lat\": 39.031507863,\n                \"Lon\": -76.876032222,\n                \"SeqNum\": 111\n            },\n            {\n                \"Lat\": 39.031447864,\n                \"Lon\": -76.875692223,\n                \"SeqNum\": 112\n            },\n            {\n                \"Lat\": 39.031427863,\n                \"Lon\": -76.875362223,\n                \"SeqNum\": 113\n            },\n            {\n                \"Lat\": 39.031437863,\n                \"Lon\": -76.875032223,\n                \"SeqNum\": 114\n            },\n            {\n                \"Lat\": 39.031487864,\n                \"Lon\": -76.874572223,\n                \"SeqNum\": 115\n            },\n            {\n                \"Lat\": 39.031557863,\n                \"Lon\": -76.874262222,\n                \"SeqNum\": 116\n            },\n            {\n                \"Lat\": 39.031937863,\n                \"Lon\": -76.873162222,\n                \"SeqNum\": 117\n            },\n            {\n                \"Lat\": 39.032097863,\n                \"Lon\": -76.872682222,\n                \"SeqNum\": 118\n            },\n            {\n                \"Lat\": 39.032137863,\n                \"Lon\": -76.872572222,\n                \"SeqNum\": 119\n            },\n            {\n                \"Lat\": 39.032287863,\n                \"Lon\": -76.871962222,\n                \"SeqNum\": 120\n            },\n            {\n                \"Lat\": 39.032337864,\n                \"Lon\": -76.871612221,\n                \"SeqNum\": 121\n            },\n            {\n                \"Lat\": 39.032347864,\n                \"Lon\": -76.871162222,\n                \"SeqNum\": 122\n            },\n            {\n                \"Lat\": 39.032297864,\n                \"Lon\": -76.870832221,\n                \"SeqNum\": 123\n            },\n            {\n                \"Lat\": 39.032197864,\n                \"Lon\": -76.869902221,\n                \"SeqNum\": 124\n            },\n            {\n                \"Lat\": 39.032187864,\n                \"Lon\": -76.869692221,\n                \"SeqNum\": 125\n            },\n            {\n                \"Lat\": 39.032207863,\n                \"Lon\": -76.869412221,\n                \"SeqNum\": 126\n            },\n            {\n                \"Lat\": 39.032237864,\n                \"Lon\": -76.869082221,\n                \"SeqNum\": 127\n            },\n            {\n                \"Lat\": 39.032307864,\n                \"Lon\": -76.868772221,\n                \"SeqNum\": 128\n            },\n            {\n                \"Lat\": 39.032417863,\n                \"Lon\": -76.868482221,\n                \"SeqNum\": 129\n            },\n            {\n                \"Lat\": 39.032517864,\n                \"Lon\": -76.86829222,\n                \"SeqNum\": 130\n            },\n            {\n                \"Lat\": 39.032987864,\n                \"Lon\": -76.86746222,\n                \"SeqNum\": 131\n            },\n            {\n                \"Lat\": 39.033387864,\n                \"Lon\": -76.866852221,\n                \"SeqNum\": 132\n            },\n            {\n                \"Lat\": 39.033727864,\n                \"Lon\": -76.86632222,\n                \"SeqNum\": 133\n            },\n            {\n                \"Lat\": 39.034457864,\n                \"Lon\": -76.86526222,\n                \"SeqNum\": 134\n            },\n            {\n                \"Lat\": 39.034717864,\n                \"Lon\": -76.86482222,\n                \"SeqNum\": 135\n            },\n            {\n                \"Lat\": 39.034847864,\n                \"Lon\": -76.864492219,\n                \"SeqNum\": 136\n            },\n            {\n                \"Lat\": 39.034947864,\n                \"Lon\": -76.86416222,\n                \"SeqNum\": 137\n            },\n            {\n                \"Lat\": 39.035017865,\n                \"Lon\": -76.86382222,\n                \"SeqNum\": 138\n            },\n            {\n                \"Lat\": 39.035047864,\n                \"Lon\": -76.863372219,\n                \"SeqNum\": 139\n            },\n            {\n                \"Lat\": 39.035037864,\n                \"Lon\": -76.863032219,\n                \"SeqNum\": 140\n            },\n            {\n                \"Lat\": 39.034977865,\n                \"Lon\": -76.862612218,\n                \"SeqNum\": 141\n            },\n            {\n                \"Lat\": 39.034887865,\n                \"Lon\": -76.862232219,\n                \"SeqNum\": 142\n            },\n            {\n                \"Lat\": 39.034727864,\n                \"Lon\": -76.861842219,\n                \"SeqNum\": 143\n            },\n            {\n                \"Lat\": 39.034547865,\n                \"Lon\": -76.861522219,\n                \"SeqNum\": 144\n            },\n            {\n                \"Lat\": 39.033787864,\n                \"Lon\": -76.860462219,\n                \"SeqNum\": 145\n            },\n            {\n                \"Lat\": 39.033507864,\n                \"Lon\": -76.859992218,\n                \"SeqNum\": 146\n            },\n            {\n                \"Lat\": 39.033347864,\n                \"Lon\": -76.859652218,\n                \"SeqNum\": 147\n            },\n            {\n                \"Lat\": 39.033157864,\n                \"Lon\": -76.859212218,\n                \"SeqNum\": 148\n            },\n            {\n                \"Lat\": 39.032987865,\n                \"Lon\": -76.858602217,\n                \"SeqNum\": 149\n            },\n            {\n                \"Lat\": 39.032907864,\n                \"Lon\": -76.858202218,\n                \"SeqNum\": 150\n            },\n            {\n                \"Lat\": 39.032867864,\n                \"Lon\": -76.857882217,\n                \"SeqNum\": 151\n            },\n            {\n                \"Lat\": 39.032827864,\n                \"Lon\": -76.857442217,\n                \"SeqNum\": 152\n            },\n            {\n                \"Lat\": 39.032827864,\n                \"Lon\": -76.857112217,\n                \"SeqNum\": 153\n            },\n            {\n                \"Lat\": 39.032877864,\n                \"Lon\": -76.856312217,\n                \"SeqNum\": 154\n            },\n            {\n                \"Lat\": 39.033087865,\n                \"Lon\": -76.854502216,\n                \"SeqNum\": 155\n            },\n            {\n                \"Lat\": 39.033157865,\n                \"Lon\": -76.853952217,\n                \"SeqNum\": 156\n            },\n            {\n                \"Lat\": 39.033237864,\n                \"Lon\": -76.853222217,\n                \"SeqNum\": 157\n            },\n            {\n                \"Lat\": 39.033377865,\n                \"Lon\": -76.852252215,\n                \"SeqNum\": 158\n            },\n            {\n                \"Lat\": 39.033387864,\n                \"Lon\": -76.851992216,\n                \"SeqNum\": 159\n            },\n            {\n                \"Lat\": 39.033487864,\n                \"Lon\": -76.851032215,\n                \"SeqNum\": 160\n            },\n            {\n                \"Lat\": 39.033887865,\n                \"Lon\": -76.850962215,\n                \"SeqNum\": 161\n            },\n            {\n                \"Lat\": 39.034667865,\n                \"Lon\": -76.850902215,\n                \"SeqNum\": 162\n            },\n            {\n                \"Lat\": 39.035187865,\n                \"Lon\": -76.850802216,\n                \"SeqNum\": 163\n            },\n            {\n                \"Lat\": 39.035717865,\n                \"Lon\": -76.850642216,\n                \"SeqNum\": 164\n            },\n            {\n                \"Lat\": 39.036567864,\n                \"Lon\": -76.850252215,\n                \"SeqNum\": 165\n            },\n            {\n                \"Lat\": 39.036747865,\n                \"Lon\": -76.850202216,\n                \"SeqNum\": 166\n            },\n            {\n                \"Lat\": 39.038527866,\n                \"Lon\": -76.849222215,\n                \"SeqNum\": 167\n            },\n            {\n                \"Lat\": 39.040027866,\n                \"Lon\": -76.848362214,\n                \"SeqNum\": 168\n            },\n            {\n                \"Lat\": 39.042867867,\n                \"Lon\": -76.846672215,\n                \"SeqNum\": 169\n            },\n            {\n                \"Lat\": 39.044267866,\n                \"Lon\": -76.845802214,\n                \"SeqNum\": 170\n            },\n            {\n                \"Lat\": 39.045627868,\n                \"Lon\": -76.844912215,\n                \"SeqNum\": 171\n            },\n            {\n                \"Lat\": 39.046517867,\n                \"Lon\": -76.844332215,\n                \"SeqNum\": 172\n            },\n            {\n                \"Lat\": 39.048027868,\n                \"Lon\": -76.843372214,\n                \"SeqNum\": 173\n            },\n            {\n                \"Lat\": 39.049417869,\n                \"Lon\": -76.842542214,\n                \"SeqNum\": 174\n            },\n            {\n                \"Lat\": 39.050217869,\n                \"Lon\": -76.842112215,\n                \"SeqNum\": 175\n            },\n            {\n                \"Lat\": 39.050737868,\n                \"Lon\": -76.841822213,\n                \"SeqNum\": 176\n            },\n            {\n                \"Lat\": 39.051507868,\n                \"Lon\": -76.841422213,\n                \"SeqNum\": 177\n            },\n            {\n                \"Lat\": 39.053377869,\n                \"Lon\": -76.840522214,\n                \"SeqNum\": 178\n            },\n            {\n                \"Lat\": 39.053747869,\n                \"Lon\": -76.840342213,\n                \"SeqNum\": 179\n            },\n            {\n                \"Lat\": 39.05530787,\n                \"Lon\": -76.839542213,\n                \"SeqNum\": 180\n            },\n            {\n                \"Lat\": 39.055837869,\n                \"Lon\": -76.839272212,\n                \"SeqNum\": 181\n            },\n            {\n                \"Lat\": 39.058017871,\n                \"Lon\": -76.838252212,\n                \"SeqNum\": 182\n            },\n            {\n                \"Lat\": 39.058477869,\n                \"Lon\": -76.838052213,\n                \"SeqNum\": 183\n            },\n            {\n                \"Lat\": 39.059187871,\n                \"Lon\": -76.837702213,\n                \"SeqNum\": 184\n            },\n            {\n                \"Lat\": 39.059887871,\n                \"Lon\": -76.837332213,\n                \"SeqNum\": 185\n            },\n            {\n                \"Lat\": 39.060237871,\n                \"Lon\": -76.837162213,\n                \"SeqNum\": 186\n            },\n            {\n                \"Lat\": 39.06138787,\n                \"Lon\": -76.836552212,\n                \"SeqNum\": 187\n            },\n            {\n                \"Lat\": 39.063337871,\n                \"Lon\": -76.835432213,\n                \"SeqNum\": 188\n            },\n            {\n                \"Lat\": 39.064247872,\n                \"Lon\": -76.834862212,\n                \"SeqNum\": 189\n            },\n            {\n                \"Lat\": 39.064937871,\n                \"Lon\": -76.834432212,\n                \"SeqNum\": 190\n            },\n            {\n                \"Lat\": 39.066697871,\n                \"Lon\": -76.833202212,\n                \"SeqNum\": 191\n            },\n            {\n                \"Lat\": 39.068327872,\n                \"Lon\": -76.832002212,\n                \"SeqNum\": 192\n            },\n            {\n                \"Lat\": 39.068977873,\n                \"Lon\": -76.831452211,\n                \"SeqNum\": 193\n            },\n            {\n                \"Lat\": 39.069217872,\n                \"Lon\": -76.831242212,\n                \"SeqNum\": 194\n            },\n            {\n                \"Lat\": 39.071247873,\n                \"Lon\": -76.829662211,\n                \"SeqNum\": 195\n            },\n            {\n                \"Lat\": 39.072117873,\n                \"Lon\": -76.828922211,\n                \"SeqNum\": 196\n            },\n            {\n                \"Lat\": 39.073327874,\n                \"Lon\": -76.82785221,\n                \"SeqNum\": 197\n            },\n            {\n                \"Lat\": 39.074387873,\n                \"Lon\": -76.82688221,\n                \"SeqNum\": 198\n            },\n            {\n                \"Lat\": 39.075747874,\n                \"Lon\": -76.82559221,\n                \"SeqNum\": 199\n            },\n            {\n                \"Lat\": 39.077397874,\n                \"Lon\": -76.82394221,\n                \"SeqNum\": 200\n            },\n            {\n                \"Lat\": 39.077887874,\n                \"Lon\": -76.82341221,\n                \"SeqNum\": 201\n            },\n            {\n                \"Lat\": 39.078497875,\n                \"Lon\": -76.822702209,\n                \"SeqNum\": 202\n            },\n            {\n                \"Lat\": 39.079877875,\n                \"Lon\": -76.820932209,\n                \"SeqNum\": 203\n            },\n            {\n                \"Lat\": 39.081427876,\n                \"Lon\": -76.818772208,\n                \"SeqNum\": 204\n            },\n            {\n                \"Lat\": 39.082747875,\n                \"Lon\": -76.816952208,\n                \"SeqNum\": 205\n            },\n            {\n                \"Lat\": 39.084367876,\n                \"Lon\": -76.814772207,\n                \"SeqNum\": 206\n            },\n            {\n                \"Lat\": 39.085447876,\n                \"Lon\": -76.813342207,\n                \"SeqNum\": 207\n            },\n            {\n                \"Lat\": 39.086627876,\n                \"Lon\": -76.811942206,\n                \"SeqNum\": 208\n            },\n            {\n                \"Lat\": 39.088187877,\n                \"Lon\": -76.810172206,\n                \"SeqNum\": 209\n            },\n            {\n                \"Lat\": 39.089947877,\n                \"Lon\": -76.808312205,\n                \"SeqNum\": 210\n            },\n            {\n                \"Lat\": 39.092797878,\n                \"Lon\": -76.805442204,\n                \"SeqNum\": 211\n            },\n            {\n                \"Lat\": 39.093017879,\n                \"Lon\": -76.805212204,\n                \"SeqNum\": 212\n            },\n            {\n                \"Lat\": 39.093807878,\n                \"Lon\": -76.804412205,\n                \"SeqNum\": 213\n            },\n            {\n                \"Lat\": 39.094837878,\n                \"Lon\": -76.803312204,\n                \"SeqNum\": 214\n            },\n            {\n                \"Lat\": 39.095667879,\n                \"Lon\": -76.802372204,\n                \"SeqNum\": 215\n            },\n            {\n                \"Lat\": 39.096437879,\n                \"Lon\": -76.801462204,\n                \"SeqNum\": 216\n            },\n            {\n                \"Lat\": 39.096637879,\n                \"Lon\": -76.801232204,\n                \"SeqNum\": 217\n            },\n            {\n                \"Lat\": 39.097247879,\n                \"Lon\": -76.800492204,\n                \"SeqNum\": 218\n            },\n            {\n                \"Lat\": 39.098137879,\n                \"Lon\": -76.799392203,\n                \"SeqNum\": 219\n            },\n            {\n                \"Lat\": 39.09830788,\n                \"Lon\": -76.799172204,\n                \"SeqNum\": 220\n            },\n            {\n                \"Lat\": 39.09844788,\n                \"Lon\": -76.798992202,\n                \"SeqNum\": 221\n            },\n            {\n                \"Lat\": 39.099777879,\n                \"Lon\": -76.797192203,\n                \"SeqNum\": 222\n            },\n            {\n                \"Lat\": 39.10065788,\n                \"Lon\": -76.795982202,\n                \"SeqNum\": 223\n            },\n            {\n                \"Lat\": 39.102157881,\n                \"Lon\": -76.793752202,\n                \"SeqNum\": 224\n            },\n            {\n                \"Lat\": 39.102887881,\n                \"Lon\": -76.792722201,\n                \"SeqNum\": 225\n            },\n            {\n                \"Lat\": 39.104157881,\n                \"Lon\": -76.790882201,\n                \"SeqNum\": 226\n            },\n            {\n                \"Lat\": 39.105227881,\n                \"Lon\": -76.789462201,\n                \"SeqNum\": 227\n            },\n            {\n                \"Lat\": 39.106157881,\n                \"Lon\": -76.7883122,\n                \"SeqNum\": 228\n            },\n            {\n                \"Lat\": 39.106497882,\n                \"Lon\": -76.7878922,\n                \"SeqNum\": 229\n            },\n            {\n                \"Lat\": 39.106627882,\n                \"Lon\": -76.7877522,\n                \"SeqNum\": 230\n            },\n            {\n                \"Lat\": 39.107507881,\n                \"Lon\": -76.7866922,\n                \"SeqNum\": 231\n            },\n            {\n                \"Lat\": 39.108347883,\n                \"Lon\": -76.785682199,\n                \"SeqNum\": 232\n            },\n            {\n                \"Lat\": 39.108897882,\n                \"Lon\": -76.785012199,\n                \"SeqNum\": 233\n            },\n            {\n                \"Lat\": 39.109457883,\n                \"Lon\": -76.784332199,\n                \"SeqNum\": 234\n            },\n            {\n                \"Lat\": 39.109727882,\n                \"Lon\": -76.784012198,\n                \"SeqNum\": 235\n            },\n            {\n                \"Lat\": 39.110097883,\n                \"Lon\": -76.783602199,\n                \"SeqNum\": 236\n            },\n            {\n                \"Lat\": 39.110837883,\n                \"Lon\": -76.782672199,\n                \"SeqNum\": 237\n            },\n            {\n                \"Lat\": 39.111797883,\n                \"Lon\": -76.781392199,\n                \"SeqNum\": 238\n            },\n            {\n                \"Lat\": 39.112167884,\n                \"Lon\": -76.780882198,\n                \"SeqNum\": 239\n            },\n            {\n                \"Lat\": 39.112827883,\n                \"Lon\": -76.779952198,\n                \"SeqNum\": 240\n            },\n            {\n                \"Lat\": 39.113667884,\n                \"Lon\": -76.778682197,\n                \"SeqNum\": 241\n            },\n            {\n                \"Lat\": 39.113927883,\n                \"Lon\": -76.778302198,\n                \"SeqNum\": 242\n            },\n            {\n                \"Lat\": 39.114167884,\n                \"Lon\": -76.777942198,\n                \"SeqNum\": 243\n            },\n            {\n                \"Lat\": 39.114277883,\n                \"Lon\": -76.777762197,\n                \"SeqNum\": 244\n            },\n            {\n                \"Lat\": 39.114637884,\n                \"Lon\": -76.777192198,\n                \"SeqNum\": 245\n            },\n            {\n                \"Lat\": 39.116207883,\n                \"Lon\": -76.774792197,\n                \"SeqNum\": 246\n            },\n            {\n                \"Lat\": 39.116887884,\n                \"Lon\": -76.773772197,\n                \"SeqNum\": 247\n            },\n            {\n                \"Lat\": 39.117617884,\n                \"Lon\": -76.772742196,\n                \"SeqNum\": 248\n            },\n            {\n                \"Lat\": 39.117907884,\n                \"Lon\": -76.772362196,\n                \"SeqNum\": 249\n            },\n            {\n                \"Lat\": 39.118197885,\n                \"Lon\": -76.771982196,\n                \"SeqNum\": 250\n            },\n            {\n                \"Lat\": 39.118697884,\n                \"Lon\": -76.771302196,\n                \"SeqNum\": 251\n            },\n            {\n                \"Lat\": 39.119177884,\n                \"Lon\": -76.770682196,\n                \"SeqNum\": 252\n            },\n            {\n                \"Lat\": 39.120337885,\n                \"Lon\": -76.769292196,\n                \"SeqNum\": 253\n            },\n            {\n                \"Lat\": 39.120827885,\n                \"Lon\": -76.768752195,\n                \"SeqNum\": 254\n            },\n            {\n                \"Lat\": 39.121187885,\n                \"Lon\": -76.768342195,\n                \"SeqNum\": 255\n            },\n            {\n                \"Lat\": 39.121487886,\n                \"Lon\": -76.768022195,\n                \"SeqNum\": 256\n            },\n            {\n                \"Lat\": 39.121937885,\n                \"Lon\": -76.767532194,\n                \"SeqNum\": 257\n            },\n            {\n                \"Lat\": 39.122847885,\n                \"Lon\": -76.766622194,\n                \"SeqNum\": 258\n            },\n            {\n                \"Lat\": 39.123597886,\n                \"Lon\": -76.765902195,\n                \"SeqNum\": 259\n            },\n            {\n                \"Lat\": 39.124407886,\n                \"Lon\": -76.765162194,\n                \"SeqNum\": 260\n            },\n            {\n                \"Lat\": 39.125597886,\n                \"Lon\": -76.764142195,\n                \"SeqNum\": 261\n            },\n            {\n                \"Lat\": 39.126717887,\n                \"Lon\": -76.763252193,\n                \"SeqNum\": 262\n            },\n            {\n                \"Lat\": 39.128197887,\n                \"Lon\": -76.762162194,\n                \"SeqNum\": 263\n            },\n            {\n                \"Lat\": 39.128977888,\n                \"Lon\": -76.761592194,\n                \"SeqNum\": 264\n            },\n            {\n                \"Lat\": 39.129737888,\n                \"Lon\": -76.761092193,\n                \"SeqNum\": 265\n            },\n            {\n                \"Lat\": 39.131167888,\n                \"Lon\": -76.760152193,\n                \"SeqNum\": 266\n            },\n            {\n                \"Lat\": 39.132377888,\n                \"Lon\": -76.759392193,\n                \"SeqNum\": 267\n            },\n            {\n                \"Lat\": 39.133257888,\n                \"Lon\": -76.758892193,\n                \"SeqNum\": 268\n            },\n            {\n                \"Lat\": 39.133977889,\n                \"Lon\": -76.758472193,\n                \"SeqNum\": 269\n            },\n            {\n                \"Lat\": 39.134907889,\n                \"Lon\": -76.757952193,\n                \"SeqNum\": 270\n            },\n            {\n                \"Lat\": 39.136147888,\n                \"Lon\": -76.757312192,\n                \"SeqNum\": 271\n            },\n            {\n                \"Lat\": 39.136757889,\n                \"Lon\": -76.757002192,\n                \"SeqNum\": 272\n            },\n            {\n                \"Lat\": 39.137067889,\n                \"Lon\": -76.756862193,\n                \"SeqNum\": 273\n            },\n            {\n                \"Lat\": 39.137367889,\n                \"Lon\": -76.756722192,\n                \"SeqNum\": 274\n            },\n            {\n                \"Lat\": 39.13973789,\n                \"Lon\": -76.755592192,\n                \"SeqNum\": 275\n            },\n            {\n                \"Lat\": 39.14007789,\n                \"Lon\": -76.755432192,\n                \"SeqNum\": 276\n            },\n            {\n                \"Lat\": 39.140187889,\n                \"Lon\": -76.755382192,\n                \"SeqNum\": 277\n            },\n            {\n                \"Lat\": 39.14076789,\n                \"Lon\": -76.755132192,\n                \"SeqNum\": 278\n            },\n            {\n                \"Lat\": 39.14363789,\n                \"Lon\": -76.753872192,\n                \"SeqNum\": 279\n            },\n            {\n                \"Lat\": 39.14441789,\n                \"Lon\": -76.753522191,\n                \"SeqNum\": 280\n            },\n            {\n                \"Lat\": 39.148287891,\n                \"Lon\": -76.751762191,\n                \"SeqNum\": 281\n            },\n            {\n                \"Lat\": 39.149327892,\n                \"Lon\": -76.751262192,\n                \"SeqNum\": 282\n            },\n            {\n                \"Lat\": 39.150147892,\n                \"Lon\": -76.750792191,\n                \"SeqNum\": 283\n            },\n            {\n                \"Lat\": 39.150807892,\n                \"Lon\": -76.750352192,\n                \"SeqNum\": 284\n            },\n            {\n                \"Lat\": 39.151417892,\n                \"Lon\": -76.749922192,\n                \"SeqNum\": 285\n            },\n            {\n                \"Lat\": 39.151997892,\n                \"Lon\": -76.74946219,\n                \"SeqNum\": 286\n            },\n            {\n                \"Lat\": 39.152207893,\n                \"Lon\": -76.749292191,\n                \"SeqNum\": 287\n            },\n            {\n                \"Lat\": 39.153277893,\n                \"Lon\": -76.74817219,\n                \"SeqNum\": 288\n            },\n            {\n                \"Lat\": 39.154647892,\n                \"Lon\": -76.746792191,\n                \"SeqNum\": 289\n            },\n            {\n                \"Lat\": 39.156107893,\n                \"Lon\": -76.74518219,\n                \"SeqNum\": 290\n            },\n            {\n                \"Lat\": 39.156857894,\n                \"Lon\": -76.744392189,\n                \"SeqNum\": 291\n            },\n            {\n                \"Lat\": 39.157987894,\n                \"Lon\": -76.74317219,\n                \"SeqNum\": 292\n            },\n            {\n                \"Lat\": 39.159087894,\n                \"Lon\": -76.741922189,\n                \"SeqNum\": 293\n            },\n            {\n                \"Lat\": 39.159957894,\n                \"Lon\": -76.740982189,\n                \"SeqNum\": 294\n            },\n            {\n                \"Lat\": 39.162137895,\n                \"Lon\": -76.738642188,\n                \"SeqNum\": 295\n            },\n            {\n                \"Lat\": 39.164947895,\n                \"Lon\": -76.735712187,\n                \"SeqNum\": 296\n            },\n            {\n                \"Lat\": 39.165687896,\n                \"Lon\": -76.734942187,\n                \"SeqNum\": 297\n            },\n            {\n                \"Lat\": 39.166437896,\n                \"Lon\": -76.734182187,\n                \"SeqNum\": 298\n            },\n            {\n                \"Lat\": 39.167157895,\n                \"Lon\": -76.733522187,\n                \"SeqNum\": 299\n            },\n            {\n                \"Lat\": 39.167407896,\n                \"Lon\": -76.733282187,\n                \"SeqNum\": 300\n            },\n            {\n                \"Lat\": 39.168067896,\n                \"Lon\": -76.732652186,\n                \"SeqNum\": 301\n            },\n            {\n                \"Lat\": 39.169487897,\n                \"Lon\": -76.731382186,\n                \"SeqNum\": 302\n            },\n            {\n                \"Lat\": 39.169557896,\n                \"Lon\": -76.731312186,\n                \"SeqNum\": 303\n            },\n            {\n                \"Lat\": 39.169967896,\n                \"Lon\": -76.730922186,\n                \"SeqNum\": 304\n            },\n            {\n                \"Lat\": 39.170227897,\n                \"Lon\": -76.730672186,\n                \"SeqNum\": 305\n            },\n            {\n                \"Lat\": 39.170387896,\n                \"Lon\": -76.730542186,\n                \"SeqNum\": 306\n            },\n            {\n                \"Lat\": 39.170667897,\n                \"Lon\": -76.730312186,\n                \"SeqNum\": 307\n            },\n            {\n                \"Lat\": 39.170827896,\n                \"Lon\": -76.730162186,\n                \"SeqNum\": 308\n            },\n            {\n                \"Lat\": 39.173907898,\n                \"Lon\": -76.727402186,\n                \"SeqNum\": 309\n            },\n            {\n                \"Lat\": 39.174157897,\n                \"Lon\": -76.727172186,\n                \"SeqNum\": 310\n            },\n            {\n                \"Lat\": 39.174937897,\n                \"Lon\": -76.726472184,\n                \"SeqNum\": 311\n            },\n            {\n                \"Lat\": 39.180927899,\n                \"Lon\": -76.721062184,\n                \"SeqNum\": 312\n            },\n            {\n                \"Lat\": 39.182057899,\n                \"Lon\": -76.720052183,\n                \"SeqNum\": 313\n            },\n            {\n                \"Lat\": 39.187407901,\n                \"Lon\": -76.715232182,\n                \"SeqNum\": 314\n            },\n            {\n                \"Lat\": 39.191857901,\n                \"Lon\": -76.711232181,\n                \"SeqNum\": 315\n            },\n            {\n                \"Lat\": 39.192877901,\n                \"Lon\": -76.710292182,\n                \"SeqNum\": 316\n            },\n            {\n                \"Lat\": 39.193447902,\n                \"Lon\": -76.709722181,\n                \"SeqNum\": 317\n            },\n            {\n                \"Lat\": 39.193977902,\n                \"Lon\": -76.709122181,\n                \"SeqNum\": 318\n            },\n            {\n                \"Lat\": 39.194327902,\n                \"Lon\": -76.708692181,\n                \"SeqNum\": 319\n            },\n            {\n                \"Lat\": 39.194807902,\n                \"Lon\": -76.70806218,\n                \"SeqNum\": 320\n            },\n            {\n                \"Lat\": 39.195497903,\n                \"Lon\": -76.707112181,\n                \"SeqNum\": 321\n            },\n            {\n                \"Lat\": 39.196087902,\n                \"Lon\": -76.70612218,\n                \"SeqNum\": 322\n            },\n            {\n                \"Lat\": 39.196637903,\n                \"Lon\": -76.70511218,\n                \"SeqNum\": 323\n            },\n            {\n                \"Lat\": 39.196887903,\n                \"Lon\": -76.704602179,\n                \"SeqNum\": 324\n            },\n            {\n                \"Lat\": 39.197217902,\n                \"Lon\": -76.70386218,\n                \"SeqNum\": 325\n            },\n            {\n                \"Lat\": 39.197727903,\n                \"Lon\": -76.702622178,\n                \"SeqNum\": 326\n            },\n            {\n                \"Lat\": 39.197947903,\n                \"Lon\": -76.702032179,\n                \"SeqNum\": 327\n            },\n            {\n                \"Lat\": 39.198157903,\n                \"Lon\": -76.701452178,\n                \"SeqNum\": 328\n            },\n            {\n                \"Lat\": 39.198367904,\n                \"Lon\": -76.700882178,\n                \"SeqNum\": 329\n            },\n            {\n                \"Lat\": 39.198727903,\n                \"Lon\": -76.699432178,\n                \"SeqNum\": 330\n            },\n            {\n                \"Lat\": 39.198777903,\n                \"Lon\": -76.699162178,\n                \"SeqNum\": 331\n            },\n            {\n                \"Lat\": 39.198817903,\n                \"Lon\": -76.698742178,\n                \"SeqNum\": 332\n            },\n            {\n                \"Lat\": 39.198817903,\n                \"Lon\": -76.698422177,\n                \"SeqNum\": 333\n            },\n            {\n                \"Lat\": 39.198787904,\n                \"Lon\": -76.698142178,\n                \"SeqNum\": 334\n            },\n            {\n                \"Lat\": 39.198577904,\n                \"Lon\": -76.697052177,\n                \"SeqNum\": 335\n            },\n            {\n                \"Lat\": 39.198427903,\n                \"Lon\": -76.696352177,\n                \"SeqNum\": 336\n            },\n            {\n                \"Lat\": 39.198377903,\n                \"Lon\": -76.696142177,\n                \"SeqNum\": 337\n            },\n            {\n                \"Lat\": 39.197957903,\n                \"Lon\": -76.694042176,\n                \"SeqNum\": 338\n            },\n            {\n                \"Lat\": 39.197827904,\n                \"Lon\": -76.693472176,\n                \"SeqNum\": 339\n            },\n            {\n                \"Lat\": 39.197757903,\n                \"Lon\": -76.693272176,\n                \"SeqNum\": 340\n            },\n            {\n                \"Lat\": 39.197557903,\n                \"Lon\": -76.692742176,\n                \"SeqNum\": 341\n            },\n            {\n                \"Lat\": 39.197367903,\n                \"Lon\": -76.692342176,\n                \"SeqNum\": 342\n            },\n            {\n                \"Lat\": 39.197047904,\n                \"Lon\": -76.691822176,\n                \"SeqNum\": 343\n            },\n            {\n                \"Lat\": 39.196537902,\n                \"Lon\": -76.691042176,\n                \"SeqNum\": 344\n            },\n            {\n                \"Lat\": 39.196317903,\n                \"Lon\": -76.690772174,\n                \"SeqNum\": 345\n            },\n            {\n                \"Lat\": 39.196037903,\n                \"Lon\": -76.690442176,\n                \"SeqNum\": 346\n            },\n            {\n                \"Lat\": 39.195747904,\n                \"Lon\": -76.690142174,\n                \"SeqNum\": 347\n            },\n            {\n                \"Lat\": 39.195437903,\n                \"Lon\": -76.689862175,\n                \"SeqNum\": 348\n            },\n            {\n                \"Lat\": 39.194997903,\n                \"Lon\": -76.689562174,\n                \"SeqNum\": 349\n            },\n            {\n                \"Lat\": 39.194437902,\n                \"Lon\": -76.689112174,\n                \"SeqNum\": 350\n            },\n            {\n                \"Lat\": 39.193567903,\n                \"Lon\": -76.688582175,\n                \"SeqNum\": 351\n            },\n            {\n                \"Lat\": 39.193207903,\n                \"Lon\": -76.688362173,\n                \"SeqNum\": 352\n            },\n            {\n                \"Lat\": 39.192527903,\n                \"Lon\": -76.687912174,\n                \"SeqNum\": 353\n            },\n            {\n                \"Lat\": 39.192127902,\n                \"Lon\": -76.687582173,\n                \"SeqNum\": 354\n            },\n            {\n                \"Lat\": 39.191237902,\n                \"Lon\": -76.686762173,\n                \"SeqNum\": 355\n            },\n            {\n                \"Lat\": 39.190627902,\n                \"Lon\": -76.686152174,\n                \"SeqNum\": 356\n            },\n            {\n                \"Lat\": 39.190347902,\n                \"Lon\": -76.685862174,\n                \"SeqNum\": 357\n            },\n            {\n                \"Lat\": 39.189957902,\n                \"Lon\": -76.685362173,\n                \"SeqNum\": 358\n            },\n            {\n                \"Lat\": 39.189627902,\n                \"Lon\": -76.684892173,\n                \"SeqNum\": 359\n            },\n            {\n                \"Lat\": 39.189187902,\n                \"Lon\": -76.684262173,\n                \"SeqNum\": 360\n            },\n            {\n                \"Lat\": 39.188927902,\n                \"Lon\": -76.683892173,\n                \"SeqNum\": 361\n            },\n            {\n                \"Lat\": 39.188627901,\n                \"Lon\": -76.683452172,\n                \"SeqNum\": 362\n            },\n            {\n                \"Lat\": 39.188267902,\n                \"Lon\": -76.682912173,\n                \"SeqNum\": 363\n            },\n            {\n                \"Lat\": 39.188137902,\n                \"Lon\": -76.682692172,\n                \"SeqNum\": 364\n            },\n            {\n                \"Lat\": 39.187877902,\n                \"Lon\": -76.682332172,\n                \"SeqNum\": 365\n            },\n            {\n                \"Lat\": 39.187627902,\n                \"Lon\": -76.681992171,\n                \"SeqNum\": 366\n            },\n            {\n                \"Lat\": 39.186667902,\n                \"Lon\": -76.680592172,\n                \"SeqNum\": 367\n            },\n            {\n                \"Lat\": 39.186577902,\n                \"Lon\": -76.680442172,\n                \"SeqNum\": 368\n            },\n            {\n                \"Lat\": 39.186157902,\n                \"Lon\": -76.679432171,\n                \"SeqNum\": 369\n            },\n            {\n                \"Lat\": 39.185957902,\n                \"Lon\": -76.678832171,\n                \"SeqNum\": 370\n            },\n            {\n                \"Lat\": 39.185877901,\n                \"Lon\": -76.678532171,\n                \"SeqNum\": 371\n            },\n            {\n                \"Lat\": 39.185697901,\n                \"Lon\": -76.677792171,\n                \"SeqNum\": 372\n            },\n            {\n                \"Lat\": 39.185647901,\n                \"Lon\": -76.677582171,\n                \"SeqNum\": 373\n            },\n            {\n                \"Lat\": 39.185507901,\n                \"Lon\": -76.67706217,\n                \"SeqNum\": 374\n            },\n            {\n                \"Lat\": 39.185047901,\n                \"Lon\": -76.67578217,\n                \"SeqNum\": 375\n            },\n            {\n                \"Lat\": 39.184867901,\n                \"Lon\": -76.67543217,\n                \"SeqNum\": 376\n            },\n            {\n                \"Lat\": 39.184757901,\n                \"Lon\": -76.675242169,\n                \"SeqNum\": 377\n            },\n            {\n                \"Lat\": 39.184627902,\n                \"Lon\": -76.67506217,\n                \"SeqNum\": 378\n            },\n            {\n                \"Lat\": 39.184507901,\n                \"Lon\": -76.67492217,\n                \"SeqNum\": 379\n            },\n            {\n                \"Lat\": 39.184367901,\n                \"Lon\": -76.67479217,\n                \"SeqNum\": 380\n            },\n            {\n                \"Lat\": 39.183967902,\n                \"Lon\": -76.674392169,\n                \"SeqNum\": 381\n            },\n            {\n                \"Lat\": 39.183577901,\n                \"Lon\": -76.67401217,\n                \"SeqNum\": 382\n            },\n            {\n                \"Lat\": 39.183197901,\n                \"Lon\": -76.67359217,\n                \"SeqNum\": 383\n            },\n            {\n                \"Lat\": 39.182897901,\n                \"Lon\": -76.673302168,\n                \"SeqNum\": 384\n            },\n            {\n                \"Lat\": 39.182257901,\n                \"Lon\": -76.672682169,\n                \"SeqNum\": 385\n            },\n            {\n                \"Lat\": 39.181737901,\n                \"Lon\": -76.672112169,\n                \"SeqNum\": 386\n            },\n            {\n                \"Lat\": 39.181457901,\n                \"Lon\": -76.671932169,\n                \"SeqNum\": 387\n            },\n            {\n                \"Lat\": 39.1797379,\n                \"Lon\": -76.670222168,\n                \"SeqNum\": 388\n            },\n            {\n                \"Lat\": 39.1795379,\n                \"Lon\": -76.670012167,\n                \"SeqNum\": 389\n            },\n            {\n                \"Lat\": 39.179477901,\n                \"Lon\": -76.669882168,\n                \"SeqNum\": 390\n            },\n            {\n                \"Lat\": 39.1794679,\n                \"Lon\": -76.669732167,\n                \"SeqNum\": 391\n            },\n            {\n                \"Lat\": 39.179507901,\n                \"Lon\": -76.669472167,\n                \"SeqNum\": 392\n            },\n            {\n                \"Lat\": 39.1796179,\n                \"Lon\": -76.669172167,\n                \"SeqNum\": 393\n            },\n            {\n                \"Lat\": 39.1797879,\n                \"Lon\": -76.668792167,\n                \"SeqNum\": 394\n            },\n            {\n                \"Lat\": 39.179917901,\n                \"Lon\": -76.668622167,\n                \"SeqNum\": 395\n            },\n            {\n                \"Lat\": 39.180147901,\n                \"Lon\": -76.668402167,\n                \"SeqNum\": 396\n            },\n            {\n                \"Lat\": 39.1804079,\n                \"Lon\": -76.668282167,\n                \"SeqNum\": 397\n            },\n            {\n                \"Lat\": 39.180567901,\n                \"Lon\": -76.668322168,\n                \"SeqNum\": 398\n            },\n            {\n                \"Lat\": 39.181057901,\n                \"Lon\": -76.668742167,\n                \"SeqNum\": 399\n            },\n            {\n                \"Lat\": 39.1812979,\n                \"Lon\": -76.668992167,\n                \"SeqNum\": 400\n            },\n            {\n                \"Lat\": 39.181907901,\n                \"Lon\": -76.669542167,\n                \"SeqNum\": 401\n            },\n            {\n                \"Lat\": 39.1827379,\n                \"Lon\": -76.670312167,\n                \"SeqNum\": 402\n            },\n            {\n                \"Lat\": 39.182967901,\n                \"Lon\": -76.670552168,\n                \"SeqNum\": 403\n            },\n            {\n                \"Lat\": 39.183397901,\n                \"Lon\": -76.670982168,\n                \"SeqNum\": 404\n            },\n            {\n                \"Lat\": 39.183857901,\n                \"Lon\": -76.671452169,\n                \"SeqNum\": 405\n            },\n            {\n                \"Lat\": 39.183977901,\n                \"Lon\": -76.671562168,\n                \"SeqNum\": 406\n            },\n            {\n                \"Lat\": 39.184227902,\n                \"Lon\": -76.671792168,\n                \"SeqNum\": 407\n            },\n            {\n                \"Lat\": 39.184337902,\n                \"Lon\": -76.671872169,\n                \"SeqNum\": 408\n            },\n            {\n                \"Lat\": 39.184487901,\n                \"Lon\": -76.671992168,\n                \"SeqNum\": 409\n            },\n            {\n                \"Lat\": 39.184877902,\n                \"Lon\": -76.672302169,\n                \"SeqNum\": 410\n            },\n            {\n                \"Lat\": 39.185097901,\n                \"Lon\": -76.672462169,\n                \"SeqNum\": 411\n            },\n            {\n                \"Lat\": 39.185547902,\n                \"Lon\": -76.672922169,\n                \"SeqNum\": 412\n            },\n            {\n                \"Lat\": 39.185987902,\n                \"Lon\": -76.673332169,\n                \"SeqNum\": 413\n            },\n            {\n                \"Lat\": 39.186357902,\n                \"Lon\": -76.673682169,\n                \"SeqNum\": 414\n            },\n            {\n                \"Lat\": 39.186887902,\n                \"Lon\": -76.67418217,\n                \"SeqNum\": 415\n            },\n            {\n                \"Lat\": 39.187297901,\n                \"Lon\": -76.67457217,\n                \"SeqNum\": 416\n            },\n            {\n                \"Lat\": 39.187647901,\n                \"Lon\": -76.67488217,\n                \"SeqNum\": 417\n            },\n            {\n                \"Lat\": 39.187987902,\n                \"Lon\": -76.67518217,\n                \"SeqNum\": 418\n            },\n            {\n                \"Lat\": 39.188227902,\n                \"Lon\": -76.67540217,\n                \"SeqNum\": 419\n            },\n            {\n                \"Lat\": 39.188397902,\n                \"Lon\": -76.67557217,\n                \"SeqNum\": 420\n            },\n            {\n                \"Lat\": 39.188527902,\n                \"Lon\": -76.67576217,\n                \"SeqNum\": 421\n            },\n            {\n                \"Lat\": 39.188647902,\n                \"Lon\": -76.67596217,\n                \"SeqNum\": 422\n            },\n            {\n                \"Lat\": 39.188997902,\n                \"Lon\": -76.676592171,\n                \"SeqNum\": 423\n            },\n            {\n                \"Lat\": 39.189137902,\n                \"Lon\": -76.67650217,\n                \"SeqNum\": 424\n            },\n            {\n                \"Lat\": 39.189287902,\n                \"Lon\": -76.67643217,\n                \"SeqNum\": 425\n            },\n            {\n                \"Lat\": 39.189457902,\n                \"Lon\": -76.676372171,\n                \"SeqNum\": 426\n            },\n            {\n                \"Lat\": 39.189867902,\n                \"Lon\": -76.67630217,\n                \"SeqNum\": 427\n            },\n            {\n                \"Lat\": 39.190387902,\n                \"Lon\": -76.67626217,\n                \"SeqNum\": 428\n            },\n            {\n                \"Lat\": 39.190527903,\n                \"Lon\": -76.67625217,\n                \"SeqNum\": 429\n            },\n            {\n                \"Lat\": 39.190997903,\n                \"Lon\": -76.676212171,\n                \"SeqNum\": 430\n            },\n            {\n                \"Lat\": 39.191237902,\n                \"Lon\": -76.67619217,\n                \"SeqNum\": 431\n            },\n            {\n                \"Lat\": 39.191457903,\n                \"Lon\": -76.67617217,\n                \"SeqNum\": 432\n            },\n            {\n                \"Lat\": 39.191547902,\n                \"Lon\": -76.676172171,\n                \"SeqNum\": 433\n            },\n            {\n                \"Lat\": 39.191707902,\n                \"Lon\": -76.67623217,\n                \"SeqNum\": 434\n            },\n            {\n                \"Lat\": 39.191777903,\n                \"Lon\": -76.67530217,\n                \"SeqNum\": 435\n            },\n            {\n                \"Lat\": 39.191887903,\n                \"Lon\": -76.67421217,\n                \"SeqNum\": 436\n            },\n            {\n                \"Lat\": 39.191697903,\n                \"Lon\": -76.674152169,\n                \"SeqNum\": 437\n            },\n            {\n                \"Lat\": 39.191627903,\n                \"Lon\": -76.67406217,\n                \"SeqNum\": 438\n            },\n            {\n                \"Lat\": 39.191607903,\n                \"Lon\": -76.673932169,\n                \"SeqNum\": 439\n            },\n            {\n                \"Lat\": 39.191546519,\n                \"Lon\": -76.67302778,\n                \"SeqNum\": 440\n            }\n        ],\n        \"Stops\": [\n            {\n                \"Lat\": 39.011724,\n                \"Lon\": -76.910024,\n                \"Name\": \"GREENBELT STATION + BUS BAY D\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003037\"\n            },\n            {\n                \"Lat\": 39.011278,\n                \"Lon\": -76.904326,\n                \"Name\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                \"Routes\": [\n                    \"81\",\n                    \"87\",\n                    \"87cv2\",\n                    \"87v1\",\n                    \"89\",\n                    \"89M\",\n                    \"89v1\",\n                    \"B30\",\n                    \"C2\",\n                    \"C2v2\",\n                    \"G12\",\n                    \"G12c\",\n                    \"G12cv1\",\n                    \"G13\",\n                    \"G14\",\n                    \"G16\",\n                    \"R11\",\n                    \"R12\",\n                    \"R3\"\n                ],\n                \"StopID\": \"3002579\"\n            },\n            {\n                \"Lat\": 39.181777,\n                \"Lon\": -76.672053,\n                \"Name\": \"BWI + LOADING AREA SIGN\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"0\"\n            },\n            {\n                \"Lat\": 39.181166,\n                \"Lon\": -76.671718,\n                \"Name\": \"BWI AIRPORT + STOP 1\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3004114\"\n            },\n            {\n                \"Lat\": 39.181321,\n                \"Lon\": -76.668936,\n                \"Name\": \"BWI AIRPORT + STOP 2\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003038\"\n            },\n            {\n                \"Lat\": 39.184172,\n                \"Lon\": -76.671663,\n                \"Name\": \"BWI + EXIT SIGN\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"0\"\n            },\n            {\n                \"Lat\": 39.191491,\n                \"Lon\": -76.673025,\n                \"Name\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003039\"\n            }\n        ],\n        \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\"\n    },\n    \"Direction1\": {\n        \"DirectionNum\": \"1\",\n        \"DirectionText\": \"SOUTH\",\n        \"Shape\": [\n            {\n                \"Lat\": 39.191546519,\n                \"Lon\": -76.673027778,\n                \"SeqNum\": 1\n            },\n            {\n                \"Lat\": 39.191539785,\n                \"Lon\": -76.672928564,\n                \"SeqNum\": 2\n            },\n            {\n                \"Lat\": 39.191550233,\n                \"Lon\": -76.67276677,\n                \"SeqNum\": 3\n            },\n            {\n                \"Lat\": 39.191593665,\n                \"Lon\": -76.672654035,\n                \"SeqNum\": 4\n            },\n            {\n                \"Lat\": 39.19173021,\n                \"Lon\": -76.672568957,\n                \"SeqNum\": 5\n            },\n            {\n                \"Lat\": 39.191847903,\n                \"Lon\": -76.672602169,\n                \"SeqNum\": 6\n            },\n            {\n                \"Lat\": 39.192037902,\n                \"Lon\": -76.672642169,\n                \"SeqNum\": 7\n            },\n            {\n                \"Lat\": 39.191887903,\n                \"Lon\": -76.67421217,\n                \"SeqNum\": 8\n            },\n            {\n                \"Lat\": 39.191777903,\n                \"Lon\": -76.67530217,\n                \"SeqNum\": 9\n            },\n            {\n                \"Lat\": 39.191707902,\n                \"Lon\": -76.67623217,\n                \"SeqNum\": 10\n            },\n            {\n                \"Lat\": 39.191537903,\n                \"Lon\": -76.67628217,\n                \"SeqNum\": 11\n            },\n            {\n                \"Lat\": 39.191247903,\n                \"Lon\": -76.67633217,\n                \"SeqNum\": 12\n            },\n            {\n                \"Lat\": 39.190947903,\n                \"Lon\": -76.676382171,\n                \"SeqNum\": 13\n            },\n            {\n                \"Lat\": 39.190527902,\n                \"Lon\": -76.67646217,\n                \"SeqNum\": 14\n            },\n            {\n                \"Lat\": 39.190387903,\n                \"Lon\": -76.67648217,\n                \"SeqNum\": 15\n            },\n            {\n                \"Lat\": 39.189887902,\n                \"Lon\": -76.67655217,\n                \"SeqNum\": 16\n            },\n            {\n                \"Lat\": 39.189697902,\n                \"Lon\": -76.676562171,\n                \"SeqNum\": 17\n            },\n            {\n                \"Lat\": 39.189517902,\n                \"Lon\": -76.676592171,\n                \"SeqNum\": 18\n            },\n            {\n                \"Lat\": 39.189337902,\n                \"Lon\": -76.676622171,\n                \"SeqNum\": 19\n            },\n            {\n                \"Lat\": 39.189207902,\n                \"Lon\": -76.67667217,\n                \"SeqNum\": 20\n            },\n            {\n                \"Lat\": 39.189077903,\n                \"Lon\": -76.67674217,\n                \"SeqNum\": 21\n            },\n            {\n                \"Lat\": 39.188957902,\n                \"Lon\": -76.67683217,\n                \"SeqNum\": 22\n            },\n            {\n                \"Lat\": 39.188837902,\n                \"Lon\": -76.67695217,\n                \"SeqNum\": 23\n            },\n            {\n                \"Lat\": 39.188737902,\n                \"Lon\": -76.67712217,\n                \"SeqNum\": 24\n            },\n            {\n                \"Lat\": 39.188657902,\n                \"Lon\": -76.67733217,\n                \"SeqNum\": 25\n            },\n            {\n                \"Lat\": 39.188597902,\n                \"Lon\": -76.677592171,\n                \"SeqNum\": 26\n            },\n            {\n                \"Lat\": 39.188567901,\n                \"Lon\": -76.67789217,\n                \"SeqNum\": 27\n            },\n            {\n                \"Lat\": 39.188527902,\n                \"Lon\": -76.67832217,\n                \"SeqNum\": 28\n            },\n            {\n                \"Lat\": 39.188497902,\n                \"Lon\": -76.678572171,\n                \"SeqNum\": 29\n            },\n            {\n                \"Lat\": 39.188387902,\n                \"Lon\": -76.679002171,\n                \"SeqNum\": 30\n            },\n            {\n                \"Lat\": 39.188187902,\n                \"Lon\": -76.679402171,\n                \"SeqNum\": 31\n            },\n            {\n                \"Lat\": 39.187897902,\n                \"Lon\": -76.679692171,\n                \"SeqNum\": 32\n            },\n            {\n                \"Lat\": 39.187547901,\n                \"Lon\": -76.679882172,\n                \"SeqNum\": 33\n            },\n            {\n                \"Lat\": 39.187147902,\n                \"Lon\": -76.679912171,\n                \"SeqNum\": 34\n            },\n            {\n                \"Lat\": 39.186897901,\n                \"Lon\": -76.679852171,\n                \"SeqNum\": 35\n            },\n            {\n                \"Lat\": 39.186677902,\n                \"Lon\": -76.679732171,\n                \"SeqNum\": 36\n            },\n            {\n                \"Lat\": 39.186457902,\n                \"Lon\": -76.679472171,\n                \"SeqNum\": 37\n            },\n            {\n                \"Lat\": 39.186237902,\n                \"Lon\": -76.679202172,\n                \"SeqNum\": 38\n            },\n            {\n                \"Lat\": 39.186027902,\n                \"Lon\": -76.678692171,\n                \"SeqNum\": 39\n            },\n            {\n                \"Lat\": 39.185797901,\n                \"Lon\": -76.67784217,\n                \"SeqNum\": 40\n            },\n            {\n                \"Lat\": 39.185497902,\n                \"Lon\": -76.67673217,\n                \"SeqNum\": 41\n            },\n            {\n                \"Lat\": 39.185047901,\n                \"Lon\": -76.67578217,\n                \"SeqNum\": 42\n            },\n            {\n                \"Lat\": 39.184867901,\n                \"Lon\": -76.67543217,\n                \"SeqNum\": 43\n            },\n            {\n                \"Lat\": 39.184757901,\n                \"Lon\": -76.675242169,\n                \"SeqNum\": 44\n            },\n            {\n                \"Lat\": 39.184627902,\n                \"Lon\": -76.67506217,\n                \"SeqNum\": 45\n            },\n            {\n                \"Lat\": 39.184507901,\n                \"Lon\": -76.67492217,\n                \"SeqNum\": 46\n            },\n            {\n                \"Lat\": 39.184367901,\n                \"Lon\": -76.67479217,\n                \"SeqNum\": 47\n            },\n            {\n                \"Lat\": 39.183967902,\n                \"Lon\": -76.674392169,\n                \"SeqNum\": 48\n            },\n            {\n                \"Lat\": 39.183577901,\n                \"Lon\": -76.67401217,\n                \"SeqNum\": 49\n            },\n            {\n                \"Lat\": 39.183197901,\n                \"Lon\": -76.67359217,\n                \"SeqNum\": 50\n            },\n            {\n                \"Lat\": 39.182897901,\n                \"Lon\": -76.673302168,\n                \"SeqNum\": 51\n            },\n            {\n                \"Lat\": 39.182257901,\n                \"Lon\": -76.672682169,\n                \"SeqNum\": 52\n            },\n            {\n                \"Lat\": 39.181737901,\n                \"Lon\": -76.672112169,\n                \"SeqNum\": 53\n            },\n            {\n                \"Lat\": 39.181457901,\n                \"Lon\": -76.671932169,\n                \"SeqNum\": 54\n            },\n            {\n                \"Lat\": 39.1797379,\n                \"Lon\": -76.670222168,\n                \"SeqNum\": 55\n            },\n            {\n                \"Lat\": 39.1795379,\n                \"Lon\": -76.670012167,\n                \"SeqNum\": 56\n            },\n            {\n                \"Lat\": 39.179477901,\n                \"Lon\": -76.669882168,\n                \"SeqNum\": 57\n            },\n            {\n                \"Lat\": 39.1794679,\n                \"Lon\": -76.669732167,\n                \"SeqNum\": 58\n            },\n            {\n                \"Lat\": 39.179507901,\n                \"Lon\": -76.669472167,\n                \"SeqNum\": 59\n            },\n            {\n                \"Lat\": 39.1796179,\n                \"Lon\": -76.669172167,\n                \"SeqNum\": 60\n            },\n            {\n                \"Lat\": 39.1797879,\n                \"Lon\": -76.668792167,\n                \"SeqNum\": 61\n            },\n            {\n                \"Lat\": 39.179917901,\n                \"Lon\": -76.668622167,\n                \"SeqNum\": 62\n            },\n            {\n                \"Lat\": 39.180147901,\n                \"Lon\": -76.668402167,\n                \"SeqNum\": 63\n            },\n            {\n                \"Lat\": 39.1804079,\n                \"Lon\": -76.668282167,\n                \"SeqNum\": 64\n            },\n            {\n                \"Lat\": 39.180567901,\n                \"Lon\": -76.668322168,\n                \"SeqNum\": 65\n            },\n            {\n                \"Lat\": 39.181057901,\n                \"Lon\": -76.668742167,\n                \"SeqNum\": 66\n            },\n            {\n                \"Lat\": 39.1812979,\n                \"Lon\": -76.668992167,\n                \"SeqNum\": 67\n            },\n            {\n                \"Lat\": 39.181907901,\n                \"Lon\": -76.669542167,\n                \"SeqNum\": 68\n            },\n            {\n                \"Lat\": 39.1827379,\n                \"Lon\": -76.670312167,\n                \"SeqNum\": 69\n            },\n            {\n                \"Lat\": 39.182967901,\n                \"Lon\": -76.670552168,\n                \"SeqNum\": 70\n            },\n            {\n                \"Lat\": 39.183397901,\n                \"Lon\": -76.670982168,\n                \"SeqNum\": 71\n            },\n            {\n                \"Lat\": 39.183857901,\n                \"Lon\": -76.671452169,\n                \"SeqNum\": 72\n            },\n            {\n                \"Lat\": 39.183977901,\n                \"Lon\": -76.671562168,\n                \"SeqNum\": 73\n            },\n            {\n                \"Lat\": 39.184227902,\n                \"Lon\": -76.671792168,\n                \"SeqNum\": 74\n            },\n            {\n                \"Lat\": 39.184357902,\n                \"Lon\": -76.671962169,\n                \"SeqNum\": 75\n            },\n            {\n                \"Lat\": 39.184487901,\n                \"Lon\": -76.672162169,\n                \"SeqNum\": 76\n            },\n            {\n                \"Lat\": 39.184577902,\n                \"Lon\": -76.672352168,\n                \"SeqNum\": 77\n            },\n            {\n                \"Lat\": 39.184637902,\n                \"Lon\": -76.672532168,\n                \"SeqNum\": 78\n            },\n            {\n                \"Lat\": 39.184667902,\n                \"Lon\": -76.672712169,\n                \"SeqNum\": 79\n            },\n            {\n                \"Lat\": 39.184667902,\n                \"Lon\": -76.672932169,\n                \"SeqNum\": 80\n            },\n            {\n                \"Lat\": 39.184637901,\n                \"Lon\": -76.673152168,\n                \"SeqNum\": 81\n            },\n            {\n                \"Lat\": 39.184577902,\n                \"Lon\": -76.673372169,\n                \"SeqNum\": 82\n            },\n            {\n                \"Lat\": 39.184547901,\n                \"Lon\": -76.67359217,\n                \"SeqNum\": 83\n            },\n            {\n                \"Lat\": 39.184537902,\n                \"Lon\": -76.67380217,\n                \"SeqNum\": 84\n            },\n            {\n                \"Lat\": 39.184567902,\n                \"Lon\": -76.674092169,\n                \"SeqNum\": 85\n            },\n            {\n                \"Lat\": 39.184617901,\n                \"Lon\": -76.67439217,\n                \"SeqNum\": 86\n            },\n            {\n                \"Lat\": 39.184837902,\n                \"Lon\": -76.67499217,\n                \"SeqNum\": 87\n            },\n            {\n                \"Lat\": 39.185067902,\n                \"Lon\": -76.67545217,\n                \"SeqNum\": 88\n            },\n            {\n                \"Lat\": 39.185277901,\n                \"Lon\": -76.675882169,\n                \"SeqNum\": 89\n            },\n            {\n                \"Lat\": 39.185457901,\n                \"Lon\": -76.67624217,\n                \"SeqNum\": 90\n            },\n            {\n                \"Lat\": 39.185687902,\n                \"Lon\": -76.67685217,\n                \"SeqNum\": 91\n            },\n            {\n                \"Lat\": 39.185797901,\n                \"Lon\": -76.677222171,\n                \"SeqNum\": 92\n            },\n            {\n                \"Lat\": 39.186287902,\n                \"Lon\": -76.67889217,\n                \"SeqNum\": 93\n            },\n            {\n                \"Lat\": 39.186457902,\n                \"Lon\": -76.679472171,\n                \"SeqNum\": 94\n            },\n            {\n                \"Lat\": 39.186577902,\n                \"Lon\": -76.679882171,\n                \"SeqNum\": 95\n            },\n            {\n                \"Lat\": 39.186677902,\n                \"Lon\": -76.680132172,\n                \"SeqNum\": 96\n            },\n            {\n                \"Lat\": 39.186707902,\n                \"Lon\": -76.680222172,\n                \"SeqNum\": 97\n            },\n            {\n                \"Lat\": 39.186847902,\n                \"Lon\": -76.680572171,\n                \"SeqNum\": 98\n            },\n            {\n                \"Lat\": 39.186977902,\n                \"Lon\": -76.680822172,\n                \"SeqNum\": 99\n            },\n            {\n                \"Lat\": 39.187287902,\n                \"Lon\": -76.681272171,\n                \"SeqNum\": 100\n            },\n            {\n                \"Lat\": 39.188067902,\n                \"Lon\": -76.682412172,\n                \"SeqNum\": 101\n            },\n            {\n                \"Lat\": 39.188237902,\n                \"Lon\": -76.682632172,\n                \"SeqNum\": 102\n            },\n            {\n                \"Lat\": 39.188367902,\n                \"Lon\": -76.682822172,\n                \"SeqNum\": 103\n            },\n            {\n                \"Lat\": 39.188707902,\n                \"Lon\": -76.683302173,\n                \"SeqNum\": 104\n            },\n            {\n                \"Lat\": 39.189717902,\n                \"Lon\": -76.684792172,\n                \"SeqNum\": 105\n            },\n            {\n                \"Lat\": 39.189947902,\n                \"Lon\": -76.685102173,\n                \"SeqNum\": 106\n            },\n            {\n                \"Lat\": 39.190177902,\n                \"Lon\": -76.685432173,\n                \"SeqNum\": 107\n            },\n            {\n                \"Lat\": 39.190457902,\n                \"Lon\": -76.685752174,\n                \"SeqNum\": 108\n            },\n            {\n                \"Lat\": 39.190797902,\n                \"Lon\": -76.686102174,\n                \"SeqNum\": 109\n            },\n            {\n                \"Lat\": 39.191087903,\n                \"Lon\": -76.686392173,\n                \"SeqNum\": 110\n            },\n            {\n                \"Lat\": 39.191297902,\n                \"Lon\": -76.686612173,\n                \"SeqNum\": 111\n            },\n            {\n                \"Lat\": 39.191697902,\n                \"Lon\": -76.686942174,\n                \"SeqNum\": 112\n            },\n            {\n                \"Lat\": 39.192237903,\n                \"Lon\": -76.687352173,\n                \"SeqNum\": 113\n            },\n            {\n                \"Lat\": 39.192767903,\n                \"Lon\": -76.687712175,\n                \"SeqNum\": 114\n            },\n            {\n                \"Lat\": 39.193007903,\n                \"Lon\": -76.687872174,\n                \"SeqNum\": 115\n            },\n            {\n                \"Lat\": 39.193807903,\n                \"Lon\": -76.688382175,\n                \"SeqNum\": 116\n            },\n            {\n                \"Lat\": 39.194117903,\n                \"Lon\": -76.688582173,\n                \"SeqNum\": 117\n            },\n            {\n                \"Lat\": 39.194527903,\n                \"Lon\": -76.688842174,\n                \"SeqNum\": 118\n            },\n            {\n                \"Lat\": 39.195107903,\n                \"Lon\": -76.689192174,\n                \"SeqNum\": 119\n            },\n            {\n                \"Lat\": 39.195497903,\n                \"Lon\": -76.689442175,\n                \"SeqNum\": 120\n            },\n            {\n                \"Lat\": 39.195897903,\n                \"Lon\": -76.689732174,\n                \"SeqNum\": 121\n            },\n            {\n                \"Lat\": 39.196297903,\n                \"Lon\": -76.690052175,\n                \"SeqNum\": 122\n            },\n            {\n                \"Lat\": 39.196687903,\n                \"Lon\": -76.690442176,\n                \"SeqNum\": 123\n            },\n            {\n                \"Lat\": 39.197327903,\n                \"Lon\": -76.691082175,\n                \"SeqNum\": 124\n            },\n            {\n                \"Lat\": 39.198477904,\n                \"Lon\": -76.692402176,\n                \"SeqNum\": 125\n            },\n            {\n                \"Lat\": 39.198757904,\n                \"Lon\": -76.692722176,\n                \"SeqNum\": 126\n            },\n            {\n                \"Lat\": 39.199697903,\n                \"Lon\": -76.693772176,\n                \"SeqNum\": 127\n            },\n            {\n                \"Lat\": 39.199977904,\n                \"Lon\": -76.694062177,\n                \"SeqNum\": 128\n            },\n            {\n                \"Lat\": 39.200297904,\n                \"Lon\": -76.694342177,\n                \"SeqNum\": 129\n            },\n            {\n                \"Lat\": 39.200727904,\n                \"Lon\": -76.694662177,\n                \"SeqNum\": 130\n            },\n            {\n                \"Lat\": 39.201207904,\n                \"Lon\": -76.695012177,\n                \"SeqNum\": 131\n            },\n            {\n                \"Lat\": 39.201487904,\n                \"Lon\": -76.695182178,\n                \"SeqNum\": 132\n            },\n            {\n                \"Lat\": 39.201657904,\n                \"Lon\": -76.695262177,\n                \"SeqNum\": 133\n            },\n            {\n                \"Lat\": 39.202067904,\n                \"Lon\": -76.695442178,\n                \"SeqNum\": 134\n            },\n            {\n                \"Lat\": 39.202447904,\n                \"Lon\": -76.695522177,\n                \"SeqNum\": 135\n            },\n            {\n                \"Lat\": 39.202687904,\n                \"Lon\": -76.695572178,\n                \"SeqNum\": 136\n            },\n            {\n                \"Lat\": 39.202877904,\n                \"Lon\": -76.695582178,\n                \"SeqNum\": 137\n            },\n            {\n                \"Lat\": 39.203027904,\n                \"Lon\": -76.695562177,\n                \"SeqNum\": 138\n            },\n            {\n                \"Lat\": 39.203177904,\n                \"Lon\": -76.695512177,\n                \"SeqNum\": 139\n            },\n            {\n                \"Lat\": 39.203287905,\n                \"Lon\": -76.695452177,\n                \"SeqNum\": 140\n            },\n            {\n                \"Lat\": 39.203427904,\n                \"Lon\": -76.695322176,\n                \"SeqNum\": 141\n            },\n            {\n                \"Lat\": 39.203537904,\n                \"Lon\": -76.695162177,\n                \"SeqNum\": 142\n            },\n            {\n                \"Lat\": 39.203607904,\n                \"Lon\": -76.694992177,\n                \"SeqNum\": 143\n            },\n            {\n                \"Lat\": 39.203647905,\n                \"Lon\": -76.694752177,\n                \"SeqNum\": 144\n            },\n            {\n                \"Lat\": 39.203637905,\n                \"Lon\": -76.694472177,\n                \"SeqNum\": 145\n            },\n            {\n                \"Lat\": 39.203587904,\n                \"Lon\": -76.694312176,\n                \"SeqNum\": 146\n            },\n            {\n                \"Lat\": 39.203547905,\n                \"Lon\": -76.694212178,\n                \"SeqNum\": 147\n            },\n            {\n                \"Lat\": 39.203447905,\n                \"Lon\": -76.694042177,\n                \"SeqNum\": 148\n            },\n            {\n                \"Lat\": 39.203347904,\n                \"Lon\": -76.693922176,\n                \"SeqNum\": 149\n            },\n            {\n                \"Lat\": 39.203217905,\n                \"Lon\": -76.693832177,\n                \"SeqNum\": 150\n            },\n            {\n                \"Lat\": 39.203087904,\n                \"Lon\": -76.693772177,\n                \"SeqNum\": 151\n            },\n            {\n                \"Lat\": 39.202917905,\n                \"Lon\": -76.693742176,\n                \"SeqNum\": 152\n            },\n            {\n                \"Lat\": 39.202777904,\n                \"Lon\": -76.693772177,\n                \"SeqNum\": 153\n            },\n            {\n                \"Lat\": 39.202667905,\n                \"Lon\": -76.693822177,\n                \"SeqNum\": 154\n            },\n            {\n                \"Lat\": 39.202517904,\n                \"Lon\": -76.693942176,\n                \"SeqNum\": 155\n            },\n            {\n                \"Lat\": 39.202137904,\n                \"Lon\": -76.694282176,\n                \"SeqNum\": 156\n            },\n            {\n                \"Lat\": 39.201487904,\n                \"Lon\": -76.695182178,\n                \"SeqNum\": 157\n            },\n            {\n                \"Lat\": 39.201307904,\n                \"Lon\": -76.695442177,\n                \"SeqNum\": 158\n            },\n            {\n                \"Lat\": 39.200697904,\n                \"Lon\": -76.696332177,\n                \"SeqNum\": 159\n            },\n            {\n                \"Lat\": 39.200197904,\n                \"Lon\": -76.697292178,\n                \"SeqNum\": 160\n            },\n            {\n                \"Lat\": 39.199687904,\n                \"Lon\": -76.698492177,\n                \"SeqNum\": 161\n            },\n            {\n                \"Lat\": 39.198867903,\n                \"Lon\": -76.700692178,\n                \"SeqNum\": 162\n            },\n            {\n                \"Lat\": 39.198707903,\n                \"Lon\": -76.701102179,\n                \"SeqNum\": 163\n            },\n            {\n                \"Lat\": 39.198297903,\n                \"Lon\": -76.702162178,\n                \"SeqNum\": 164\n            },\n            {\n                \"Lat\": 39.198107903,\n                \"Lon\": -76.702672179,\n                \"SeqNum\": 165\n            },\n            {\n                \"Lat\": 39.197867903,\n                \"Lon\": -76.70329218,\n                \"SeqNum\": 166\n            },\n            {\n                \"Lat\": 39.197577903,\n                \"Lon\": -76.70400218,\n                \"SeqNum\": 167\n            },\n            {\n                \"Lat\": 39.197387902,\n                \"Lon\": -76.70445218,\n                \"SeqNum\": 168\n            },\n            {\n                \"Lat\": 39.197127903,\n                \"Lon\": -76.70501218,\n                \"SeqNum\": 169\n            },\n            {\n                \"Lat\": 39.196947903,\n                \"Lon\": -76.705372179,\n                \"SeqNum\": 170\n            },\n            {\n                \"Lat\": 39.196607903,\n                \"Lon\": -76.70603218,\n                \"SeqNum\": 171\n            },\n            {\n                \"Lat\": 39.196207903,\n                \"Lon\": -76.70673218,\n                \"SeqNum\": 172\n            },\n            {\n                \"Lat\": 39.195807902,\n                \"Lon\": -76.707402181,\n                \"SeqNum\": 173\n            },\n            {\n                \"Lat\": 39.195357902,\n                \"Lon\": -76.708052181,\n                \"SeqNum\": 174\n            },\n            {\n                \"Lat\": 39.194907902,\n                \"Lon\": -76.708662181,\n                \"SeqNum\": 175\n            },\n            {\n                \"Lat\": 39.194437902,\n                \"Lon\": -76.709232181,\n                \"SeqNum\": 176\n            },\n            {\n                \"Lat\": 39.193917902,\n                \"Lon\": -76.709842181,\n                \"SeqNum\": 177\n            },\n            {\n                \"Lat\": 39.193057902,\n                \"Lon\": -76.710712181,\n                \"SeqNum\": 178\n            },\n            {\n                \"Lat\": 39.192077901,\n                \"Lon\": -76.711622182,\n                \"SeqNum\": 179\n            },\n            {\n                \"Lat\": 39.191197901,\n                \"Lon\": -76.712422182,\n                \"SeqNum\": 180\n            },\n            {\n                \"Lat\": 39.187647901,\n                \"Lon\": -76.715622182,\n                \"SeqNum\": 181\n            },\n            {\n                \"Lat\": 39.182827899,\n                \"Lon\": -76.719942184,\n                \"SeqNum\": 182\n            },\n            {\n                \"Lat\": 39.181777899,\n                \"Lon\": -76.720892184,\n                \"SeqNum\": 183\n            },\n            {\n                \"Lat\": 39.178227899,\n                \"Lon\": -76.724072184,\n                \"SeqNum\": 184\n            },\n            {\n                \"Lat\": 39.177387898,\n                \"Lon\": -76.724842185,\n                \"SeqNum\": 185\n            },\n            {\n                \"Lat\": 39.175467897,\n                \"Lon\": -76.726572185,\n                \"SeqNum\": 186\n            },\n            {\n                \"Lat\": 39.175147898,\n                \"Lon\": -76.726862185,\n                \"SeqNum\": 187\n            },\n            {\n                \"Lat\": 39.174787897,\n                \"Lon\": -76.727192185,\n                \"SeqNum\": 188\n            },\n            {\n                \"Lat\": 39.174387897,\n                \"Lon\": -76.727552185,\n                \"SeqNum\": 189\n            },\n            {\n                \"Lat\": 39.174127898,\n                \"Lon\": -76.727782185,\n                \"SeqNum\": 190\n            },\n            {\n                \"Lat\": 39.173187897,\n                \"Lon\": -76.728632185,\n                \"SeqNum\": 191\n            },\n            {\n                \"Lat\": 39.171007896,\n                \"Lon\": -76.730592187,\n                \"SeqNum\": 192\n            },\n            {\n                \"Lat\": 39.170597896,\n                \"Lon\": -76.730982187,\n                \"SeqNum\": 193\n            },\n            {\n                \"Lat\": 39.170467896,\n                \"Lon\": -76.731082186,\n                \"SeqNum\": 194\n            },\n            {\n                \"Lat\": 39.170197896,\n                \"Lon\": -76.731342186,\n                \"SeqNum\": 195\n            },\n            {\n                \"Lat\": 39.169967896,\n                \"Lon\": -76.731552187,\n                \"SeqNum\": 196\n            },\n            {\n                \"Lat\": 39.168757896,\n                \"Lon\": -76.732612187,\n                \"SeqNum\": 197\n            },\n            {\n                \"Lat\": 39.167217896,\n                \"Lon\": -76.733992187,\n                \"SeqNum\": 198\n            },\n            {\n                \"Lat\": 39.166467896,\n                \"Lon\": -76.734742188,\n                \"SeqNum\": 199\n            },\n            {\n                \"Lat\": 39.165187895,\n                \"Lon\": -76.736112188,\n                \"SeqNum\": 200\n            },\n            {\n                \"Lat\": 39.162427895,\n                \"Lon\": -76.739072188,\n                \"SeqNum\": 201\n            },\n            {\n                \"Lat\": 39.159617894,\n                \"Lon\": -76.742112189,\n                \"SeqNum\": 202\n            },\n            {\n                \"Lat\": 39.159237894,\n                \"Lon\": -76.74246219,\n                \"SeqNum\": 203\n            },\n            {\n                \"Lat\": 39.158777894,\n                \"Lon\": -76.742952189,\n                \"SeqNum\": 204\n            },\n            {\n                \"Lat\": 39.158177893,\n                \"Lon\": -76.743612189,\n                \"SeqNum\": 205\n            },\n            {\n                \"Lat\": 39.157577894,\n                \"Lon\": -76.74426219,\n                \"SeqNum\": 206\n            },\n            {\n                \"Lat\": 39.156887893,\n                \"Lon\": -76.74505219,\n                \"SeqNum\": 207\n            },\n            {\n                \"Lat\": 39.156387893,\n                \"Lon\": -76.74562219,\n                \"SeqNum\": 208\n            },\n            {\n                \"Lat\": 39.156177893,\n                \"Lon\": -76.74586219,\n                \"SeqNum\": 209\n            },\n            {\n                \"Lat\": 39.155687893,\n                \"Lon\": -76.746352191,\n                \"SeqNum\": 210\n            },\n            {\n                \"Lat\": 39.154627892,\n                \"Lon\": -76.74750219,\n                \"SeqNum\": 211\n            },\n            {\n                \"Lat\": 39.153577892,\n                \"Lon\": -76.748612191,\n                \"SeqNum\": 212\n            },\n            {\n                \"Lat\": 39.152447892,\n                \"Lon\": -76.749682191,\n                \"SeqNum\": 213\n            },\n            {\n                \"Lat\": 39.151797892,\n                \"Lon\": -76.750222191,\n                \"SeqNum\": 214\n            },\n            {\n                \"Lat\": 39.150977892,\n                \"Lon\": -76.750792191,\n                \"SeqNum\": 215\n            },\n            {\n                \"Lat\": 39.150287892,\n                \"Lon\": -76.751212191,\n                \"SeqNum\": 216\n            },\n            {\n                \"Lat\": 39.149707892,\n                \"Lon\": -76.751562192,\n                \"SeqNum\": 217\n            },\n            {\n                \"Lat\": 39.148737892,\n                \"Lon\": -76.752002192,\n                \"SeqNum\": 218\n            },\n            {\n                \"Lat\": 39.148427891,\n                \"Lon\": -76.752142191,\n                \"SeqNum\": 219\n            },\n            {\n                \"Lat\": 39.147457891,\n                \"Lon\": -76.752592192,\n                \"SeqNum\": 220\n            },\n            {\n                \"Lat\": 39.14535789,\n                \"Lon\": -76.753532192,\n                \"SeqNum\": 221\n            },\n            {\n                \"Lat\": 39.14452789,\n                \"Lon\": -76.753912191,\n                \"SeqNum\": 222\n            },\n            {\n                \"Lat\": 39.14363789,\n                \"Lon\": -76.754312192,\n                \"SeqNum\": 223\n            },\n            {\n                \"Lat\": 39.14089789,\n                \"Lon\": -76.755612192,\n                \"SeqNum\": 224\n            },\n            {\n                \"Lat\": 39.140337889,\n                \"Lon\": -76.755842192,\n                \"SeqNum\": 225\n            },\n            {\n                \"Lat\": 39.140047889,\n                \"Lon\": -76.755962192,\n                \"SeqNum\": 226\n            },\n            {\n                \"Lat\": 39.137487889,\n                \"Lon\": -76.757142193,\n                \"SeqNum\": 227\n            },\n            {\n                \"Lat\": 39.137177889,\n                \"Lon\": -76.757282193,\n                \"SeqNum\": 228\n            },\n            {\n                \"Lat\": 39.136137888,\n                \"Lon\": -76.757742192,\n                \"SeqNum\": 229\n            },\n            {\n                \"Lat\": 39.134737889,\n                \"Lon\": -76.758422192,\n                \"SeqNum\": 230\n            },\n            {\n                \"Lat\": 39.134047888,\n                \"Lon\": -76.758812192,\n                \"SeqNum\": 231\n            },\n            {\n                \"Lat\": 39.133357887,\n                \"Lon\": -76.759242193,\n                \"SeqNum\": 232\n            },\n            {\n                \"Lat\": 39.131787888,\n                \"Lon\": -76.760312192,\n                \"SeqNum\": 233\n            },\n            {\n                \"Lat\": 39.129997887,\n                \"Lon\": -76.761642193,\n                \"SeqNum\": 234\n            },\n            {\n                \"Lat\": 39.128467887,\n                \"Lon\": -76.762852194,\n                \"SeqNum\": 235\n            },\n            {\n                \"Lat\": 39.126627886,\n                \"Lon\": -76.764382195,\n                \"SeqNum\": 236\n            },\n            {\n                \"Lat\": 39.125027886,\n                \"Lon\": -76.765762194,\n                \"SeqNum\": 237\n            },\n            {\n                \"Lat\": 39.122737886,\n                \"Lon\": -76.767792194,\n                \"SeqNum\": 238\n            },\n            {\n                \"Lat\": 39.121857885,\n                \"Lon\": -76.768592195,\n                \"SeqNum\": 239\n            },\n            {\n                \"Lat\": 39.121397885,\n                \"Lon\": -76.769002195,\n                \"SeqNum\": 240\n            },\n            {\n                \"Lat\": 39.121137886,\n                \"Lon\": -76.769262195,\n                \"SeqNum\": 241\n            },\n            {\n                \"Lat\": 39.120777885,\n                \"Lon\": -76.769622195,\n                \"SeqNum\": 242\n            },\n            {\n                \"Lat\": 39.120017885,\n                \"Lon\": -76.770372196,\n                \"SeqNum\": 243\n            },\n            {\n                \"Lat\": 39.119077885,\n                \"Lon\": -76.771372196,\n                \"SeqNum\": 244\n            },\n            {\n                \"Lat\": 39.118667884,\n                \"Lon\": -76.771862196,\n                \"SeqNum\": 245\n            },\n            {\n                \"Lat\": 39.118527885,\n                \"Lon\": -76.772032196,\n                \"SeqNum\": 246\n            },\n            {\n                \"Lat\": 39.118097884,\n                \"Lon\": -76.772572196,\n                \"SeqNum\": 247\n            },\n            {\n                \"Lat\": 39.117777885,\n                \"Lon\": -76.772982196,\n                \"SeqNum\": 248\n            },\n            {\n                \"Lat\": 39.117487884,\n                \"Lon\": -76.773352196,\n                \"SeqNum\": 249\n            },\n            {\n                \"Lat\": 39.117327884,\n                \"Lon\": -76.773542196,\n                \"SeqNum\": 250\n            },\n            {\n                \"Lat\": 39.116627884,\n                \"Lon\": -76.774532196,\n                \"SeqNum\": 251\n            },\n            {\n                \"Lat\": 39.116377884,\n                \"Lon\": -76.774902196,\n                \"SeqNum\": 252\n            },\n            {\n                \"Lat\": 39.116277884,\n                \"Lon\": -76.775052196,\n                \"SeqNum\": 253\n            },\n            {\n                \"Lat\": 39.114667884,\n                \"Lon\": -76.777572198,\n                \"SeqNum\": 254\n            },\n            {\n                \"Lat\": 39.114467884,\n                \"Lon\": -76.777872198,\n                \"SeqNum\": 255\n            },\n            {\n                \"Lat\": 39.114347883,\n                \"Lon\": -76.778052198,\n                \"SeqNum\": 256\n            },\n            {\n                \"Lat\": 39.114297884,\n                \"Lon\": -76.778122198,\n                \"SeqNum\": 257\n            },\n            {\n                \"Lat\": 39.114147884,\n                \"Lon\": -76.778342198,\n                \"SeqNum\": 258\n            },\n            {\n                \"Lat\": 39.113657883,\n                \"Lon\": -76.779092198,\n                \"SeqNum\": 259\n            },\n            {\n                \"Lat\": 39.112977883,\n                \"Lon\": -76.780112198,\n                \"SeqNum\": 260\n            },\n            {\n                \"Lat\": 39.112527883,\n                \"Lon\": -76.780802198,\n                \"SeqNum\": 261\n            },\n            {\n                \"Lat\": 39.112087883,\n                \"Lon\": -76.781422198,\n                \"SeqNum\": 262\n            },\n            {\n                \"Lat\": 39.111247883,\n                \"Lon\": -76.782582198,\n                \"SeqNum\": 263\n            },\n            {\n                \"Lat\": 39.110297882,\n                \"Lon\": -76.783802199,\n                \"SeqNum\": 264\n            },\n            {\n                \"Lat\": 39.109747882,\n                \"Lon\": -76.784452199,\n                \"SeqNum\": 265\n            },\n            {\n                \"Lat\": 39.109507882,\n                \"Lon\": -76.7847422,\n                \"SeqNum\": 266\n            },\n            {\n                \"Lat\": 39.109067882,\n                \"Lon\": -76.7852622,\n                \"SeqNum\": 267\n            },\n            {\n                \"Lat\": 39.108067882,\n                \"Lon\": -76.7864522,\n                \"SeqNum\": 268\n            },\n            {\n                \"Lat\": 39.107297882,\n                \"Lon\": -76.787452201,\n                \"SeqNum\": 269\n            },\n            {\n                \"Lat\": 39.106947881,\n                \"Lon\": -76.7879322,\n                \"SeqNum\": 270\n            },\n            {\n                \"Lat\": 39.106797882,\n                \"Lon\": -76.788132199,\n                \"SeqNum\": 271\n            },\n            {\n                \"Lat\": 39.106557881,\n                \"Lon\": -76.7884822,\n                \"SeqNum\": 272\n            },\n            {\n                \"Lat\": 39.105677882,\n                \"Lon\": -76.7897522,\n                \"SeqNum\": 273\n            },\n            {\n                \"Lat\": 39.105047881,\n                \"Lon\": -76.790752201,\n                \"SeqNum\": 274\n            },\n            {\n                \"Lat\": 39.10380788,\n                \"Lon\": -76.792732201,\n                \"SeqNum\": 275\n            },\n            {\n                \"Lat\": 39.102457881,\n                \"Lon\": -76.794812201,\n                \"SeqNum\": 276\n            },\n            {\n                \"Lat\": 39.10093788,\n                \"Lon\": -76.796962203,\n                \"SeqNum\": 277\n            },\n            {\n                \"Lat\": 39.10024788,\n                \"Lon\": -76.797902203,\n                \"SeqNum\": 278\n            },\n            {\n                \"Lat\": 39.09981788,\n                \"Lon\": -76.798482204,\n                \"SeqNum\": 279\n            },\n            {\n                \"Lat\": 39.09888788,\n                \"Lon\": -76.799692204,\n                \"SeqNum\": 280\n            },\n            {\n                \"Lat\": 39.09885788,\n                \"Lon\": -76.799732203,\n                \"SeqNum\": 281\n            },\n            {\n                \"Lat\": 39.09771788,\n                \"Lon\": -76.801102204,\n                \"SeqNum\": 282\n            },\n            {\n                \"Lat\": 39.096837879,\n                \"Lon\": -76.802142204,\n                \"SeqNum\": 283\n            },\n            {\n                \"Lat\": 39.096637878,\n                \"Lon\": -76.802332203,\n                \"SeqNum\": 284\n            },\n            {\n                \"Lat\": 39.095927879,\n                \"Lon\": -76.803132204,\n                \"SeqNum\": 285\n            },\n            {\n                \"Lat\": 39.094197878,\n                \"Lon\": -76.805002205,\n                \"SeqNum\": 286\n            },\n            {\n                \"Lat\": 39.093367878,\n                \"Lon\": -76.805822205,\n                \"SeqNum\": 287\n            },\n            {\n                \"Lat\": 39.093157878,\n                \"Lon\": -76.806042205,\n                \"SeqNum\": 288\n            },\n            {\n                \"Lat\": 39.088607877,\n                \"Lon\": -76.810762207,\n                \"SeqNum\": 289\n            },\n            {\n                \"Lat\": 39.086367876,\n                \"Lon\": -76.813362207,\n                \"SeqNum\": 290\n            },\n            {\n                \"Lat\": 39.085457876,\n                \"Lon\": -76.814432206,\n                \"SeqNum\": 291\n            },\n            {\n                \"Lat\": 39.083677876,\n                \"Lon\": -76.816772208,\n                \"SeqNum\": 292\n            },\n            {\n                \"Lat\": 39.081137875,\n                \"Lon\": -76.820032209,\n                \"SeqNum\": 293\n            },\n            {\n                \"Lat\": 39.080207875,\n                \"Lon\": -76.821142209,\n                \"SeqNum\": 294\n            },\n            {\n                \"Lat\": 39.078857874,\n                \"Lon\": -76.822662209,\n                \"SeqNum\": 295\n            },\n            {\n                \"Lat\": 39.078217875,\n                \"Lon\": -76.82337221,\n                \"SeqNum\": 296\n            },\n            {\n                \"Lat\": 39.077417874,\n                \"Lon\": -76.82420221,\n                \"SeqNum\": 297\n            },\n            {\n                \"Lat\": 39.076467874,\n                \"Lon\": -76.82518221,\n                \"SeqNum\": 298\n            },\n            {\n                \"Lat\": 39.075387874,\n                \"Lon\": -76.82623221,\n                \"SeqNum\": 299\n            },\n            {\n                \"Lat\": 39.073487874,\n                \"Lon\": -76.828002211,\n                \"SeqNum\": 300\n            },\n            {\n                \"Lat\": 39.072197874,\n                \"Lon\": -76.829112212,\n                \"SeqNum\": 301\n            },\n            {\n                \"Lat\": 39.070657873,\n                \"Lon\": -76.830392211,\n                \"SeqNum\": 302\n            },\n            {\n                \"Lat\": 39.069267873,\n                \"Lon\": -76.831492212,\n                \"SeqNum\": 303\n            },\n            {\n                \"Lat\": 39.069037873,\n                \"Lon\": -76.831672211,\n                \"SeqNum\": 304\n            },\n            {\n                \"Lat\": 39.066917872,\n                \"Lon\": -76.833322212,\n                \"SeqNum\": 305\n            },\n            {\n                \"Lat\": 39.066097871,\n                \"Lon\": -76.833962211,\n                \"SeqNum\": 306\n            },\n            {\n                \"Lat\": 39.064857872,\n                \"Lon\": -76.834842213,\n                \"SeqNum\": 307\n            },\n            {\n                \"Lat\": 39.064357872,\n                \"Lon\": -76.835202212,\n                \"SeqNum\": 308\n            },\n            {\n                \"Lat\": 39.063727872,\n                \"Lon\": -76.835652213,\n                \"SeqNum\": 309\n            },\n            {\n                \"Lat\": 39.063507872,\n                \"Lon\": -76.835792213,\n                \"SeqNum\": 310\n            },\n            {\n                \"Lat\": 39.063067871,\n                \"Lon\": -76.836072212,\n                \"SeqNum\": 311\n            },\n            {\n                \"Lat\": 39.06172787,\n                \"Lon\": -76.836922212,\n                \"SeqNum\": 312\n            },\n            {\n                \"Lat\": 39.06038787,\n                \"Lon\": -76.837722213,\n                \"SeqNum\": 313\n            },\n            {\n                \"Lat\": 39.06007787,\n                \"Lon\": -76.837892212,\n                \"SeqNum\": 314\n            },\n            {\n                \"Lat\": 39.05874787,\n                \"Lon\": -76.838622213,\n                \"SeqNum\": 315\n            },\n            {\n                \"Lat\": 39.05679787,\n                \"Lon\": -76.839612214,\n                \"SeqNum\": 316\n            },\n            {\n                \"Lat\": 39.056137869,\n                \"Lon\": -76.839922213,\n                \"SeqNum\": 317\n            },\n            {\n                \"Lat\": 39.055437869,\n                \"Lon\": -76.840242213,\n                \"SeqNum\": 318\n            },\n            {\n                \"Lat\": 39.053717869,\n                \"Lon\": -76.840982213,\n                \"SeqNum\": 319\n            },\n            {\n                \"Lat\": 39.053427869,\n                \"Lon\": -76.841122214,\n                \"SeqNum\": 320\n            },\n            {\n                \"Lat\": 39.051207869,\n                \"Lon\": -76.842202214,\n                \"SeqNum\": 321\n            },\n            {\n                \"Lat\": 39.050877868,\n                \"Lon\": -76.842362214,\n                \"SeqNum\": 322\n            },\n            {\n                \"Lat\": 39.050347868,\n                \"Lon\": -76.842652214,\n                \"SeqNum\": 323\n            },\n            {\n                \"Lat\": 39.049067867,\n                \"Lon\": -76.843352214,\n                \"SeqNum\": 324\n            },\n            {\n                \"Lat\": 39.044567867,\n                \"Lon\": -76.846192214,\n                \"SeqNum\": 325\n            },\n            {\n                \"Lat\": 39.042987867,\n                \"Lon\": -76.847092215,\n                \"SeqNum\": 326\n            },\n            {\n                \"Lat\": 39.040147866,\n                \"Lon\": -76.848672215,\n                \"SeqNum\": 327\n            },\n            {\n                \"Lat\": 39.036907865,\n                \"Lon\": -76.850402216,\n                \"SeqNum\": 328\n            },\n            {\n                \"Lat\": 39.036557865,\n                \"Lon\": -76.850662216,\n                \"SeqNum\": 329\n            },\n            {\n                \"Lat\": 39.036167865,\n                \"Lon\": -76.850902216,\n                \"SeqNum\": 330\n            },\n            {\n                \"Lat\": 39.035907865,\n                \"Lon\": -76.851082216,\n                \"SeqNum\": 331\n            },\n            {\n                \"Lat\": 39.035377865,\n                \"Lon\": -76.851502215,\n                \"SeqNum\": 332\n            },\n            {\n                \"Lat\": 39.034277865,\n                \"Lon\": -76.852452215,\n                \"SeqNum\": 333\n            },\n            {\n                \"Lat\": 39.033687864,\n                \"Lon\": -76.852932216,\n                \"SeqNum\": 334\n            },\n            {\n                \"Lat\": 39.033377864,\n                \"Lon\": -76.853152217,\n                \"SeqNum\": 335\n            },\n            {\n                \"Lat\": 39.033237864,\n                \"Lon\": -76.853222217,\n                \"SeqNum\": 336\n            },\n            {\n                \"Lat\": 39.033157865,\n                \"Lon\": -76.853952217,\n                \"SeqNum\": 337\n            },\n            {\n                \"Lat\": 39.033087865,\n                \"Lon\": -76.854502216,\n                \"SeqNum\": 338\n            },\n            {\n                \"Lat\": 39.032877864,\n                \"Lon\": -76.856312217,\n                \"SeqNum\": 339\n            },\n            {\n                \"Lat\": 39.032827864,\n                \"Lon\": -76.857112217,\n                \"SeqNum\": 340\n            },\n            {\n                \"Lat\": 39.032827864,\n                \"Lon\": -76.857442217,\n                \"SeqNum\": 341\n            },\n            {\n                \"Lat\": 39.032867864,\n                \"Lon\": -76.857882217,\n                \"SeqNum\": 342\n            },\n            {\n                \"Lat\": 39.032907864,\n                \"Lon\": -76.858202218,\n                \"SeqNum\": 343\n            },\n            {\n                \"Lat\": 39.032987865,\n                \"Lon\": -76.858602217,\n                \"SeqNum\": 344\n            },\n            {\n                \"Lat\": 39.033157864,\n                \"Lon\": -76.859212218,\n                \"SeqNum\": 345\n            },\n            {\n                \"Lat\": 39.033347864,\n                \"Lon\": -76.859652218,\n                \"SeqNum\": 346\n            },\n            {\n                \"Lat\": 39.033507864,\n                \"Lon\": -76.859992218,\n                \"SeqNum\": 347\n            },\n            {\n                \"Lat\": 39.033787864,\n                \"Lon\": -76.860462219,\n                \"SeqNum\": 348\n            },\n            {\n                \"Lat\": 39.034547865,\n                \"Lon\": -76.861522219,\n                \"SeqNum\": 349\n            },\n            {\n                \"Lat\": 39.034727864,\n                \"Lon\": -76.861842219,\n                \"SeqNum\": 350\n            },\n            {\n                \"Lat\": 39.034887865,\n                \"Lon\": -76.862232219,\n                \"SeqNum\": 351\n            },\n            {\n                \"Lat\": 39.034977865,\n                \"Lon\": -76.862612218,\n                \"SeqNum\": 352\n            },\n            {\n                \"Lat\": 39.035037864,\n                \"Lon\": -76.863032219,\n                \"SeqNum\": 353\n            },\n            {\n                \"Lat\": 39.035047864,\n                \"Lon\": -76.863372219,\n                \"SeqNum\": 354\n            },\n            {\n                \"Lat\": 39.035017865,\n                \"Lon\": -76.86382222,\n                \"SeqNum\": 355\n            },\n            {\n                \"Lat\": 39.034947864,\n                \"Lon\": -76.86416222,\n                \"SeqNum\": 356\n            },\n            {\n                \"Lat\": 39.034847864,\n                \"Lon\": -76.864492219,\n                \"SeqNum\": 357\n            },\n            {\n                \"Lat\": 39.034717864,\n                \"Lon\": -76.86482222,\n                \"SeqNum\": 358\n            },\n            {\n                \"Lat\": 39.034457864,\n                \"Lon\": -76.86526222,\n                \"SeqNum\": 359\n            },\n            {\n                \"Lat\": 39.033727864,\n                \"Lon\": -76.86632222,\n                \"SeqNum\": 360\n            },\n            {\n                \"Lat\": 39.033387864,\n                \"Lon\": -76.866852221,\n                \"SeqNum\": 361\n            },\n            {\n                \"Lat\": 39.032987864,\n                \"Lon\": -76.86746222,\n                \"SeqNum\": 362\n            },\n            {\n                \"Lat\": 39.032517864,\n                \"Lon\": -76.86829222,\n                \"SeqNum\": 363\n            },\n            {\n                \"Lat\": 39.032417863,\n                \"Lon\": -76.868482221,\n                \"SeqNum\": 364\n            },\n            {\n                \"Lat\": 39.032307864,\n                \"Lon\": -76.868772221,\n                \"SeqNum\": 365\n            },\n            {\n                \"Lat\": 39.032237864,\n                \"Lon\": -76.869082221,\n                \"SeqNum\": 366\n            },\n            {\n                \"Lat\": 39.032207863,\n                \"Lon\": -76.869412221,\n                \"SeqNum\": 367\n            },\n            {\n                \"Lat\": 39.032187864,\n                \"Lon\": -76.869692221,\n                \"SeqNum\": 368\n            },\n            {\n                \"Lat\": 39.032197864,\n                \"Lon\": -76.869902221,\n                \"SeqNum\": 369\n            },\n            {\n                \"Lat\": 39.032297864,\n                \"Lon\": -76.870832221,\n                \"SeqNum\": 370\n            },\n            {\n                \"Lat\": 39.032347864,\n                \"Lon\": -76.871162222,\n                \"SeqNum\": 371\n            },\n            {\n                \"Lat\": 39.032337864,\n                \"Lon\": -76.871612221,\n                \"SeqNum\": 372\n            },\n            {\n                \"Lat\": 39.032287863,\n                \"Lon\": -76.871962222,\n                \"SeqNum\": 373\n            },\n            {\n                \"Lat\": 39.032137863,\n                \"Lon\": -76.872572222,\n                \"SeqNum\": 374\n            },\n            {\n                \"Lat\": 39.032097863,\n                \"Lon\": -76.872682222,\n                \"SeqNum\": 375\n            },\n            {\n                \"Lat\": 39.031937863,\n                \"Lon\": -76.873162222,\n                \"SeqNum\": 376\n            },\n            {\n                \"Lat\": 39.031557863,\n                \"Lon\": -76.874262222,\n                \"SeqNum\": 377\n            },\n            {\n                \"Lat\": 39.031487864,\n                \"Lon\": -76.874572223,\n                \"SeqNum\": 378\n            },\n            {\n                \"Lat\": 39.031437863,\n                \"Lon\": -76.875032223,\n                \"SeqNum\": 379\n            },\n            {\n                \"Lat\": 39.031427863,\n                \"Lon\": -76.875362223,\n                \"SeqNum\": 380\n            },\n            {\n                \"Lat\": 39.031447864,\n                \"Lon\": -76.875692223,\n                \"SeqNum\": 381\n            },\n            {\n                \"Lat\": 39.031507863,\n                \"Lon\": -76.876032222,\n                \"SeqNum\": 382\n            },\n            {\n                \"Lat\": 39.031557863,\n                \"Lon\": -76.876272223,\n                \"SeqNum\": 383\n            },\n            {\n                \"Lat\": 39.031647863,\n                \"Lon\": -76.876482224,\n                \"SeqNum\": 384\n            },\n            {\n                \"Lat\": 39.031777864,\n                \"Lon\": -76.876762223,\n                \"SeqNum\": 385\n            },\n            {\n                \"Lat\": 39.031917863,\n                \"Lon\": -76.876982224,\n                \"SeqNum\": 386\n            },\n            {\n                \"Lat\": 39.032777863,\n                \"Lon\": -76.878092224,\n                \"SeqNum\": 387\n            },\n            {\n                \"Lat\": 39.032967863,\n                \"Lon\": -76.878362223,\n                \"SeqNum\": 388\n            },\n            {\n                \"Lat\": 39.033187864,\n                \"Lon\": -76.878752224,\n                \"SeqNum\": 389\n            },\n            {\n                \"Lat\": 39.033437863,\n                \"Lon\": -76.879372224,\n                \"SeqNum\": 390\n            },\n            {\n                \"Lat\": 39.033577863,\n                \"Lon\": -76.879912225,\n                \"SeqNum\": 391\n            },\n            {\n                \"Lat\": 39.033607863,\n                \"Lon\": -76.880242225,\n                \"SeqNum\": 392\n            },\n            {\n                \"Lat\": 39.033597864,\n                \"Lon\": -76.880472225,\n                \"SeqNum\": 393\n            },\n            {\n                \"Lat\": 39.033567863,\n                \"Lon\": -76.880692225,\n                \"SeqNum\": 394\n            },\n            {\n                \"Lat\": 39.033507864,\n                \"Lon\": -76.880902225,\n                \"SeqNum\": 395\n            },\n            {\n                \"Lat\": 39.033427863,\n                \"Lon\": -76.881112225,\n                \"SeqNum\": 396\n            },\n            {\n                \"Lat\": 39.033287864,\n                \"Lon\": -76.881352225,\n                \"SeqNum\": 397\n            },\n            {\n                \"Lat\": 39.033187864,\n                \"Lon\": -76.881512225,\n                \"SeqNum\": 398\n            },\n            {\n                \"Lat\": 39.032917863,\n                \"Lon\": -76.881802224,\n                \"SeqNum\": 399\n            },\n            {\n                \"Lat\": 39.032607863,\n                \"Lon\": -76.882142225,\n                \"SeqNum\": 400\n            },\n            {\n                \"Lat\": 39.032557864,\n                \"Lon\": -76.882212225,\n                \"SeqNum\": 401\n            },\n            {\n                \"Lat\": 39.032437863,\n                \"Lon\": -76.882352225,\n                \"SeqNum\": 402\n            },\n            {\n                \"Lat\": 39.032337863,\n                \"Lon\": -76.882502225,\n                \"SeqNum\": 403\n            },\n            {\n                \"Lat\": 39.032197863,\n                \"Lon\": -76.882822226,\n                \"SeqNum\": 404\n            },\n            {\n                \"Lat\": 39.032117864,\n                \"Lon\": -76.883102225,\n                \"SeqNum\": 405\n            },\n            {\n                \"Lat\": 39.032037864,\n                \"Lon\": -76.883452226,\n                \"SeqNum\": 406\n            },\n            {\n                \"Lat\": 39.031997863,\n                \"Lon\": -76.883742226,\n                \"SeqNum\": 407\n            },\n            {\n                \"Lat\": 39.031927863,\n                \"Lon\": -76.884262225,\n                \"SeqNum\": 408\n            },\n            {\n                \"Lat\": 39.031897863,\n                \"Lon\": -76.884822226,\n                \"SeqNum\": 409\n            },\n            {\n                \"Lat\": 39.031887863,\n                \"Lon\": -76.885742226,\n                \"SeqNum\": 410\n            },\n            {\n                \"Lat\": 39.031947863,\n                \"Lon\": -76.886812227,\n                \"SeqNum\": 411\n            },\n            {\n                \"Lat\": 39.032097863,\n                \"Lon\": -76.888972227,\n                \"SeqNum\": 412\n            },\n            {\n                \"Lat\": 39.032107863,\n                \"Lon\": -76.889162228,\n                \"SeqNum\": 413\n            },\n            {\n                \"Lat\": 39.032127862,\n                \"Lon\": -76.890022227,\n                \"SeqNum\": 414\n            },\n            {\n                \"Lat\": 39.032067862,\n                \"Lon\": -76.891022228,\n                \"SeqNum\": 415\n            },\n            {\n                \"Lat\": 39.031787862,\n                \"Lon\": -76.893982228,\n                \"SeqNum\": 416\n            },\n            {\n                \"Lat\": 39.031737862,\n                \"Lon\": -76.894402229,\n                \"SeqNum\": 417\n            },\n            {\n                \"Lat\": 39.031337863,\n                \"Lon\": -76.89849223,\n                \"SeqNum\": 418\n            },\n            {\n                \"Lat\": 39.031297862,\n                \"Lon\": -76.899032231,\n                \"SeqNum\": 419\n            },\n            {\n                \"Lat\": 39.031307863,\n                \"Lon\": -76.899352231,\n                \"SeqNum\": 420\n            },\n            {\n                \"Lat\": 39.031367862,\n                \"Lon\": -76.89957223,\n                \"SeqNum\": 421\n            },\n            {\n                \"Lat\": 39.031417863,\n                \"Lon\": -76.899672231,\n                \"SeqNum\": 422\n            },\n            {\n                \"Lat\": 39.030797862,\n                \"Lon\": -76.900132231,\n                \"SeqNum\": 423\n            },\n            {\n                \"Lat\": 39.029907861,\n                \"Lon\": -76.90074223,\n                \"SeqNum\": 424\n            },\n            {\n                \"Lat\": 39.029487862,\n                \"Lon\": -76.901082231,\n                \"SeqNum\": 425\n            },\n            {\n                \"Lat\": 39.029297862,\n                \"Lon\": -76.901202231,\n                \"SeqNum\": 426\n            },\n            {\n                \"Lat\": 39.029087862,\n                \"Lon\": -76.901292231,\n                \"SeqNum\": 427\n            },\n            {\n                \"Lat\": 39.028767861,\n                \"Lon\": -76.901382231,\n                \"SeqNum\": 428\n            },\n            {\n                \"Lat\": 39.028427862,\n                \"Lon\": -76.901402231,\n                \"SeqNum\": 429\n            },\n            {\n                \"Lat\": 39.028037861,\n                \"Lon\": -76.90136223,\n                \"SeqNum\": 430\n            },\n            {\n                \"Lat\": 39.027407861,\n                \"Lon\": -76.90126223,\n                \"SeqNum\": 431\n            },\n            {\n                \"Lat\": 39.026767862,\n                \"Lon\": -76.90116223,\n                \"SeqNum\": 432\n            },\n            {\n                \"Lat\": 39.026457861,\n                \"Lon\": -76.901142231,\n                \"SeqNum\": 433\n            },\n            {\n                \"Lat\": 39.026167861,\n                \"Lon\": -76.901142231,\n                \"SeqNum\": 434\n            },\n            {\n                \"Lat\": 39.025357861,\n                \"Lon\": -76.901212231,\n                \"SeqNum\": 435\n            },\n            {\n                \"Lat\": 39.024047861,\n                \"Lon\": -76.90139223,\n                \"SeqNum\": 436\n            },\n            {\n                \"Lat\": 39.023717861,\n                \"Lon\": -76.901412231,\n                \"SeqNum\": 437\n            },\n            {\n                \"Lat\": 39.023077861,\n                \"Lon\": -76.90140223,\n                \"SeqNum\": 438\n            },\n            {\n                \"Lat\": 39.02287786,\n                \"Lon\": -76.901402231,\n                \"SeqNum\": 439\n            },\n            {\n                \"Lat\": 39.022637861,\n                \"Lon\": -76.90137223,\n                \"SeqNum\": 440\n            },\n            {\n                \"Lat\": 39.02229786,\n                \"Lon\": -76.90132223,\n                \"SeqNum\": 441\n            },\n            {\n                \"Lat\": 39.021747861,\n                \"Lon\": -76.90116223,\n                \"SeqNum\": 442\n            },\n            {\n                \"Lat\": 39.02135786,\n                \"Lon\": -76.90100223,\n                \"SeqNum\": 443\n            },\n            {\n                \"Lat\": 39.02076786,\n                \"Lon\": -76.90073223,\n                \"SeqNum\": 444\n            },\n            {\n                \"Lat\": 39.02020786,\n                \"Lon\": -76.90043223,\n                \"SeqNum\": 445\n            },\n            {\n                \"Lat\": 39.01952786,\n                \"Lon\": -76.90003223,\n                \"SeqNum\": 446\n            },\n            {\n                \"Lat\": 39.01858786,\n                \"Lon\": -76.89943223,\n                \"SeqNum\": 447\n            },\n            {\n                \"Lat\": 39.01775786,\n                \"Lon\": -76.89884223,\n                \"SeqNum\": 448\n            },\n            {\n                \"Lat\": 39.01670786,\n                \"Lon\": -76.89802223,\n                \"SeqNum\": 449\n            },\n            {\n                \"Lat\": 39.01606786,\n                \"Lon\": -76.897492228,\n                \"SeqNum\": 450\n            },\n            {\n                \"Lat\": 39.01539786,\n                \"Lon\": -76.896882229,\n                \"SeqNum\": 451\n            },\n            {\n                \"Lat\": 39.014987859,\n                \"Lon\": -76.896462229,\n                \"SeqNum\": 452\n            },\n            {\n                \"Lat\": 39.014697859,\n                \"Lon\": -76.896142228,\n                \"SeqNum\": 453\n            },\n            {\n                \"Lat\": 39.014307859,\n                \"Lon\": -76.895702228,\n                \"SeqNum\": 454\n            },\n            {\n                \"Lat\": 39.013627859,\n                \"Lon\": -76.894862228,\n                \"SeqNum\": 455\n            },\n            {\n                \"Lat\": 39.013427859,\n                \"Lon\": -76.894602228,\n                \"SeqNum\": 456\n            },\n            {\n                \"Lat\": 39.012337859,\n                \"Lon\": -76.893052227,\n                \"SeqNum\": 457\n            },\n            {\n                \"Lat\": 39.012197859,\n                \"Lon\": -76.892872227,\n                \"SeqNum\": 458\n            },\n            {\n                \"Lat\": 39.012007859,\n                \"Lon\": -76.892662227,\n                \"SeqNum\": 459\n            },\n            {\n                \"Lat\": 39.011787859,\n                \"Lon\": -76.892432226,\n                \"SeqNum\": 460\n            },\n            {\n                \"Lat\": 39.010407858,\n                \"Lon\": -76.895642228,\n                \"SeqNum\": 461\n            },\n            {\n                \"Lat\": 39.010277858,\n                \"Lon\": -76.895952228,\n                \"SeqNum\": 462\n            },\n            {\n                \"Lat\": 39.010127858,\n                \"Lon\": -76.896452228,\n                \"SeqNum\": 463\n            },\n            {\n                \"Lat\": 39.010037859,\n                \"Lon\": -76.896962228,\n                \"SeqNum\": 464\n            },\n            {\n                \"Lat\": 39.010007858,\n                \"Lon\": -76.897352228,\n                \"SeqNum\": 465\n            },\n            {\n                \"Lat\": 39.009997858,\n                \"Lon\": -76.897832228,\n                \"SeqNum\": 466\n            },\n            {\n                \"Lat\": 39.009937858,\n                \"Lon\": -76.90128223,\n                \"SeqNum\": 467\n            },\n            {\n                \"Lat\": 39.009937858,\n                \"Lon\": -76.901722229,\n                \"SeqNum\": 468\n            },\n            {\n                \"Lat\": 39.009917858,\n                \"Lon\": -76.90255223,\n                \"SeqNum\": 469\n            },\n            {\n                \"Lat\": 39.009907858,\n                \"Lon\": -76.90295223,\n                \"SeqNum\": 470\n            },\n            {\n                \"Lat\": 39.009857858,\n                \"Lon\": -76.90326223,\n                \"SeqNum\": 471\n            },\n            {\n                \"Lat\": 39.011087858,\n                \"Lon\": -76.90405223,\n                \"SeqNum\": 472\n            },\n            {\n                \"Lat\": 39.011247859,\n                \"Lon\": -76.904202231,\n                \"SeqNum\": 473\n            },\n            {\n                \"Lat\": 39.011487858,\n                \"Lon\": -76.904502231,\n                \"SeqNum\": 474\n            },\n            {\n                \"Lat\": 39.012497858,\n                \"Lon\": -76.906112231,\n                \"SeqNum\": 475\n            },\n            {\n                \"Lat\": 39.013077858,\n                \"Lon\": -76.907102232,\n                \"SeqNum\": 476\n            },\n            {\n                \"Lat\": 39.013137858,\n                \"Lon\": -76.907282232,\n                \"SeqNum\": 477\n            },\n            {\n                \"Lat\": 39.013177858,\n                \"Lon\": -76.907562232,\n                \"SeqNum\": 478\n            },\n            {\n                \"Lat\": 39.013157864,\n                \"Lon\": -76.907858342,\n                \"SeqNum\": 479\n            },\n            {\n                \"Lat\": 39.01304275,\n                \"Lon\": -76.908103919,\n                \"SeqNum\": 480\n            },\n            {\n                \"Lat\": 39.013076554,\n                \"Lon\": -76.908223356,\n                \"SeqNum\": 481\n            },\n            {\n                \"Lat\": 39.013080434,\n                \"Lon\": -76.908353224,\n                \"SeqNum\": 482\n            },\n            {\n                \"Lat\": 39.013049125,\n                \"Lon\": -76.908617943,\n                \"SeqNum\": 483\n            },\n            {\n                \"Lat\": 39.012976329,\n                \"Lon\": -76.90870545,\n                \"SeqNum\": 484\n            },\n            {\n                \"Lat\": 39.012883537,\n                \"Lon\": -76.908852245,\n                \"SeqNum\": 485\n            },\n            {\n                \"Lat\": 39.011595754,\n                \"Lon\": -76.909996671,\n                \"SeqNum\": 486\n            }\n        ],\n        \"Stops\": [\n            {\n                \"Lat\": 39.191491,\n                \"Lon\": -76.673025,\n                \"Name\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003039\"\n            },\n            {\n                \"Lat\": 39.181777,\n                \"Lon\": -76.672053,\n                \"Name\": \"BWI + LOADING AREA SIGN\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"0\"\n            },\n            {\n                \"Lat\": 39.181166,\n                \"Lon\": -76.671718,\n                \"Name\": \"BWI AIRPORT + STOP 1\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3004114\"\n            },\n            {\n                \"Lat\": 39.181321,\n                \"Lon\": -76.668936,\n                \"Name\": \"BWI AIRPORT + STOP 2\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003038\"\n            },\n            {\n                \"Lat\": 39.184172,\n                \"Lon\": -76.671663,\n                \"Name\": \"BWI + EXIT SIGN\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"0\"\n            },\n            {\n                \"Lat\": 39.011425,\n                \"Lon\": -76.904307,\n                \"Name\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                \"Routes\": [\n                    \"81\",\n                    \"87\",\n                    \"87c\",\n                    \"87cv1\",\n                    \"89\",\n                    \"89M\",\n                    \"89v1\",\n                    \"B30\",\n                    \"C2\",\n                    \"G12\",\n                    \"G13\",\n                    \"G14\",\n                    \"G16\",\n                    \"G16v1\",\n                    \"R11\",\n                    \"R12\",\n                    \"R3\"\n                ],\n                \"StopID\": \"3002578\"\n            },\n            {\n                \"Lat\": 39.011724,\n                \"Lon\": -76.910024,\n                \"Name\": \"GREENBELT STATION + BUS BAY D\",\n                \"Routes\": [\n                    \"B30\"\n                ],\n                \"StopID\": \"3003037\"\n            }\n        ],\n        \"TripHeadsign\": \"GREENBELT STATION\"\n    },\n    \"Name\": \"B30 - B30 GREENBELT-BWI (647)\",\n    \"RouteID\": \"B30\"\n}"}}}}}},"summary":"JSON - Path Details"}},"/json/jRouteSchedule":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns schedules for a given route variant for a given date.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Direction0/Direction1</td>\r\n\r\n<td>\r\nArrays containing trip information (<a href=\r\n\"#Trip\">Trip</a>).<br>\r\n<br>\r\nMost routes will return content in both Direction0 and\r\nDirection1 elements, though a few (especially ones which run in\r\na loop, such as the U8) will return content only for Direction0\r\nand NULL content for Direction1.<br>\r\n<br>\r\n0 or 1 are binary properties. There is no specific mapping to\r\ndirection, but a different value for the same route signifies\r\nthat the route is in an opposite direction.\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Descriptive name for the route.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Trip\" name=\"Trip\">Trip Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td style=\"text-decoration: line-through\">DirectionNum</td>\r\n\r\n<td><span class=\"text-danger\">Deprecated.</span> Use the\r\nTripDirectionText element to denote the general direction of the\r\ntrip.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>EndTime</td>\r\n\r\n<td>Scheduled end date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Bus route variant. This can be used in several other bus\r\nmethods which accept variants.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StartTime</td>\r\n\r\n<td>Scheduled start date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopTimes</td>\r\n\r\n<td>\r\nArray containing location and time information (<a href=\r\n\"#StopTime\">StopTime</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripDirectionText</td>\r\n\r\n<td>General direction of the trip (NORTH, SOUTH, EAST, WEST, LOOP,\r\netc.).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripHeadsign</td>\r\n\r\n<td>Descriptive text of where the bus is headed. This is similar,\r\nbut not necessarily identical, to what is displayed on the\r\nbus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripID</td>\r\n\r\n<td>Unique trip ID. This can be correlated with the data returned\r\nfrom the schedule-related methods.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"StopTime\" name=\"StopTime\">StopTime Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopName</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopSeq</td>\r\n\r\n<td>Order of the stop in the sequence of StopTimes.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Time</td>\r\n\r\n<td>Scheduled departure date and time (Eastern Standard Time) from\r\nthis stop. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d6b","parameters":[{"description":"Bus route variant, e.g.: 70, 10A, 10Av1, etc.","in":"query","name":"RouteID","required":true,"schema":{"type":"string","enum":["70"],"default":"70"}},{"description":"Date in YYYY-MM-DD format for which to retrieve schedule.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}},{"description":"Whether or not to include variations if a base route is specified in RouteID.  For example, if B30 is specified and IncludingVariations is set to true, data for all variations of B30 such as B30v1, B30v2, etc. will be returned.","in":"query","name":"IncludingVariations","schema":{"type":"boolean","enum":[false,true],"default":false}}],"responses":{"200":{"description":"Default response code.","content":{"application/json":{"examples":{"response":{"value":"{\n    \"Direction0\": [\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:45:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T06:10:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T06:10:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T06:10:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T06:39:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T06:39:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T06:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T06:41:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T06:45:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794828\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:15:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T06:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T06:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T06:40:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T07:09:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T07:09:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T07:09:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T07:11:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T07:15:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794829\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:55:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T07:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T07:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T07:20:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T07:49:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T07:49:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T07:49:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T07:51:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T07:55:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794830\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:35:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T08:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T08:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T08:00:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T08:29:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T08:29:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T08:29:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T08:31:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T08:35:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794831\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T09:15:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T08:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T08:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T08:40:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T09:09:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T09:09:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T09:09:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T09:11:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T09:15:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794832\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T09:55:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T09:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T09:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T09:20:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T09:49:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T09:49:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T09:49:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T09:51:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T09:55:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794833\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T10:35:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T10:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T10:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T10:00:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T10:29:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T10:29:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T10:29:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T10:31:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T10:35:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794834\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T11:15:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T10:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T10:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T10:40:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T11:09:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T11:09:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T11:09:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T11:11:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T11:15:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794835\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T11:55:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T11:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T11:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T11:20:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T11:49:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T11:49:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T11:49:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T11:51:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T11:55:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794836\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T12:35:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T12:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T12:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T12:00:38\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T12:29:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T12:29:29\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T12:29:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T12:31:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T12:35:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794837\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T13:17:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T12:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T12:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T12:40:40\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T13:10:24\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T13:10:28\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T13:10:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T13:12:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T13:17:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794838\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T13:57:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T13:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T13:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T13:20:40\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T13:50:24\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T13:50:28\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T13:50:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T13:52:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T13:57:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794839\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T14:37:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T14:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T14:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T14:00:40\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T14:30:24\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T14:30:28\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T14:30:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T14:32:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T14:37:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794840\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:21:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T14:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T14:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T14:40:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T15:14:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T15:14:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T15:14:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T15:16:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T15:21:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794841\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:01:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T15:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T15:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T15:20:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T15:54:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T15:54:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T15:54:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T15:56:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T16:01:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794842\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:41:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T16:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T16:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T16:00:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T16:34:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T16:34:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T16:34:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T16:36:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T16:41:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794843\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:21:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T16:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T16:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T16:40:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T17:14:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T17:14:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T17:14:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T17:16:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T17:21:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794844\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:01:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T17:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T17:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T17:20:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T17:54:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T17:54:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T17:54:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T17:56:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T18:01:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794845\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:41:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T18:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T18:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T18:00:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T18:34:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T18:34:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T18:34:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T18:36:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T18:41:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794846\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:21:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T18:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T18:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T18:40:45\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T19:14:19\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T19:14:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T19:14:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T19:16:16\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T19:21:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794847\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:58:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T19:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T19:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T19:20:42\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T19:52:21\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T19:52:26\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T19:52:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T19:54:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T19:58:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794848\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T20:38:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T20:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T20:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T20:00:42\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T20:32:21\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T20:32:26\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T20:32:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T20:34:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T20:38:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794849\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T21:18:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T20:40:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T20:40:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T20:40:42\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T21:12:21\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T21:12:26\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T21:12:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T21:14:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T21:18:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794850\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T21:58:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T21:20:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T21:20:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T21:20:42\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T21:52:21\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T21:52:26\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T21:52:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T21:54:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T21:58:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794827\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T22:38:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T22:00:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T22:00:00\"\n                },\n                {\n                    \"StopID\": \"3002579\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 6,\n                    \"Time\": \"2014-10-27T22:00:42\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 63,\n                    \"Time\": \"2014-10-27T22:32:21\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 64,\n                    \"Time\": \"2014-10-27T22:32:26\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 68,\n                    \"Time\": \"2014-10-27T22:32:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 70,\n                    \"Time\": \"2014-10-27T22:34:03\"\n                },\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 75,\n                    \"Time\": \"2014-10-27T22:38:00\"\n                }\n            ],\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"BWI - THURGOOD MARSHALL  AIRPORT\",\n            \"TripID\": \"6794851\"\n        }\n    ],\n    \"Direction1\": [\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:32:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T06:54:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T06:54:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T06:58:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T06:58:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T06:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T07:00:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T07:31:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T07:32:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794859\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:12:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T07:34:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T07:34:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T07:38:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T07:38:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T07:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T07:40:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T08:11:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T08:12:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794860\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:52:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T08:14:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T08:14:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T08:18:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T08:18:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T08:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T08:20:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T08:51:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T08:52:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794861\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:29:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T08:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T08:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T08:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T08:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T08:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T09:00:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T09:28:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T09:29:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794862\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:09:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T09:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T09:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T09:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T09:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T09:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T09:40:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T10:08:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T10:09:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794858\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:49:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T10:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T10:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T10:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T10:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T10:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T10:20:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T10:48:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T10:49:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794863\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:29:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T10:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T10:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T10:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T10:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T10:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T11:00:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T11:28:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T11:29:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794864\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:09:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T11:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T11:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T11:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T11:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T11:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T11:40:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T12:08:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T12:09:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794865\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:49:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T12:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T12:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T12:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T12:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T12:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T12:20:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T12:48:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T12:49:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794866\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:29:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T12:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T12:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T12:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T12:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T12:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T13:00:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T13:28:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T13:29:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794867\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:09:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T13:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T13:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T13:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T13:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T13:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T13:40:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T14:08:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T14:09:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794868\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:52:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T14:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T14:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T14:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T14:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T14:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T14:20:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T14:51:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T14:52:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794869\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:32:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T14:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T14:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T14:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T14:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T14:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T15:00:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T15:31:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T15:32:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794870\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:12:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T15:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T15:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T15:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T15:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T15:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T15:40:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T16:11:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T16:12:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794871\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:52:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T16:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T16:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T16:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T16:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T16:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T16:20:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T16:51:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T16:52:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794872\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:32:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T16:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T16:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T16:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T16:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T16:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T17:00:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T17:31:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T17:32:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794873\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:12:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T17:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T17:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T17:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T17:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T17:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T17:40:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T18:11:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T18:12:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794874\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:52:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T18:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T18:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T18:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T18:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T18:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T18:20:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T18:51:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T18:52:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794875\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:32:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T18:53:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T18:53:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T18:58:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T18:58:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T18:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T19:00:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T19:31:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T19:32:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794876\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:12:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T19:33:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T19:33:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T19:38:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T19:38:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T19:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T19:40:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T20:11:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T20:12:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794852\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:52:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T20:13:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T20:13:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T20:18:09\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T20:18:24\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T20:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T20:20:18\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T20:51:26\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T20:52:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794853\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T21:29:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T20:54:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T20:54:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T20:58:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T20:58:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T20:59:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T21:00:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T21:28:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T21:29:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794854\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:09:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T21:34:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T21:34:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T21:38:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T21:38:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T21:39:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T21:40:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T22:08:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T22:09:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794857\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:49:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T22:14:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T22:14:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T22:18:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T22:18:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T22:19:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T22:20:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T22:48:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T22:49:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794855\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T23:19:00\",\n            \"RouteID\": \"B30\",\n            \"StartTime\": \"2014-10-27T22:44:00\",\n            \"StopTimes\": [\n                {\n                    \"StopID\": \"3003039\",\n                    \"StopName\": \"BWI BUSINESS DISTRICT LIGHT RAIL ST\",\n                    \"StopSeq\": 1,\n                    \"Time\": \"2014-10-27T22:44:00\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + LOADING AREA SIGN\",\n                    \"StopSeq\": 12,\n                    \"Time\": \"2014-10-27T22:48:25\"\n                },\n                {\n                    \"StopID\": \"3004114\",\n                    \"StopName\": \"BWI AIRPORT + STOP 1\",\n                    \"StopSeq\": 13,\n                    \"Time\": \"2014-10-27T22:48:38\"\n                },\n                {\n                    \"StopID\": \"3003038\",\n                    \"StopName\": \"BWI AIRPORT + STOP 2\",\n                    \"StopSeq\": 17,\n                    \"Time\": \"2014-10-27T22:49:59\"\n                },\n                {\n                    \"StopID\": \"0\",\n                    \"StopName\": \"BWI + EXIT SIGN\",\n                    \"StopSeq\": 19,\n                    \"Time\": \"2014-10-27T22:50:16\"\n                },\n                {\n                    \"StopID\": \"3002578\",\n                    \"StopName\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n                    \"StopSeq\": 79,\n                    \"Time\": \"2014-10-27T23:18:29\"\n                },\n                {\n                    \"StopID\": \"3003037\",\n                    \"StopName\": \"GREENBELT STATION + BUS BAY D\",\n                    \"StopSeq\": 82,\n                    \"Time\": \"2014-10-27T23:19:00\"\n                }\n            ],\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794856\"\n        }\n    ],\n    \"Name\": \"B30 - B30 GREENBELT-BWI (647)\"\n}"}}}}}},"summary":"JSON - Schedule"}},"/json/jRoutes":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a list of all bus route variants (patterns). For example, the 10A\r\nand 10Av1 are the same route, but may stop at slightly different locations.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>\r\nArray containing route variant information (<a href=\r\n\"#Route\">Route</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Route\" name=\"Route\">Route Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Descriptive name of the route variant.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Unique identifier for a given route variant. Can be used in\r\nvarious other bus-related methods.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>LineDescription</td>\r\n\r\n<td>Denotes the route variant’s grouping – lines are a combination of routes which lie in the same corridor and which have significant portions of their paths along the same roadways.</td>\r\n</tr> \r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d6a","responses":{"200":{"description":"Default response type.","content":{"application/json":{"examples":{"response":{"value":"{  \n\t\"Routes\": [\n\t\t{\n\t\t  \"RouteID\": \"10A\",\n\t\t  \"Name\": \"10A - HUNTING POINT -PENTAGON\",\n\t\t  \"LineDescription\": \"Hunting Point-Pentagon Line\"\n\t\t},\n\t\t{\n\t\t  \"RouteID\": \"10Av1\",\n\t\t  \"Name\": \"10A - PENDELTON+COLUMBUS-PENTAGON\",\n\t\t  \"LineDescription\": \"Hunting Point-Pentagon Line\"\n\t\t},\n\t\t{\n\t\t  \"RouteID\": \"10B\",\n\t\t  \"Name\": \"10B - HUNTING POINT - BALLSTON STA\",\n\t\t  \"LineDescription\": \"Hunting Point-Ballston Line\"\n\t\t},\n\t\t{\n\t\t  \"RouteID\": \"10Bc\",\n\t\t  \"Name\": \"10B - BALLSTON STA - PENDLETON+COLUMBS\",\n\t\t  \"LineDescription\": \"Hunting Point-Ballston Line\"\n\t\t}\n        ]\n}"}}}}}},"summary":"JSON - Routes"}},"/json/jStopSchedule":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a set of buses scheduled at a stop for a given date.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>ScheduleArrivals</td>\r\n\r\n<td>\r\nArray containing scheduled arrival information (<a href=\r\n\"#ScheduleArrival\">ScheduleArrival</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Stop</td>\r\n\r\n<td>\r\nStructure describing <a href=\"#Stop\">stop</a> information.\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"ScheduleArrival\" name=\r\n\"ScheduleArrival\">ScheduleArrival Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>DirectionNum</td>\r\n\r\n<td>Denotes a binary direction (0 or 1) of the bus. There is no\r\nspecific mapping to direction, but a different value for the same\r\nroute signifies that the buses are traveling in opposite\r\ndirections. Use the TripDirectionText element to show the actual\r\ndestination of the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>EndTime</td>\r\n\r\n<td>Scheduled end date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>RouteID</td>\r\n\r\n<td>Bus route variant identifier (pattern). This variant can be\r\nused in several other bus methods which accept variants. Note that\r\ncustomers will never see anything other than the base route name,\r\nso variants 10A, 10Av1, 10Av2, etc. will be displayed as 10A on the\r\nbus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>ScheduleTime</td>\r\n\r\n<td>Date and time (Eastern Standard Time) when the bus is scheduled\r\nto stop at this location. Will be in YYYY-MM-DDTHH:mm:ss format\r\n(e.g.: 2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StartTime</td>\r\n\r\n<td>Scheduled start date and time (Eastern Standard Time) for this\r\ntrip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.:\r\n2014-10-27T13:17:00).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripDirectionText</td>\r\n\r\n<td>General direction of the trip (e.g.: NORTH, SOUTH, EAST,\r\nWEST).</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripHeadsign</td>\r\n\r\n<td>Destination of the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>TripID</td>\r\n\r\n<td>Trip identifier. This can be correlated with the data in our\r\nbus schedule information as well as bus positions.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>String array of route variants which provide service at this\r\nstop. Note that these are not date-specific; any route variant\r\nwhich stops at this stop on any day will be listed.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d6c","parameters":[{"description":"7-digit regional stop ID.","in":"query","name":"StopID","required":true,"schema":{"type":"string","enum":["1001195"],"default":"1001195"}},{"description":"Date in YYYY-MM-DD format for which to retrieve schedule.  Defaults to today's date unless specified.","in":"query","name":"Date","schema":{"type":"string"}}],"responses":{"200":{"description":"Default response code.","content":{"application/json":{"examples":{"response":{"value":"{\n    \"ScheduleArrivals\": [\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T05:37:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T05:35:12\",\n            \"StartTime\": \"2014-10-27T04:46:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788790\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T05:43:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T05:41:43\",\n            \"StartTime\": \"2014-10-27T05:02:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782565\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T05:49:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T05:48:02\",\n            \"StartTime\": \"2014-10-27T05:04:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788852\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T05:53:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T05:51:17\",\n            \"StartTime\": \"2014-10-27T05:07:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788827\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T05:59:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T05:57:35\",\n            \"StartTime\": \"2014-10-27T05:12:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770560\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:09:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T06:07:12\",\n            \"StartTime\": \"2014-10-27T05:18:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788792\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:13:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T06:11:43\",\n            \"StartTime\": \"2014-10-27T05:32:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782566\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:13:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T06:12:08\",\n            \"StartTime\": \"2014-10-27T05:48:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798867\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:19:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T06:18:02\",\n            \"StartTime\": \"2014-10-27T05:34:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788853\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:23:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T06:21:17\",\n            \"StartTime\": \"2014-10-27T05:37:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788828\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:23:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T06:21:35\",\n            \"StartTime\": \"2014-10-27T05:36:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770555\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:36:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T06:34:17\",\n            \"StartTime\": \"2014-10-27T05:50:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788710\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:54:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T06:37:12\",\n            \"StartTime\": \"2014-10-27T05:48:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"NEW CARROLLTON STATION VIA GREENBELT STATION\",\n            \"TripID\": \"6788795\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:43:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T06:41:43\",\n            \"StartTime\": \"2014-10-27T06:02:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782567\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:45:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T06:44:08\",\n            \"StartTime\": \"2014-10-27T06:20:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798868\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:49:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T06:48:02\",\n            \"StartTime\": \"2014-10-27T06:04:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788854\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T06:53:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T06:51:17\",\n            \"StartTime\": \"2014-10-27T06:07:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788829\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T06:57:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T06:55:35\",\n            \"StartTime\": \"2014-10-27T06:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770556\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:00:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T06:57:46\",\n            \"StartTime\": \"2014-10-27T06:06:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788789\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:13:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T07:11:24\",\n            \"StartTime\": \"2014-10-27T06:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782568\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:18:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T07:16:17\",\n            \"StartTime\": \"2014-10-27T06:32:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788713\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:35:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T07:17:46\",\n            \"StartTime\": \"2014-10-27T06:25:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"NEW CARROLLTON STATION VIA GREENBELT STATION\",\n            \"TripID\": \"6788782\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:21:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T07:19:35\",\n            \"StartTime\": \"2014-10-27T06:24:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770561\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:21:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T07:19:49\",\n            \"StartTime\": \"2014-10-27T06:28:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788855\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:23:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T07:21:51\",\n            \"StartTime\": \"2014-10-27T06:53:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798869\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T07:22:17\",\n            \"StartTime\": \"2014-10-27T06:31:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788830\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:32:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T07:31:26\",\n            \"StartTime\": \"2014-10-27T06:54:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794859\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:40:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T07:38:12\",\n            \"StartTime\": \"2014-10-27T06:48:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788793\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:43:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T07:41:24\",\n            \"StartTime\": \"2014-10-27T06:55:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782569\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T07:45:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T07:43:35\",\n            \"StartTime\": \"2014-10-27T06:48:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770562\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:51:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T07:49:49\",\n            \"StartTime\": \"2014-10-27T06:58:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788856\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T07:52:17\",\n            \"StartTime\": \"2014-10-27T07:01:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788831\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T07:58:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T07:56:51\",\n            \"StartTime\": \"2014-10-27T07:28:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798870\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:18:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T08:01:12\",\n            \"StartTime\": \"2014-10-27T07:11:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"NEW CARROLLTON STATION VIA GREENBELT STATION\",\n            \"TripID\": \"6788796\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:07:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T08:05:42\",\n            \"StartTime\": \"2014-10-27T07:15:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788711\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:09:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T08:07:35\",\n            \"StartTime\": \"2014-10-27T07:12:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770563\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:13:00\",\n            \"RouteID\": \"R11\",\n            \"ScheduleTime\": \"2014-10-27T08:11:24\",\n            \"StartTime\": \"2014-10-27T07:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782570\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:12:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T08:11:26\",\n            \"StartTime\": \"2014-10-27T07:34:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794860\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:21:00\",\n            \"RouteID\": \"G13\",\n            \"ScheduleTime\": \"2014-10-27T08:19:49\",\n            \"StartTime\": \"2014-10-27T07:28:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788857\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T08:22:17\",\n            \"StartTime\": \"2014-10-27T07:31:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788832\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:27:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T08:25:12\",\n            \"StartTime\": \"2014-10-27T07:35:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788791\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:33:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T08:31:35\",\n            \"StartTime\": \"2014-10-27T07:36:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770565\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:33:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T08:31:51\",\n            \"StartTime\": \"2014-10-27T08:03:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798871\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T08:41:24\",\n            \"StartTime\": \"2014-10-27T07:53:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782571\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:48:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T08:47:08\",\n            \"StartTime\": \"2014-10-27T08:06:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788714\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T08:52:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T08:51:26\",\n            \"StartTime\": \"2014-10-27T08:14:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794861\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T08:52:17\",\n            \"StartTime\": \"2014-10-27T08:01:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788833\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T08:56:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T08:54:17\",\n            \"StartTime\": \"2014-10-27T07:58:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788873\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T08:58:35\",\n            \"StartTime\": \"2014-10-27T08:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770566\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T09:08:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T09:06:51\",\n            \"StartTime\": \"2014-10-27T08:38:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798872\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:13:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T09:11:24\",\n            \"StartTime\": \"2014-10-27T08:23:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782572\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:17:00\",\n            \"RouteID\": \"87c\",\n            \"ScheduleTime\": \"2014-10-27T09:15:12\",\n            \"StartTime\": \"2014-10-27T08:25:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788794\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T09:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T09:22:17\",\n            \"StartTime\": \"2014-10-27T08:31:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788834\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T09:26:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T09:24:17\",\n            \"StartTime\": \"2014-10-27T08:28:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788874\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:29:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T09:28:29\",\n            \"StartTime\": \"2014-10-27T08:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794862\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:30:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T09:28:35\",\n            \"StartTime\": \"2014-10-27T08:30:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770567\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:37:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T09:36:08\",\n            \"StartTime\": \"2014-10-27T08:55:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788712\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T09:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T09:41:24\",\n            \"StartTime\": \"2014-10-27T08:56:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782573\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T09:58:35\",\n            \"StartTime\": \"2014-10-27T09:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770564\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:09:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T10:08:29\",\n            \"StartTime\": \"2014-10-27T09:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794858\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T10:10:24\",\n            \"StartTime\": \"2014-10-27T09:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782574\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:18:00\",\n            \"RouteID\": \"89\",\n            \"ScheduleTime\": \"2014-10-27T10:17:08\",\n            \"StartTime\": \"2014-10-27T09:36:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788715\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T10:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T10:22:17\",\n            \"StartTime\": \"2014-10-27T09:33:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788835\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T10:24:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T10:22:32\",\n            \"StartTime\": \"2014-10-27T09:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788858\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:30:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T10:28:35\",\n            \"StartTime\": \"2014-10-27T09:30:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770568\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T10:49:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T10:48:29\",\n            \"StartTime\": \"2014-10-27T10:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794863\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T10:58:35\",\n            \"StartTime\": \"2014-10-27T10:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770569\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T11:10:24\",\n            \"StartTime\": \"2014-10-27T10:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782575\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T11:12:08\",\n            \"StartTime\": \"2014-10-27T10:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788719\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T11:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T11:22:17\",\n            \"StartTime\": \"2014-10-27T10:33:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788836\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T11:24:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T11:22:32\",\n            \"StartTime\": \"2014-10-27T10:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788859\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:29:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T11:28:29\",\n            \"StartTime\": \"2014-10-27T10:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794864\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T11:30:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T11:28:35\",\n            \"StartTime\": \"2014-10-27T10:30:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770570\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T11:58:35\",\n            \"StartTime\": \"2014-10-27T11:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770571\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:09:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T12:08:29\",\n            \"StartTime\": \"2014-10-27T11:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794865\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T12:10:24\",\n            \"StartTime\": \"2014-10-27T11:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782576\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T12:12:08\",\n            \"StartTime\": \"2014-10-27T11:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788721\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T12:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T12:22:17\",\n            \"StartTime\": \"2014-10-27T11:33:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788837\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T12:24:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T12:22:32\",\n            \"StartTime\": \"2014-10-27T11:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788860\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:30:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T12:28:35\",\n            \"StartTime\": \"2014-10-27T11:30:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770515\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T12:49:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T12:48:29\",\n            \"StartTime\": \"2014-10-27T12:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794866\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T12:58:35\",\n            \"StartTime\": \"2014-10-27T12:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770516\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T13:10:24\",\n            \"StartTime\": \"2014-10-27T12:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782577\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T13:12:08\",\n            \"StartTime\": \"2014-10-27T12:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788720\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T13:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T13:22:17\",\n            \"StartTime\": \"2014-10-27T12:33:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788838\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T13:24:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T13:22:32\",\n            \"StartTime\": \"2014-10-27T12:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788861\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:29:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T13:28:29\",\n            \"StartTime\": \"2014-10-27T12:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794867\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:30:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T13:28:35\",\n            \"StartTime\": \"2014-10-27T12:30:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770517\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T13:57:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T13:55:35\",\n            \"StartTime\": \"2014-10-27T12:57:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770513\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:09:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T14:08:29\",\n            \"StartTime\": \"2014-10-27T13:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794868\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T14:10:24\",\n            \"StartTime\": \"2014-10-27T13:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782578\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T14:12:08\",\n            \"StartTime\": \"2014-10-27T13:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788722\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:21:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T14:19:35\",\n            \"StartTime\": \"2014-10-27T13:21:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770522\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T14:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T14:22:17\",\n            \"StartTime\": \"2014-10-27T13:33:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788839\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T14:24:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T14:22:32\",\n            \"StartTime\": \"2014-10-27T13:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788862\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:45:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T14:43:35\",\n            \"StartTime\": \"2014-10-27T13:45:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770520\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T14:52:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T14:51:26\",\n            \"StartTime\": \"2014-10-27T14:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794869\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T14:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T14:52:17\",\n            \"StartTime\": \"2014-10-27T14:03:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788840\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T14:54:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T14:52:32\",\n            \"StartTime\": \"2014-10-27T14:00:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788875\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:09:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T15:07:35\",\n            \"StartTime\": \"2014-10-27T14:09:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770518\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:12:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T15:10:24\",\n            \"StartTime\": \"2014-10-27T14:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782579\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T15:12:08\",\n            \"StartTime\": \"2014-10-27T14:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788724\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T15:22:17\",\n            \"StartTime\": \"2014-10-27T14:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788841\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:25:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T15:23:32\",\n            \"StartTime\": \"2014-10-27T14:27:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788863\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:32:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T15:31:26\",\n            \"StartTime\": \"2014-10-27T14:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794870\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:33:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T15:31:35\",\n            \"StartTime\": \"2014-10-27T14:33:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770519\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:36:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T15:35:08\",\n            \"StartTime\": \"2014-10-27T15:11:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798873\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:42:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T15:40:05\",\n            \"StartTime\": \"2014-10-27T14:46:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782580\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T15:52:17\",\n            \"StartTime\": \"2014-10-27T15:00:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788842\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T15:55:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T15:53:32\",\n            \"StartTime\": \"2014-10-27T14:57:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788864\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T15:59:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T15:57:35\",\n            \"StartTime\": \"2014-10-27T14:57:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770521\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:13:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T16:11:05\",\n            \"StartTime\": \"2014-10-27T15:17:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782581\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:12:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T16:11:26\",\n            \"StartTime\": \"2014-10-27T15:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794871\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:13:00\",\n            \"RouteID\": \"89M\",\n            \"ScheduleTime\": \"2014-10-27T16:12:08\",\n            \"StartTime\": \"2014-10-27T15:26:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788723\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:19:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T16:17:35\",\n            \"StartTime\": \"2014-10-27T15:17:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770523\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:20:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T16:18:51\",\n            \"StartTime\": \"2014-10-27T15:45:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798874\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:08:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T16:19:13\",\n            \"StartTime\": \"2014-10-27T16:05:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"LAUREL\",\n            \"TripID\": \"6788774\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T16:22:17\",\n            \"StartTime\": \"2014-10-27T15:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788843\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:25:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T16:23:32\",\n            \"StartTime\": \"2014-10-27T15:27:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788865\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:35:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T16:33:35\",\n            \"StartTime\": \"2014-10-27T15:33:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770524\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:37:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T16:35:12\",\n            \"StartTime\": \"2014-10-27T16:00:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788783\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T16:41:05\",\n            \"StartTime\": \"2014-10-27T15:47:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782582\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:47:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T16:45:42\",\n            \"StartTime\": \"2014-10-27T16:14:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788725\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:51:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T16:49:35\",\n            \"StartTime\": \"2014-10-27T15:49:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770525\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T16:52:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T16:51:26\",\n            \"StartTime\": \"2014-10-27T16:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794872\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T16:52:17\",\n            \"StartTime\": \"2014-10-27T16:00:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788844\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:55:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T16:53:32\",\n            \"StartTime\": \"2014-10-27T15:57:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788866\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T16:59:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T16:57:51\",\n            \"StartTime\": \"2014-10-27T16:24:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798875\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:07:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T17:05:35\",\n            \"StartTime\": \"2014-10-27T16:05:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770526\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:57:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T17:09:13\",\n            \"StartTime\": \"2014-10-27T16:55:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"LAUREL\",\n            \"TripID\": \"6788778\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:15:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T17:13:05\",\n            \"StartTime\": \"2014-10-27T16:19:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782583\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:23:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T17:21:35\",\n            \"StartTime\": \"2014-10-27T16:21:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770527\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T17:22:17\",\n            \"StartTime\": \"2014-10-27T16:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788845\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:25:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T17:23:32\",\n            \"StartTime\": \"2014-10-27T16:27:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788867\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:27:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T17:25:12\",\n            \"StartTime\": \"2014-10-27T16:50:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788784\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:32:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T17:31:26\",\n            \"StartTime\": \"2014-10-27T16:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794873\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:38:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T17:36:51\",\n            \"StartTime\": \"2014-10-27T17:03:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798876\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:39:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T17:37:35\",\n            \"StartTime\": \"2014-10-27T16:37:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770528\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:43:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T17:41:42\",\n            \"StartTime\": \"2014-10-27T17:10:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788716\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:45:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T17:43:05\",\n            \"StartTime\": \"2014-10-27T16:49:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782584\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T17:52:17\",\n            \"StartTime\": \"2014-10-27T17:00:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788878\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:54:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T17:52:17\",\n            \"StartTime\": \"2014-10-27T17:00:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788846\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:54:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T17:52:35\",\n            \"StartTime\": \"2014-10-27T16:53:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770529\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T17:55:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T17:53:32\",\n            \"StartTime\": \"2014-10-27T16:57:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788876\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T17:57:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T17:55:12\",\n            \"StartTime\": \"2014-10-27T17:20:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788785\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:10:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T18:08:35\",\n            \"StartTime\": \"2014-10-27T17:09:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770530\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:12:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T18:11:26\",\n            \"StartTime\": \"2014-10-27T17:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794874\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:15:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T18:13:05\",\n            \"StartTime\": \"2014-10-27T17:19:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782585\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:17:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T18:15:51\",\n            \"StartTime\": \"2014-10-27T17:42:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798877\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:24:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T18:22:17\",\n            \"StartTime\": \"2014-10-27T17:30:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788847\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:25:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T18:23:32\",\n            \"StartTime\": \"2014-10-27T17:27:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788868\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:26:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T18:24:35\",\n            \"StartTime\": \"2014-10-27T17:25:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770531\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:29:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T18:27:12\",\n            \"StartTime\": \"2014-10-27T17:52:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788787\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:29:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T18:27:42\",\n            \"StartTime\": \"2014-10-27T17:56:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788718\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:22:00\",\n            \"RouteID\": \"87\",\n            \"ScheduleTime\": \"2014-10-27T18:34:13\",\n            \"StartTime\": \"2014-10-27T18:20:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"LAUREL\",\n            \"TripID\": \"6788777\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:42:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T18:40:35\",\n            \"StartTime\": \"2014-10-27T17:41:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770532\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T18:41:24\",\n            \"StartTime\": \"2014-10-27T17:55:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782586\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:53:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T18:51:17\",\n            \"StartTime\": \"2014-10-27T18:04:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788848\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T18:52:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T18:51:26\",\n            \"StartTime\": \"2014-10-27T18:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794875\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T18:54:00\",\n            \"RouteID\": \"G14\",\n            \"ScheduleTime\": \"2014-10-27T18:52:32\",\n            \"StartTime\": \"2014-10-27T18:01:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788869\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:00:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T18:58:35\",\n            \"StartTime\": \"2014-10-27T17:59:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770533\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:00:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T18:58:39\",\n            \"StartTime\": \"2014-10-27T18:27:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788788\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:01:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T18:59:51\",\n            \"StartTime\": \"2014-10-27T18:26:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798878\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:13:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T19:11:24\",\n            \"StartTime\": \"2014-10-27T18:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782587\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:13:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T19:12:08\",\n            \"StartTime\": \"2014-10-27T18:44:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788717\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:20:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T19:18:35\",\n            \"StartTime\": \"2014-10-27T18:19:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770534\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:32:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T19:30:35\",\n            \"StartTime\": \"2014-10-27T18:39:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770535\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:33:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T19:31:17\",\n            \"StartTime\": \"2014-10-27T18:44:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788849\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:32:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T19:31:26\",\n            \"StartTime\": \"2014-10-27T18:53:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794876\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:34:00\",\n            \"RouteID\": \"G16\",\n            \"ScheduleTime\": \"2014-10-27T19:32:32\",\n            \"StartTime\": \"2014-10-27T18:51:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788870\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T19:41:24\",\n            \"StartTime\": \"2014-10-27T18:55:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782588\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:45:00\",\n            \"RouteID\": \"87cv1\",\n            \"ScheduleTime\": \"2014-10-27T19:43:39\",\n            \"StartTime\": \"2014-10-27T19:12:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788786\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T19:45:00\",\n            \"RouteID\": \"R3\",\n            \"ScheduleTime\": \"2014-10-27T19:43:51\",\n            \"StartTime\": \"2014-10-27T19:10:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6798879\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T19:53:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T19:51:35\",\n            \"StartTime\": \"2014-10-27T19:00:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770572\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:13:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T20:11:24\",\n            \"StartTime\": \"2014-10-27T19:25:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782589\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:12:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T20:11:26\",\n            \"StartTime\": \"2014-10-27T19:33:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794852\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:20:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T20:18:35\",\n            \"StartTime\": \"2014-10-27T19:27:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770573\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T20:33:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T20:31:17\",\n            \"StartTime\": \"2014-10-27T19:44:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788850\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T20:34:00\",\n            \"RouteID\": \"G16\",\n            \"ScheduleTime\": \"2014-10-27T20:32:32\",\n            \"StartTime\": \"2014-10-27T19:51:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788871\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:37:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T20:36:08\",\n            \"StartTime\": \"2014-10-27T20:08:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788726\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:43:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T20:41:24\",\n            \"StartTime\": \"2014-10-27T19:55:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782590\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:44:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T20:42:35\",\n            \"StartTime\": \"2014-10-27T19:51:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770511\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T20:52:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T20:51:26\",\n            \"StartTime\": \"2014-10-27T20:13:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794853\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T21:08:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T21:06:24\",\n            \"StartTime\": \"2014-10-27T20:20:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782591\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T21:15:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T21:13:35\",\n            \"StartTime\": \"2014-10-27T20:22:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770510\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T21:29:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T21:28:29\",\n            \"StartTime\": \"2014-10-27T20:54:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794854\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T21:32:00\",\n            \"RouteID\": \"G12\",\n            \"ScheduleTime\": \"2014-10-27T21:30:34\",\n            \"StartTime\": \"2014-10-27T20:47:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788851\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T21:32:00\",\n            \"RouteID\": \"G16\",\n            \"ScheduleTime\": \"2014-10-27T21:30:46\",\n            \"StartTime\": \"2014-10-27T20:52:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788872\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T21:45:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T21:43:35\",\n            \"StartTime\": \"2014-10-27T20:52:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770589\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:01:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T22:00:08\",\n            \"StartTime\": \"2014-10-27T21:32:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788727\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:02:00\",\n            \"RouteID\": \"R12\",\n            \"ScheduleTime\": \"2014-10-27T22:00:24\",\n            \"StartTime\": \"2014-10-27T21:20:00\",\n            \"TripDirectionText\": \"NORTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6782592\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:09:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T22:08:29\",\n            \"StartTime\": \"2014-10-27T21:34:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794857\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:15:00\",\n            \"RouteID\": \"C2\",\n            \"ScheduleTime\": \"2014-10-27T22:13:35\",\n            \"StartTime\": \"2014-10-27T21:22:00\",\n            \"TripDirectionText\": \"EAST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6770512\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T22:49:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T22:48:29\",\n            \"StartTime\": \"2014-10-27T22:14:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794855\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T23:19:00\",\n            \"RouteID\": \"B30\",\n            \"ScheduleTime\": \"2014-10-27T23:18:29\",\n            \"StartTime\": \"2014-10-27T22:44:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6794856\"\n        },\n        {\n            \"DirectionNum\": \"0\",\n            \"EndTime\": \"2014-10-27T23:25:00\",\n            \"RouteID\": \"G16v1\",\n            \"ScheduleTime\": \"2014-10-27T23:23:46\",\n            \"StartTime\": \"2014-10-27T23:13:00\",\n            \"TripDirectionText\": \"WEST\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788877\"\n        },\n        {\n            \"DirectionNum\": \"1\",\n            \"EndTime\": \"2014-10-27T23:25:00\",\n            \"RouteID\": \"89v1\",\n            \"ScheduleTime\": \"2014-10-27T23:24:08\",\n            \"StartTime\": \"2014-10-27T22:56:00\",\n            \"TripDirectionText\": \"SOUTH\",\n            \"TripHeadsign\": \"GREENBELT STATION\",\n            \"TripID\": \"6788728\"\n        }\n    ],\n    \"Stop\": {\n        \"Lat\": 39.011425,\n        \"Lon\": -76.904307,\n        \"Name\": \"GREENBELT METRO DR + CHERRYWOOD LA\",\n        \"Routes\": [\n            \"81\",\n            \"87\",\n            \"87c\",\n            \"87cv1\",\n            \"89\",\n            \"89M\",\n            \"89v1\",\n            \"B30\",\n            \"C2\",\n            \"G12\",\n            \"G13\",\n            \"G14\",\n            \"G16\",\n            \"G16v1\",\n            \"R11\",\n            \"R12\",\n            \"R3\"\n        ],\n        \"StopID\": \"3002578\"\n    }\n}"}}}}}},"summary":"JSON - Schedule at Stop"}},"/json/jStops":{"get":{"description":"<h4 class=\"text-primary\">Description</h4>\r\n\r\n<p>Returns a list of nearby bus stops based on latitude, longitude, and radius.\r\nOmit all parameters to retrieve a list of all stops.</p>\r\n\r\n<h4 class=\"text-primary\">Response Elements</h4>\r\n\r\n<table class=\"table table-condensed table-hover\">\r\n<thead>\r\n<tr>\r\n<th class=\"col-md-3\">Element</th>\r\n\r\n<th>Description</th>\r\n</tr>\r\n</thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td>Stops</td>\r\n\r\n<td>\r\nArray containing stop information (<a href=\"#Stop\">Stop</a>).\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td colspan=\"2\">\r\n<div class=\"text-primary\" style=\"margin-top: 1em\">\r\n<a id=\"Stop\" name=\"Stop\">Stop Elements</a>\r\n</div>\r\n</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lat</td>\r\n\r\n<td>Latitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Lon</td>\r\n\r\n<td>Longitude.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Name</td>\r\n\r\n<td>Stop name. May be slightly different from what is spoken or\r\ndisplayed in the bus.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>Routes</td>\r\n\r\n<td>String array of route variants which provide service at this\r\nstop. Note that these are not date-specific; any route variant\r\nwhich stops at this stop on any day will be listed.</td>\r\n</tr>\r\n\r\n<tr>\r\n<td>StopID</td>\r\n\r\n<td>7-digit regional ID which can be used in various bus-related\r\nmethods. If unavailable, the StopID will be 0 or NULL.</td>\r\n</tr>\r\n</tbody>\r\n</table>","operationId":"5476362a281d830c946a3d6d","parameters":[{"description":"Center point Latitude, required if Longitude and Radius are specified.","in":"query","name":"Lat","schema":{"type":"number","enum":[38.878586]}},{"description":"Center point Longitude, required if Latitude and Radius are specified.","in":"query","name":"Lon","schema":{"type":"number","enum":[-76.989626]}},{"description":"Radius (meters) to include in the search area, required if Latitude and Longitude are specified.","in":"query","name":"Radius","schema":{"type":"number","enum":[500]}}],"responses":{"200":{"description":"Default response code.","content":{"application/json":{"examples":{"response":{"value":"{\n    \"Stops\": [\n        {\n            \"Lat\": 38.878356,\n            \"Lon\": -76.990378,\n            \"Name\": \"K ST + POTOMAC AVE\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7v1\",\n                \"V7v2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000533\"\n        },\n        {\n            \"Lat\": 38.879041,\n            \"Lon\": -76.988528,\n            \"Name\": \"POTOMAC AVE + 13TH ST\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7v1\",\n                \"V7v2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000544\"\n        },\n        {\n            \"Lat\": 38.879347,\n            \"Lon\": -76.991248,\n            \"Name\": \"I ST + 11TH ST\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000550\"\n        },\n        {\n            \"Lat\": 38.879416,\n            \"Lon\": -76.98795,\n            \"Name\": \"POTOMAC AVE + 13TH ST\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1003487\"\n        },\n        {\n            \"Lat\": 38.877237,\n            \"Lon\": -76.991432,\n            \"Name\": \"11TH ST SE + M ST SE\",\n            \"Routes\": [\n                \"V5\",\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7v1\",\n                \"V7v2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000521\"\n        },\n        {\n            \"Lat\": 38.879344,\n            \"Lon\": -76.992506,\n            \"Name\": \"I ST + 10TH ST\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000554\"\n        },\n        {\n            \"Lat\": 38.876583,\n            \"Lon\": -76.992114,\n            \"Name\": \"M ST + 10 TH ST\",\n            \"Routes\": [\n                \"90\",\n                \"92\",\n                \"92c\",\n                \"93\",\n                \"93cv1\",\n                \"A42\",\n                \"A42v1\",\n                \"A46\",\n                \"A46v1\",\n                \"A48\",\n                \"A48v1\",\n                \"P6\"\n            ],\n            \"StopID\": \"1003285\"\n        },\n        {\n            \"Lat\": 38.876379,\n            \"Lon\": -76.991992,\n            \"Name\": \"M ST + 11TH ST SE\",\n            \"Routes\": [\n                \"90\",\n                \"92\",\n                \"93\",\n                \"93v2\",\n                \"A42\",\n                \"A42v1\",\n                \"A46\",\n                \"A48\",\n                \"A9\",\n                \"P6\",\n                \"V5\"\n            ],\n            \"StopID\": \"1000499\"\n        },\n        {\n            \"Lat\": 38.88136,\n            \"Lon\": -76.988525,\n            \"Name\": \"PENNSYLVANIA AVE SE + 13TH ST SE\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"32v1\",\n                \"34\",\n                \"36\"\n            ],\n            \"StopID\": \"1000587\"\n        },\n        {\n            \"Lat\": 38.880028,\n            \"Lon\": -76.985716,\n            \"Name\": \"POTOMAC AVE (S RDWY) + 14TH ST\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7v1\",\n                \"V7v2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000565\"\n        },\n        {\n            \"Lat\": 38.880135,\n            \"Lon\": -76.985501,\n            \"Name\": \"PENNSYLVANIA AVE SE + POTOMAC AVE S\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"32v1\",\n                \"34\",\n                \"36\",\n                \"39\",\n                \"K11\",\n                \"M6\"\n            ],\n            \"StopID\": \"1003185\"\n        },\n        {\n            \"Lat\": 38.87935,\n            \"Lon\": -76.994258,\n            \"Name\": \"I ST + BET 8TH & 9TH STS\",\n            \"Routes\": [\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000551\"\n        },\n        {\n            \"Lat\": 38.881628,\n            \"Lon\": -76.988173,\n            \"Name\": \"PENNSYLVANIA AVE SE + 13TH ST SE\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"34\",\n                \"36\",\n                \"A11\"\n            ],\n            \"StopID\": \"1000593\"\n        },\n        {\n            \"Lat\": 38.880519,\n            \"Lon\": -76.985482,\n            \"Name\": \"PENNSYLVANIA AVE SE + POTOMAC AVE S\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"34\",\n                \"36\",\n                \"39\",\n                \"A11\"\n            ],\n            \"StopID\": \"1000576\"\n        },\n        {\n            \"Lat\": 38.880648,\n            \"Lon\": -76.985378,\n            \"Name\": \"POTOMAC AVE + 14TH ST SE\",\n            \"Routes\": [\n                \"J13\",\n                \"K11\",\n                \"M6\"\n            ],\n            \"StopID\": \"1000578\"\n        },\n        {\n            \"Lat\": 38.877849,\n            \"Lon\": -76.994875,\n            \"Name\": \"8TH ST SE + L ST SE\",\n            \"Routes\": [\n                \"90\",\n                \"90v1\",\n                \"92\",\n                \"92c\",\n                \"93\",\n                \"93cv1\"\n            ],\n            \"StopID\": \"1000527\"\n        },\n        {\n            \"Lat\": 38.880216,\n            \"Lon\": -76.984727,\n            \"Name\": \"PENNSYLVANIA AVE SE + POTOMAC AVE S\",\n            \"Routes\": [\n                \"B2\",\n                \"B2c\",\n                \"B2vS2\",\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1002965\"\n        },\n        {\n            \"Lat\": 38.877254,\n            \"Lon\": -76.995082,\n            \"Name\": \"8TH ST SE + L ST SE\",\n            \"Routes\": [\n                \"90\",\n                \"92\",\n                \"93\",\n                \"93v2\",\n                \"V5\",\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7cv2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1003755\"\n        },\n        {\n            \"Lat\": 38.876616,\n            \"Lon\": -76.994764,\n            \"Name\": \"M ST + 8TH ST SE\",\n            \"Routes\": [\n                \"90\",\n                \"92\",\n                \"92c\",\n                \"93\",\n                \"93cv1\",\n                \"A42\",\n                \"A42v1\",\n                \"A46\",\n                \"A46v1\",\n                \"A48\",\n                \"A48v1\",\n                \"A9\",\n                \"P6\"\n            ],\n            \"StopID\": \"1000514\"\n        },\n        {\n            \"Lat\": 38.879444,\n            \"Lon\": -76.983804,\n            \"Name\": \"PENNSYLVANIA AVE SE + 15TH ST SE\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"32v1\",\n                \"34\",\n                \"36\",\n                \"K11\",\n                \"M6\",\n                \"V7\",\n                \"V7c\",\n                \"V7cv1\",\n                \"V7v1\",\n                \"V7v2\",\n                \"V8\",\n                \"V9\"\n            ],\n            \"StopID\": \"1000559\"\n        },\n        {\n            \"Lat\": 38.879911,\n            \"Lon\": -76.983766,\n            \"Name\": \"15TH ST SE + PENNSYLVANIA AVE SE\",\n            \"Routes\": [\n                \"B2\",\n                \"B2v1\",\n                \"B2vS1\",\n                \"B2vS2\"\n            ],\n            \"StopID\": \"1000571\"\n        },\n        {\n            \"Lat\": 38.882743,\n            \"Lon\": -76.990934,\n            \"Name\": \"PENNSYLVANIA AVE SE + E ST SE\",\n            \"Routes\": [\n                \"30N\",\n                \"30S\",\n                \"32\",\n                \"34\",\n                \"36\",\n                \"A11\"\n            ],\n            \"StopID\": \"1000611\"\n        },\n        {\n            \"Lat\": 38.881127,\n            \"Lon\": -76.994876,\n            \"Name\": \"8TH ST + G ST\",\n            \"Routes\": [\n                \"90\",\n                \"90v1\",\n                \"92\",\n                \"93\"\n            ],\n            \"StopID\": \"1000585\"\n        },\n        {\n            \"Lat\": 38.882922,\n            \"Lon\": -76.99,\n            \"Name\": \"E STREET SE + 12TH ST SE\",\n            \"Routes\": [\n                \"C40\"\n            ],\n            \"StopID\": \"1003600\"\n        },\n        {\n            \"Lat\": 38.88095,\n            \"Lon\": -76.983833,\n            \"Name\": \"POTOMAC AVE SE + 15TH ST SE\",\n            \"Routes\": [\n                \"B2\",\n                \"B2c\",\n                \"B2vS2\"\n            ],\n            \"StopID\": \"1000582\"\n        }\n    ]\n}"}}}}}},"summary":"JSON - Stop Search"}}},"servers":[{"url":"http://api.wmata.com/Bus.svc"},{"url":"https://api.wmata.com/Bus.svc"}],"components":{"securitySchemes":{"apiKeyHeader":{"in":"header","name":"api_key","type":"apiKey"},"apiKeyQuery":{"in":"query","name":"api_key","type":"apiKey"}}}}