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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=58",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 59,
    "results": [
        {
            "start": 822424877,
            "stop": 822424897
        },
        {
            "start": 822424901,
            "stop": 822424906
        },
        {
            "start": 822424916,
            "stop": 822424936
        },
        {
            "start": 822424940,
            "stop": 822424946
        },
        {
            "start": 822424964,
            "stop": 822424983
        },
        {
            "start": 822424992,
            "stop": 822424993
        },
        {
            "start": 822425002,
            "stop": 822425003
        },
        {
            "start": 822425058,
            "stop": 822425079
        },
        {
            "start": 822431340,
            "stop": 822433573
        },
        {
            "start": 822433589,
            "stop": 822433590
        },
        {
            "start": 822433784,
            "stop": 822434593
        },
        {
            "start": 822434600,
            "stop": 822434602
        },
        {
            "start": 822434812,
            "stop": 822435553
        },
        {
            "start": 822437391,
            "stop": 822438538
        },
        {
            "start": 822438603,
            "stop": 822443173
        },
        {
            "start": 822443204,
            "stop": 822443205
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446861
        },
        {
            "start": 822446930,
            "stop": 822447064
        },
        {
            "start": 822447144,
            "stop": 822447255
        }
    ]
}