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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8280",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8281,
    "results": [
        {
            "start": 873966960,
            "stop": 873967315
        },
        {
            "start": 873967332,
            "stop": 873967510
        },
        {
            "start": 873967527,
            "stop": 873968033
        },
        {
            "start": 873968050,
            "stop": 873968089
        },
        {
            "start": 873968106,
            "stop": 873968790
        },
        {
            "start": 873970710,
            "stop": 873971352
        },
        {
            "start": 873971371,
            "stop": 873971511
        },
        {
            "start": 873971530,
            "stop": 873971687
        },
        {
            "start": 873971704,
            "stop": 873972372
        },
        {
            "start": 873972389,
            "stop": 873972920
        },
        {
            "start": 873972937,
            "stop": 873973484
        },
        {
            "start": 873973501,
            "stop": 873973793
        },
        {
            "start": 873973812,
            "stop": 873974201
        },
        {
            "start": 873974220,
            "stop": 873974949
        },
        {
            "start": 873974974,
            "stop": 873975082
        },
        {
            "start": 873975117,
            "stop": 873975235
        },
        {
            "start": 873975255,
            "stop": 873975262
        },
        {
            "start": 873975280,
            "stop": 873977062
        },
        {
            "start": 873977079,
            "stop": 873977081
        },
        {
            "start": 873977100,
            "stop": 873977408
        }
    ]
}