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_CAT4/segments?format=api&page=4929
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=4930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4928",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4929,
    "results": [
        {
            "start": 875210723,
            "stop": 875210745
        },
        {
            "start": 875210766,
            "stop": 875210797
        },
        {
            "start": 875210821,
            "stop": 875210947
        },
        {
            "start": 875210966,
            "stop": 875210970
        },
        {
            "start": 875210997,
            "stop": 875211056
        },
        {
            "start": 875211082,
            "stop": 875211110
        },
        {
            "start": 875211129,
            "stop": 875211160
        },
        {
            "start": 875211317,
            "stop": 875211392
        },
        {
            "start": 875211424,
            "stop": 875211489
        },
        {
            "start": 875211509,
            "stop": 875211535
        },
        {
            "start": 875211554,
            "stop": 875211636
        },
        {
            "start": 875211655,
            "stop": 875211658
        },
        {
            "start": 875211677,
            "stop": 875211725
        },
        {
            "start": 875211745,
            "stop": 875211777
        },
        {
            "start": 875211796,
            "stop": 875211858
        },
        {
            "start": 875211877,
            "stop": 875211882
        },
        {
            "start": 875211901,
            "stop": 875211938
        },
        {
            "start": 875211957,
            "stop": 875211958
        },
        {
            "start": 875211977,
            "stop": 875212003
        },
        {
            "start": 875212034,
            "stop": 875212060
        }
    ]
}