Bus Route and Stop Methods

Bus stop information, route and schedule data, and bus positions.

XML - Schedule

Description

Returns schedules for a given route variant for a given date.

Response Elements

Element Description
Direction0/Direction1 Arrays containing trip information (Trip).

Most routes will return content in both Direction0 and Direction1 elements, though a few (especially ones which run in a loop, such as the U8) will return content only for Direction0 and NULL content for Direction1.

0 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.
Name Descriptive name for the route.
DirectionNum Deprecated. Use the TripDirectionText element to denote the general direction of the trip.
EndTime Scheduled end date and time (Eastern Standard Time) for this trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.: 2014-10-27T13:17:00).
RouteID Bus route variant. This can be used in several other bus methods which accept variants.
StartTime Scheduled start date and time (Eastern Standard Time) for this trip. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.: 2014-10-27T13:17:00).
StopTimes Array containing location and time information (StopTime).
TripDirectionText General direction of the trip (NORTH, SOUTH, EAST, WEST, LOOP, etc.).
TripHeadsign Descriptive text of where the bus is headed. This is similar, but not necessarily identical, to what is displayed on the bus.
TripID Unique trip ID. This can be correlated with the data returned from the schedule-related methods.
StopID 7-digit regional ID which can be used in various bus-related methods. If unavailable, the StopID will be 0 or NULL.
StopName Stop name. May be slightly different from what is spoken or displayed in the bus.
StopSeq Order of the stop in the sequence of StopTimes.
Time Scheduled departure date and time (Eastern Standard Time) from this stop. Will be in YYYY-MM-DDTHH:mm:ss format (e.g.: 2014-10-27T13:17:00).

Try it

Request URL

Request parameters

string

Bus route variant, e.g.: 70, 10A, 10Av1.

(optional)
string

Date in YYYY-MM-DD format for which to retrieve schedule. Defaults to today's date unless specified.

(optional)
boolean

Whether or not to include variations. For example, if B30 is specified, include all variations such as B30v1, B30v2, etc.

Request headers

string
Subscription key which provides access to this API. Found in your Profile.

Request body

Response 200

Default response code.

