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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=341",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 342,
    "results": [
        {
            "start": 824041644,
            "stop": 824042139
        },
        {
            "start": 824042146,
            "stop": 824044532
        },
        {
            "start": 824044536,
            "stop": 824046125
        },
        {
            "start": 824046184,
            "stop": 824046530
        },
        {
            "start": 824046610,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824123256
        },
        {
            "start": 824123263,
            "stop": 824127170
        },
        {
            "start": 824127250,
            "stop": 824129161
        },
        {
            "start": 824129165,
            "stop": 824131310
        },
        {
            "start": 824131390,
            "stop": 824132352
        },
        {
            "start": 824132360,
            "stop": 824133046
        },
        {
            "start": 824133053,
            "stop": 824133882
        },
        {
            "start": 824133890,
            "stop": 824136530
        },
        {
            "start": 824136670,
            "stop": 824137066
        },
        {
            "start": 824204593,
            "stop": 824205230
        },
        {
            "start": 824205310,
            "stop": 824205364
        },
        {
            "start": 824205368,
            "stop": 824205916
        },
        {
            "start": 824205920,
            "stop": 824205959
        },
        {
            "start": 824205963,
            "stop": 824207923
        },
        {
            "start": 824207927,
            "stop": 824208407
        }
    ]
}