Return the timelines for a given event version.

Rel URLs:

  • Follow segments_url on each timeline for the segment list.
GET /api/v2/event-versions/161217-v1/timelines?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "http://gwosc.org/api/v2/event-versions/161217-v1/timelines?format=api",
    "results_count": 24,
    "results_per_page": 20,
    "num_pages": 2,
    "page_number": 2,
    "results": [
        {
            "name": "L1_NO_CBC_HW_INJ",
            "description": "L1: Passes NO_CBC_HW_INJ test",
            "start": 1165992154,
            "end": 1165996250,
            "segments_url": "http://gwosc.org/api/v2/event-versions/161217-v1/timelines/L1_NO_CBC_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_CW_HW_INJ",
            "description": "L1: Passes NO_CW_HW_INJ test",
            "start": null,
            "end": null,
            "segments_url": "http://gwosc.org/api/v2/event-versions/161217-v1/timelines/L1_NO_CW_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_DETCHAR_HW_INJ",
            "description": "L1: Passes NO_DETCHAR_HW_INJ test",
            "start": 1165992154,
            "end": 1165996250,
            "segments_url": "http://gwosc.org/api/v2/event-versions/161217-v1/timelines/L1_NO_DETCHAR_HW_INJ/segments?format=api"
        },
        {
            "name": "L1_NO_STOCH_HW_INJ",
            "description": "L1: Passes NO_STOCH_HW_INJ test",
            "start": 1165992154,
            "end": 1165996250,
            "segments_url": "http://gwosc.org/api/v2/event-versions/161217-v1/timelines/L1_NO_STOCH_HW_INJ/segments?format=api"
        }
    ]
}