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/H1_CBCHIGH_CAT3/segments?format=api&page=220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=219",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 220,
    "results": [
        {
            "start": 820618764,
            "stop": 820619075
        },
        {
            "start": 820619092,
            "stop": 820621509
        },
        {
            "start": 820621512,
            "stop": 820623236
        },
        {
            "start": 820623253,
            "stop": 820624591
        },
        {
            "start": 820624594,
            "stop": 820624691
        },
        {
            "start": 820624694,
            "stop": 820625882
        },
        {
            "start": 820625903,
            "stop": 820625939
        },
        {
            "start": 820625961,
            "stop": 820626019
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635131
        },
        {
            "start": 820637054,
            "stop": 820638273
        },
        {
            "start": 820638290,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820648149
        },
        {
            "start": 820648166,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820693249
        },
        {
            "start": 820693271,
            "stop": 820695562
        },
        {
            "start": 820696305,
            "stop": 820697563
        },
        {
            "start": 820697582,
            "stop": 820699997
        },
        {
            "start": 820700966,
            "stop": 820700977
        },
        {
            "start": 820700998,
            "stop": 820712956
        }
    ]
}