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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=289",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 290,
    "results": [
        {
            "start": 820899972,
            "stop": 820901164
        },
        {
            "start": 820901167,
            "stop": 820901336
        },
        {
            "start": 820901339,
            "stop": 820901479
        },
        {
            "start": 820901483,
            "stop": 820902037
        },
        {
            "start": 820902040,
            "stop": 820902073
        },
        {
            "start": 820902193,
            "stop": 820902218
        },
        {
            "start": 820902221,
            "stop": 820902636
        },
        {
            "start": 820902756,
            "stop": 820902763
        },
        {
            "start": 820902766,
            "stop": 820902898
        },
        {
            "start": 820902902,
            "stop": 820903383
        },
        {
            "start": 820903386,
            "stop": 820903435
        },
        {
            "start": 820903555,
            "stop": 820904144
        },
        {
            "start": 820904148,
            "stop": 820905010
        },
        {
            "start": 820905027,
            "stop": 820905239
        },
        {
            "start": 820905242,
            "stop": 820905487
        },
        {
            "start": 820905490,
            "stop": 820905703
        },
        {
            "start": 820905706,
            "stop": 820906080
        },
        {
            "start": 820906112,
            "stop": 820906155
        },
        {
            "start": 820906158,
            "stop": 820906866
        },
        {
            "start": 820906870,
            "stop": 820906961
        }
    ]
}