Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=198
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=197",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 198,
    "results": [
        {
            "start": 818208888,
            "stop": 818208896
        },
        {
            "start": 818208901,
            "stop": 818208902
        },
        {
            "start": 818208908,
            "stop": 818208912
        },
        {
            "start": 818208915,
            "stop": 818208919
        },
        {
            "start": 818208922,
            "stop": 818208923
        },
        {
            "start": 818208926,
            "stop": 818208927
        },
        {
            "start": 818208932,
            "stop": 818208935
        },
        {
            "start": 818208938,
            "stop": 818208944
        },
        {
            "start": 818208952,
            "stop": 818208960
        },
        {
            "start": 818208963,
            "stop": 818208964
        },
        {
            "start": 818208973,
            "stop": 818208976
        },
        {
            "start": 818208988,
            "stop": 818208989
        },
        {
            "start": 818208999,
            "stop": 818209003
        },
        {
            "start": 818209014,
            "stop": 818209017
        },
        {
            "start": 818209029,
            "stop": 818209032
        },
        {
            "start": 818209051,
            "stop": 818209052
        },
        {
            "start": 818209057,
            "stop": 818209061
        },
        {
            "start": 818209096,
            "stop": 818209097
        },
        {
            "start": 818209101,
            "stop": 818209107
        },
        {
            "start": 818209110,
            "stop": 818209112
        }
    ]
}