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=4838
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=4839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4837",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4838,
    "results": [
        {
            "start": 874710256,
            "stop": 874710266
        },
        {
            "start": 874710285,
            "stop": 874710336
        },
        {
            "start": 874710373,
            "stop": 874710385
        },
        {
            "start": 874710405,
            "stop": 874710408
        },
        {
            "start": 874710467,
            "stop": 874710479
        },
        {
            "start": 874710499,
            "stop": 874710528
        },
        {
            "start": 874710570,
            "stop": 874710608
        },
        {
            "start": 874710627,
            "stop": 874710681
        },
        {
            "start": 874710700,
            "stop": 874710760
        },
        {
            "start": 874710798,
            "stop": 874710946
        },
        {
            "start": 874710965,
            "stop": 874711035
        },
        {
            "start": 874711057,
            "stop": 874711117
        },
        {
            "start": 874711136,
            "stop": 874711272
        },
        {
            "start": 874711291,
            "stop": 874711310
        },
        {
            "start": 874711329,
            "stop": 874711335
        },
        {
            "start": 874711367,
            "stop": 874711457
        },
        {
            "start": 874711476,
            "stop": 874711496
        },
        {
            "start": 874711526,
            "stop": 874711551
        },
        {
            "start": 874711570,
            "stop": 874711589
        },
        {
            "start": 874711609,
            "stop": 874711622
        }
    ]
}