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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=874",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 875,
    "results": [
        {
            "start": 874879206,
            "stop": 874901670
        },
        {
            "start": 874904138,
            "stop": 874925349
        },
        {
            "start": 874925352,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949723
        },
        {
            "start": 874950603,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952420
        },
        {
            "start": 874954192,
            "stop": 874959030
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977270
        },
        {
            "start": 874977360,
            "stop": 874977366
        },
        {
            "start": 874979015,
            "stop": 874979353
        },
        {
            "start": 874981224,
            "stop": 874985573
        },
        {
            "start": 874986868,
            "stop": 874987912
        },
        {
            "start": 874990134,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875022639
        },
        {
            "start": 875030773,
            "stop": 875041707
        },
        {
            "start": 875042699,
            "stop": 875056048
        },
        {
            "start": 875057465,
            "stop": 875059290
        }
    ]
}