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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=329
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=328",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 329,
    "results": [
        {
            "start": 946457753,
            "stop": 946457932
        },
        {
            "start": 946462986,
            "stop": 946470998
        },
        {
            "start": 946495349,
            "stop": 946515171
        },
        {
            "start": 946518234,
            "stop": 946523263
        },
        {
            "start": 946528052,
            "stop": 946548488
        },
        {
            "start": 946551509,
            "stop": 946557699
        },
        {
            "start": 946559688,
            "stop": 946578543
        },
        {
            "start": 946580738,
            "stop": 946586807
        },
        {
            "start": 946589828,
            "stop": 946594212
        },
        {
            "start": 946604804,
            "stop": 946609147
        },
        {
            "start": 946610200,
            "stop": 946621999
        },
        {
            "start": 946623931,
            "stop": 946635392
        },
        {
            "start": 946642518,
            "stop": 946650419
        },
        {
            "start": 946654066,
            "stop": 946655287
        },
        {
            "start": 946658932,
            "stop": 946659825
        },
        {
            "start": 946660677,
            "stop": 946662257
        },
        {
            "start": 946663746,
            "stop": 946664562
        },
        {
            "start": 946669505,
            "stop": 946671157
        },
        {
            "start": 946674008,
            "stop": 946675801
        },
        {
            "start": 946678232,
            "stop": 946679673
        }
    ]
}