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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 345,
    "results": [
        {
            "start": 1240578997,
            "stop": 1240579705
        },
        {
            "start": 1240579710,
            "stop": 1240582786
        },
        {
            "start": 1240582791,
            "stop": 1240585184
        },
        {
            "start": 1240585189,
            "stop": 1240586270
        },
        {
            "start": 1240586275,
            "stop": 1240586781
        },
        {
            "start": 1240586785,
            "stop": 1240586840
        },
        {
            "start": 1240586845,
            "stop": 1240586871
        },
        {
            "start": 1240586876,
            "stop": 1240586908
        },
        {
            "start": 1240586913,
            "stop": 1240586952
        },
        {
            "start": 1240586957,
            "stop": 1240586971
        },
        {
            "start": 1240586976,
            "stop": 1240587074
        },
        {
            "start": 1240587079,
            "stop": 1240587115
        },
        {
            "start": 1240587120,
            "stop": 1240587129
        },
        {
            "start": 1240587134,
            "stop": 1240587157
        },
        {
            "start": 1240587162,
            "stop": 1240587264
        },
        {
            "start": 1240587269,
            "stop": 1240587284
        },
        {
            "start": 1240587289,
            "stop": 1240587295
        },
        {
            "start": 1240587300,
            "stop": 1240587417
        },
        {
            "start": 1240587422,
            "stop": 1240587424
        },
        {
            "start": 1240587429,
            "stop": 1240587439
        }
    ]
}