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=5067
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=5068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5066",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5067,
    "results": [
        {
            "start": 874615931,
            "stop": 874615956
        },
        {
            "start": 874615979,
            "stop": 874615987
        },
        {
            "start": 874616012,
            "stop": 874616056
        },
        {
            "start": 874616119,
            "stop": 874616121
        },
        {
            "start": 874616141,
            "stop": 874616209
        },
        {
            "start": 874616228,
            "stop": 874616253
        },
        {
            "start": 874616286,
            "stop": 874616288
        },
        {
            "start": 874616307,
            "stop": 874616310
        },
        {
            "start": 874616339,
            "stop": 874616387
        },
        {
            "start": 874616407,
            "stop": 874616422
        },
        {
            "start": 874616452,
            "stop": 874616473
        },
        {
            "start": 874616521,
            "stop": 874616607
        },
        {
            "start": 874616626,
            "stop": 874616678
        },
        {
            "start": 874616707,
            "stop": 874616715
        },
        {
            "start": 874616734,
            "stop": 874616738
        },
        {
            "start": 874616757,
            "stop": 874616768
        },
        {
            "start": 874616802,
            "stop": 874616817
        },
        {
            "start": 874616842,
            "stop": 874616890
        },
        {
            "start": 874616912,
            "stop": 874616922
        },
        {
            "start": 874616950,
            "stop": 874617000
        }
    ]
}