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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=181",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 182,
    "results": [
        {
            "start": 818205986,
            "stop": 818205993
        },
        {
            "start": 818205999,
            "stop": 818206013
        },
        {
            "start": 818206018,
            "stop": 818206020
        },
        {
            "start": 818206023,
            "stop": 818206026
        },
        {
            "start": 818206029,
            "stop": 818206033
        },
        {
            "start": 818206036,
            "stop": 818206038
        },
        {
            "start": 818206043,
            "stop": 818206044
        },
        {
            "start": 818206055,
            "stop": 818206058
        },
        {
            "start": 818206061,
            "stop": 818206063
        },
        {
            "start": 818206067,
            "stop": 818206073
        },
        {
            "start": 818206077,
            "stop": 818206088
        },
        {
            "start": 818206094,
            "stop": 818206105
        },
        {
            "start": 818206108,
            "stop": 818206135
        },
        {
            "start": 818206150,
            "stop": 818206163
        },
        {
            "start": 818206166,
            "stop": 818206174
        },
        {
            "start": 818206181,
            "stop": 818206203
        },
        {
            "start": 818206206,
            "stop": 818206207
        },
        {
            "start": 818206217,
            "stop": 818206221
        },
        {
            "start": 818206225,
            "stop": 818206228
        },
        {
            "start": 818206232,
            "stop": 818206235
        }
    ]
}