Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=81
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=80",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 81,
    "results": [
        {
            "start": 827069154,
            "stop": 827069173
        },
        {
            "start": 827073475,
            "stop": 827074333
        },
        {
            "start": 827074365,
            "stop": 827074368
        },
        {
            "start": 827074909,
            "stop": 827076493
        },
        {
            "start": 827076500,
            "stop": 827076502
        },
        {
            "start": 827076629,
            "stop": 827076723
        },
        {
            "start": 827080908,
            "stop": 827085133
        },
        {
            "start": 827086183,
            "stop": 827090413
        },
        {
            "start": 827090426,
            "stop": 827090429
        },
        {
            "start": 827090593,
            "stop": 827093533
        },
        {
            "start": 827094860,
            "stop": 827095550
        },
        {
            "start": 827097316,
            "stop": 827122116
        },
        {
            "start": 827122379,
            "stop": 827126713
        },
        {
            "start": 827127973,
            "stop": 827148793
        },
        {
            "start": 827148825,
            "stop": 827148828
        },
        {
            "start": 827149779,
            "stop": 827150593
        },
        {
            "start": 827150626,
            "stop": 827150629
        },
        {
            "start": 827150852,
            "stop": 827154253
        },
        {
            "start": 827154287,
            "stop": 827154290
        },
        {
            "start": 827155144,
            "stop": 827155261
        }
    ]
}