<RouteScheduleInfo
    xmlns="http://www.wmata.com"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
    <Direction0>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T06:45:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T06:10:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T06:10:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T06:10:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T06:39:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T06:39:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T06:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T06:41:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T06:45:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794828</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T07:15:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T06:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T06:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T06:40:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T07:09:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T07:09:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T07:09:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T07:11:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T07:15:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794829</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T07:55:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T07:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T07:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T07:20:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T07:49:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T07:49:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T07:49:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T07:51:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T07:55:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794830</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T08:35:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T08:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T08:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T08:00:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T08:29:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T08:29:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T08:29:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T08:31:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T08:35:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794831</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T09:15:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T08:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T08:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T08:40:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T09:09:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T09:09:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T09:09:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T09:11:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T09:15:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794832</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T09:55:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T09:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T09:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T09:20:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T09:49:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T09:49:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T09:49:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T09:51:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T09:55:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794833</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T10:35:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T10:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T10:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T10:00:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T10:29:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T10:29:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T10:29:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T10:31:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T10:35:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794834</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T11:15:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T10:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T10:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T10:40:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T11:09:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T11:09:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T11:09:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T11:11:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T11:15:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794835</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T11:55:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T11:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T11:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T11:20:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T11:49:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T11:49:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T11:49:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T11:51:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T11:55:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794836</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T12:35:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T12:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T12:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T12:00:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T12:29:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T12:29:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T12:29:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T12:31:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T12:35:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794837</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T13:17:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T12:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T12:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T12:40:40</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T13:10:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T13:10:28</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T13:10:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T13:12:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T13:17:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794838</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T13:57:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T13:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T13:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T13:20:40</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T13:50:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T13:50:28</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T13:50:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T13:52:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T13:57:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794839</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T14:37:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T14:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T14:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T14:00:40</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T14:30:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T14:30:28</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T14:30:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T14:32:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T14:37:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794840</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T15:21:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T14:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T14:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T14:40:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T15:14:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T15:14:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T15:14:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T15:16:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T15:21:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794841</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T16:01:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T15:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T15:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T15:20:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T15:54:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T15:54:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T15:54:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T15:56:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T16:01:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794842</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T16:41:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T16:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T16:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T16:00:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T16:34:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T16:34:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T16:34:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T16:36:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T16:41:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794843</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T17:21:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T16:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T16:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T16:40:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T17:14:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T17:14:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T17:14:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T17:16:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T17:21:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794844</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T18:01:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T17:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T17:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T17:20:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T17:54:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T17:54:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T17:54:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T17:56:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T18:01:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794845</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T18:41:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T18:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T18:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T18:00:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T18:34:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T18:34:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T18:34:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T18:36:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T18:41:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794846</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T19:21:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T18:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T18:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T18:40:45</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T19:14:19</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T19:14:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T19:14:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T19:16:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T19:21:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794847</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T19:58:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T19:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T19:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T19:20:42</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T19:52:21</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T19:52:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T19:52:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T19:54:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T19:58:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794848</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T20:38:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T20:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T20:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T20:00:42</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T20:32:21</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T20:32:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T20:32:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T20:34:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T20:38:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794849</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T21:18:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T20:40:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T20:40:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T20:40:42</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T21:12:21</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T21:12:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T21:12:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T21:14:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T21:18:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794850</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T21:58:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T21:20:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T21:20:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T21:20:42</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T21:52:21</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T21:52:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T21:52:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T21:54:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T21:58:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794827</TripID>
        </Trip>
        <Trip>
            <DirectionNum>0</DirectionNum>
            <EndTime>2014-10-27T22:38:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T22:00:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T22:00:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002579</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>6</StopSeq>
                    <Time>2014-10-27T22:00:42</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>63</StopSeq>
                    <Time>2014-10-27T22:32:21</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>64</StopSeq>
                    <Time>2014-10-27T22:32:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>68</StopSeq>
                    <Time>2014-10-27T22:32:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>70</StopSeq>
                    <Time>2014-10-27T22:34:03</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>75</StopSeq>
                    <Time>2014-10-27T22:38:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>NORTH</TripDirectionText>
            <TripHeadsign>BWI - THURGOOD MARSHALL AIRPORT</TripHeadsign>
            <TripID>6794851</TripID>
        </Trip>
    </Direction0>
    <Direction1>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T07:32:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T06:54:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T06:54:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T06:58:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T06:58:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T06:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T07:00:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T07:31:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T07:32:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794859</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T08:12:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T07:34:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T07:34:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T07:38:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T07:38:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T07:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T07:40:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T08:11:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T08:12:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794860</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T08:52:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T08:14:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T08:14:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T08:18:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T08:18:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T08:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T08:20:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T08:51:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T08:52:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794861</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T09:29:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T08:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T08:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T08:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T08:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T08:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T09:00:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T09:28:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T09:29:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794862</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T10:09:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T09:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T09:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T09:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T09:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T09:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T09:40:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T10:08:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T10:09:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794858</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T10:49:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T10:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T10:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T10:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T10:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T10:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T10:20:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T10:48:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T10:49:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794863</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T11:29:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T10:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T10:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T10:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T10:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T10:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T11:00:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T11:28:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T11:29:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794864</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T12:09:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T11:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T11:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T11:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T11:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T11:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T11:40:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T12:08:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T12:09:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794865</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T12:49:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T12:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T12:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T12:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T12:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T12:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T12:20:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T12:48:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T12:49:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794866</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T13:29:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T12:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T12:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T12:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T12:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T12:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T13:00:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T13:28:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T13:29:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794867</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T14:09:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T13:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T13:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T13:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T13:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T13:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T13:40:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T14:08:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T14:09:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794868</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T14:52:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T14:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T14:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T14:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T14:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T14:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T14:20:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T14:51:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T14:52:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794869</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T15:32:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T14:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T14:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T14:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T14:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T14:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T15:00:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T15:31:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T15:32:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794870</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T16:12:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T15:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T15:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T15:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T15:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T15:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T15:40:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T16:11:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T16:12:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794871</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T16:52:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T16:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T16:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T16:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T16:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T16:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T16:20:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T16:51:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T16:52:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794872</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T17:32:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T16:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T16:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T16:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T16:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T16:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T17:00:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T17:31:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T17:32:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794873</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T18:12:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T17:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T17:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T17:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T17:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T17:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T17:40:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T18:11:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T18:12:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794874</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T18:52:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T18:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T18:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T18:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T18:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T18:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T18:20:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T18:51:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T18:52:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794875</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T19:32:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T18:53:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T18:53:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T18:58:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T18:58:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T18:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T19:00:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T19:31:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T19:32:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794876</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T20:12:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T19:33:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T19:33:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T19:38:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T19:38:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T19:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T19:40:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T20:11:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T20:12:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794852</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T20:52:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T20:13:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T20:13:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T20:18:09</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T20:18:24</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T20:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T20:20:18</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T20:51:26</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T20:52:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794853</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T21:29:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T20:54:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T20:54:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T20:58:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T20:58:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T20:59:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T21:00:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T21:28:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T21:29:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794854</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T22:09:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T21:34:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T21:34:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T21:38:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T21:38:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T21:39:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T21:40:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T22:08:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T22:09:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794857</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T22:49:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T22:14:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T22:14:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T22:18:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T22:18:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T22:19:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T22:20:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T22:48:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T22:49:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794855</TripID>
        </Trip>
        <Trip>
            <DirectionNum>1</DirectionNum>
            <EndTime>2014-10-27T23:19:00</EndTime>
            <RouteID>B30</RouteID>
            <StartTime>2014-10-27T22:44:00</StartTime>
            <StopTimes>
                <StopTime>
                    <StopID>3003039</StopID>
                    <StopName>BWI BUSINESS DISTRICT LIGHT RAIL ST</StopName>
                    <StopSeq>1</StopSeq>
                    <Time>2014-10-27T22:44:00</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + LOADING AREA SIGN</StopName>
                    <StopSeq>12</StopSeq>
                    <Time>2014-10-27T22:48:25</Time>
                </StopTime>
                <StopTime>
                    <StopID>3004114</StopID>
                    <StopName>BWI AIRPORT + STOP 1</StopName>
                    <StopSeq>13</StopSeq>
                    <Time>2014-10-27T22:48:38</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003038</StopID>
                    <StopName>BWI AIRPORT + STOP 2</StopName>
                    <StopSeq>17</StopSeq>
                    <Time>2014-10-27T22:49:59</Time>
                </StopTime>
                <StopTime>
                    <StopID>0</StopID>
                    <StopName>BWI + EXIT SIGN</StopName>
                    <StopSeq>19</StopSeq>
                    <Time>2014-10-27T22:50:16</Time>
                </StopTime>
                <StopTime>
                    <StopID>3002578</StopID>
                    <StopName>GREENBELT METRO DR + CHERRYWOOD LA</StopName>
                    <StopSeq>79</StopSeq>
                    <Time>2014-10-27T23:18:29</Time>
                </StopTime>
                <StopTime>
                    <StopID>3003037</StopID>
                    <StopName>GREENBELT STATION + BUS BAY D</StopName>
                    <StopSeq>82</StopSeq>
                    <Time>2014-10-27T23:19:00</Time>
                </StopTime>
            </StopTimes>
            <TripDirectionText>SOUTH</TripDirectionText>
            <TripHeadsign>GREENBELT STATION</TripHeadsign>
            <TripID>6794856</TripID>
        </Trip>
    </Direction1>
    <Name>B30 - B30 GREENBELT-BWI (647)</Name>
