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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=62",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 63,
    "results": [
        {
            "start": 822548714,
            "stop": 822548736
        },
        {
            "start": 822548892,
            "stop": 822549474
        },
        {
            "start": 822549554,
            "stop": 822551255
        },
        {
            "start": 822551458,
            "stop": 822555368
        },
        {
            "start": 822555525,
            "stop": 822558045
        },
        {
            "start": 822558115,
            "stop": 822558553
        },
        {
            "start": 822558578,
            "stop": 822558579
        },
        {
            "start": 822558916,
            "stop": 822558973
        },
        {
            "start": 822558998,
            "stop": 822558999
        },
        {
            "start": 822559104,
            "stop": 822562683
        },
        {
            "start": 822562745,
            "stop": 822563108
        },
        {
            "start": 822563173,
            "stop": 822564236
        },
        {
            "start": 822564322,
            "stop": 822564733
        },
        {
            "start": 822564740,
            "stop": 822564741
        },
        {
            "start": 822564812,
            "stop": 822565513
        },
        {
            "start": 822565546,
            "stop": 822565547
        },
        {
            "start": 822565764,
            "stop": 822566702
        },
        {
            "start": 822566705,
            "stop": 822566716
        },
        {
            "start": 822566720,
            "stop": 822567013
        },
        {
            "start": 822567042,
            "stop": 822567044
        }
    ]
}