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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=80",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 81,
    "results": [
        {
            "start": 816286535,
            "stop": 816286548
        },
        {
            "start": 816287992,
            "stop": 816288117
        },
        {
            "start": 816288120,
            "stop": 816288135
        },
        {
            "start": 816288139,
            "stop": 816288144
        },
        {
            "start": 816288147,
            "stop": 816288433
        },
        {
            "start": 816288437,
            "stop": 816288771
        },
        {
            "start": 816288774,
            "stop": 816289005
        },
        {
            "start": 816289009,
            "stop": 816289149
        },
        {
            "start": 816289745,
            "stop": 816289770
        },
        {
            "start": 816289773,
            "stop": 816289792
        },
        {
            "start": 816289795,
            "stop": 816290013
        },
        {
            "start": 816290016,
            "stop": 816290153
        },
        {
            "start": 816290156,
            "stop": 816290274
        },
        {
            "start": 816290277,
            "stop": 816290458
        },
        {
            "start": 816303630,
            "stop": 816303768
        },
        {
            "start": 816303771,
            "stop": 816304428
        },
        {
            "start": 816304431,
            "stop": 816304609
        },
        {
            "start": 816306715,
            "stop": 816306998
        },
        {
            "start": 816307118,
            "stop": 816307126
        },
        {
            "start": 816308157,
            "stop": 816308718
        }
    ]
}