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/H1_CBCHIGH_CAT2/segments?format=api&page=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=340",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 341,
    "results": [
        {
            "start": 829238000,
            "stop": 829238017
        },
        {
            "start": 829238021,
            "stop": 829238026
        },
        {
            "start": 829238028,
            "stop": 829238031
        },
        {
            "start": 829238033,
            "stop": 829238041
        },
        {
            "start": 829238044,
            "stop": 829238047
        },
        {
            "start": 829238049,
            "stop": 829238051
        },
        {
            "start": 829238054,
            "stop": 829238056
        },
        {
            "start": 829238062,
            "stop": 829238068
        },
        {
            "start": 829238071,
            "stop": 829238073
        },
        {
            "start": 829238079,
            "stop": 829238081
        },
        {
            "start": 829238083,
            "stop": 829238084
        },
        {
            "start": 829238091,
            "stop": 829238093
        },
        {
            "start": 829238103,
            "stop": 829238105
        },
        {
            "start": 829238110,
            "stop": 829238112
        },
        {
            "start": 829238115,
            "stop": 829238118
        },
        {
            "start": 829238121,
            "stop": 829238124
        },
        {
            "start": 829238128,
            "stop": 829238129
        },
        {
            "start": 829238132,
            "stop": 829238139
        },
        {
            "start": 829238141,
            "stop": 829238143
        },
        {
            "start": 829238145,
            "stop": 829238151
        }
    ]
}