</RouteScheduleInfo>

Code samples

@ECHO OFF

curl -v -X GET "https://api.wmata.com/Bus.svc/RouteSchedule?RouteID=70&Date={string}&IncludingVariations=false"
-H "api_key: {subscription key}"

--data-ascii "{body}" 
using System;
using System.Net.Http.Headers;
using System.Text;
using System.Net.Http;
using System.Web;

namespace CSHttpClientSample
{
    static class Program
    {
        static void Main()
        {
            MakeRequest();
            Console.WriteLine("Hit ENTER to exit...");
            Console.ReadLine();
        }
        
        static async void MakeRequest()
        {
            var client = new HttpClient();
            var queryString = HttpUtility.ParseQueryString(string.Empty);

            // Request headers
            client.DefaultRequestHeaders.Add("api_key", "{subscription key}");

            // Request parameters
            queryString["RouteID"] = "70";
            queryString["Date"] = "{string}";
            queryString["IncludingVariations"] = "false";
            var uri = "https://api.wmata.com/Bus.svc/RouteSchedule?" + queryString;

            var response = await client.GetAsync(uri);
        }
    }
}	
// // This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
import java.net.URI;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.utils.URIBuilder;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;

public class JavaSample 
{
    public static void main(String[] args) 
    {
        HttpClient httpclient = HttpClients.createDefault();

        try
        {
            URIBuilder builder = new URIBuilder("https://api.wmata.com/Bus.svc/RouteSchedule");

            builder.setParameter("RouteID", "70");
            builder.setParameter("Date", "{string}");
            builder.setParameter("IncludingVariations", "false");

            URI uri = builder.build();
            HttpGet request = new HttpGet(uri);
            request.setHeader("api_key", "{subscription key}");


            // Request body
            StringEntity reqEntity = new StringEntity("{body}");
            request.setEntity(reqEntity);

            HttpResponse response = httpclient.execute(request);
            HttpEntity entity = response.getEntity();

            if (entity != null) 
            {
                System.out.println(EntityUtils.toString(entity));
            }
        }
        catch (Exception e)
        {
            System.out.println(e.getMessage());
        }
    }
}

<!DOCTYPE html>
<html>
<head>
    <title>JSSample</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
</head>
<body>

