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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=90",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 91,
    "results": [
        {
            "start": 946439489,
            "stop": 946446283
        },
        {
            "start": 946446289,
            "stop": 946446297
        },
        {
            "start": 946446300,
            "stop": 946446331
        },
        {
            "start": 946446335,
            "stop": 946446736
        },
        {
            "start": 946446738,
            "stop": 946446888
        },
        {
            "start": 946457753,
            "stop": 946457827
        },
        {
            "start": 946462986,
            "stop": 946470893
        },
        {
            "start": 946495349,
            "stop": 946495684
        },
        {
            "start": 946495690,
            "stop": 946515066
        },
        {
            "start": 946518234,
            "stop": 946523158
        },
        {
            "start": 946528052,
            "stop": 946548383
        },
        {
            "start": 946551509,
            "stop": 946557594
        },
        {
            "start": 946559688,
            "stop": 946578438
        },
        {
            "start": 946580738,
            "stop": 946586702
        },
        {
            "start": 946589828,
            "stop": 946594107
        },
        {
            "start": 946604804,
            "stop": 946609147
        },
        {
            "start": 946610200,
            "stop": 946621894
        },
        {
            "start": 946623931,
            "stop": 946635287
        },
        {
            "start": 946642518,
            "stop": 946650314
        },
        {
            "start": 946654066,
            "stop": 946655182
        }
    ]
}