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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=66",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 67,
    "results": [
        {
            "start": 822551458,
            "stop": 822554071
        },
        {
            "start": 822554371,
            "stop": 822555368
        },
        {
            "start": 822555525,
            "stop": 822558045
        },
        {
            "start": 822558115,
            "stop": 822558579
        },
        {
            "start": 822558916,
            "stop": 822558999
        },
        {
            "start": 822559104,
            "stop": 822562683
        },
        {
            "start": 822562745,
            "stop": 822563108
        },
        {
            "start": 822563170,
            "stop": 822564236
        },
        {
            "start": 822564322,
            "stop": 822564741
        },
        {
            "start": 822564812,
            "stop": 822565547
        },
        {
            "start": 822565764,
            "stop": 822567044
        },
        {
            "start": 822567090,
            "stop": 822567103
        },
        {
            "start": 822568101,
            "stop": 822568714
        },
        {
            "start": 822570012,
            "stop": 822571939
        },
        {
            "start": 822572043,
            "stop": 822576293
        },
        {
            "start": 822577621,
            "stop": 822578674
        },
        {
            "start": 822579257,
            "stop": 822579812
        },
        {
            "start": 822580112,
            "stop": 822583914
        },
        {
            "start": 822584214,
            "stop": 822597423
        },
        {
            "start": 822597627,
            "stop": 822605148
        }
    ]
}