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_CAT3/segments?format=api&page=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=267",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 268,
    "results": [
        {
            "start": 820924127,
            "stop": 820924175
        },
        {
            "start": 820924178,
            "stop": 820924192
        },
        {
            "start": 820924195,
            "stop": 820924260
        },
        {
            "start": 820924263,
            "stop": 820924467
        },
        {
            "start": 820924471,
            "stop": 820924530
        },
        {
            "start": 820924534,
            "stop": 820924604
        },
        {
            "start": 820924608,
            "stop": 820924713
        },
        {
            "start": 820924716,
            "stop": 820924774
        },
        {
            "start": 820924777,
            "stop": 820924954
        },
        {
            "start": 820924958,
            "stop": 820925119
        },
        {
            "start": 820925123,
            "stop": 820925124
        },
        {
            "start": 820925127,
            "stop": 820925286
        },
        {
            "start": 820925289,
            "stop": 820925325
        },
        {
            "start": 820925329,
            "stop": 820925522
        },
        {
            "start": 820925526,
            "stop": 820925725
        },
        {
            "start": 820925729,
            "stop": 820925758
        },
        {
            "start": 820925761,
            "stop": 820925846
        },
        {
            "start": 820925849,
            "stop": 820925886
        },
        {
            "start": 820925889,
            "stop": 820925896
        },
        {
            "start": 820925899,
            "stop": 820925930
        }
    ]
}