<script type="text/javascript">
    $(function() {
        var params = {
            "api_key": "{subscription key}",
            // Request parameters
            "RouteID": "70",
            "Date": "{string}",
            "IncludingVariations": "false",
        };
      
        $.ajax({
            url: "https://api.wmata.com/Bus.svc/RouteSchedule?" + $.param(params),
            type: "GET",
        })
        .done(function(data) {
            alert("success");
        })
        .fail(function() {
            alert("error");
        });
    });
</script>
</body>
</html>
#import <Foundation/Foundation.h>

int main(int argc, const char * argv[])
{
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    
    NSString* path = @"https://api.wmata.com/Bus.svc/RouteSchedule";
    NSArray* array = @[
                         // Request parameters
                         @"entities=true",
                         @"RouteID=70",
                         @"Date={string}",
                         @"IncludingVariations=false",
                      ];
    
    NSString* string = [array componentsJoinedByString:@"&"];
    path = [path stringByAppendingFormat:@"?%@", string];

    NSLog(@"%@", path);

    NSMutableURLRequest* _request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:path]];
    [_request setHTTPMethod:@"GET"];
    // Request headers
    [_request setValue:@"{subscription key}" forHTTPHeaderField:@"api_key"];
    // Request body
    [_request setHTTPBody:[@"{body}" dataUsingEncoding:NSUTF8StringEncoding]];
    
    NSURLResponse *response = nil;
    NSError *error = nil;
    NSData* _connectionData = [NSURLConnection sendSynchronousRequest:_request returningResponse:&response error:&error];

    if (nil != error)
    {
        NSLog(@"Error: %@", error);
    }
    else
    {
        NSError* error = nil;
        NSMutableDictionary* json = nil;
        NSString* dataString = [[NSString alloc] initWithData:_connectionData encoding:NSUTF8StringEncoding];
        NSLog(@"%@", dataString);
        
        if (nil != _connectionData)
        {
            json = [NSJSONSerialization JSONObjectWithData:_connectionData options:NSJSONReadingMutableContainers error:&error];
        }
        
        if (error || !json)
        {
            NSLog(@"Could not parse loaded json with error:%@", error);
        }
        
        NSLog(@"%@", json);
        _connectionData = nil;
    }
    
    [pool drain];

    return 0;
}
<?php
// This sample uses the Apache HTTP client from HTTP Components (http://hc.apache.org/httpcomponents-client-ga/)
require_once 'HTTP/Request2.php';

$request = new Http_Request2('https://api.wmata.com/Bus.svc/RouteSchedule');
$url = $request->getUrl();

$headers = array(
    // Request headers
    'api_key' => '{subscription key}',
);

$request->setHeader($headers);

$parameters = array(
    // Request parameters
    'RouteID' => '70',
    'Date' => '{string}',
    'IncludingVariations' => 'false',
);

$url->setQueryVariables($parameters);

$request->setMethod(HTTP_Request2::METHOD_GET);

// Request body
$request->setBody("{body}");

try
{
    $response = $request->send();
    echo $response->getBody();
}
catch (HttpException $ex)
{
    echo $ex;
}

?>
########### Python 2.7 #############
import httplib, urllib, base64

headers = {
    # Request headers
    'api_key': '{subscription key}',
}

params = urllib.urlencode({
    # Request parameters
    'RouteID': '70',
    'Date': '{string}',
    'IncludingVariations': 'false',
})

try:
    conn = httplib.HTTPSConnection('api.wmata.com')
    conn.request("GET", "/Bus.svc/RouteSchedule?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################

########### Python 3.2 #############
import http.client, urllib.request, urllib.parse, urllib.error, base64

headers = {
    # Request headers
    'api_key': '{subscription key}',
}

params = urllib.parse.urlencode({
    # Request parameters
    'RouteID': '70',
    'Date': '{string}',
    'IncludingVariations': 'false',
})

try:
    conn = http.client.HTTPSConnection('api.wmata.com')
    conn.request("GET", "/Bus.svc/RouteSchedule?%s" % params, "{body}", headers)
    response = conn.getresponse()
    data = response.read()
    print(data)
    conn.close()
except Exception as e:
    print("[Errno {0}] {1}".format(e.errno, e.strerror))

####################################
require 'net/http'

uri = URI('https://api.wmata.com/Bus.svc/RouteSchedule')

query = URI.encode_www_form({
    # Request parameters
    'RouteID' => '70',
    'Date' => '{string}',
    'IncludingVariations' => 'false'
})

if uri.query && uri.query.length > 0
    uri.query += '&' + query
else
    uri.query = query
end

request = Net::HTTP::Get.new(uri.request_uri)
# Request headers
request['api_key'] = '{subscription key}'
# Request body
request.body = "{body}"

response = Net::HTTP.start(uri.host, uri.port, :use_ssl => uri.scheme == 'https') do |http|
    http.request(request)
end

puts response.body