Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5117
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5116",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5117,
    "results": [
        {
            "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
        },
        {
            "start": 874711641,
            "stop": 874711659
        },
        {
            "start": 874711678,
            "stop": 874711687
        },
        {
            "start": 874711709,
            "stop": 874711752
        },
        {
            "start": 874711772,
            "stop": 874711826
        },
        {
            "start": 874711885,
            "stop": 874711904
        },
        {
            "start": 874711923,
            "stop": 874711945
        },
        {
            "start": 874711983,
            "stop": 874711984
        },
        {
            "start": 874712003,
            "stop": 874712076
        },
        {
            "start": 874712108,
            "stop": 874712152
        }
    ]
}