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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=194",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 195,
    "results": [
        {
            "start": 820190815,
            "stop": 820190884
        },
        {
            "start": 820190901,
            "stop": 820190918
        },
        {
            "start": 820190921,
            "stop": 820190975
        },
        {
            "start": 820190978,
            "stop": 820191220
        },
        {
            "start": 820191223,
            "stop": 820191320
        },
        {
            "start": 820191323,
            "stop": 820191504
        },
        {
            "start": 820191507,
            "stop": 820191544
        },
        {
            "start": 820191547,
            "stop": 820191625
        },
        {
            "start": 820191629,
            "stop": 820191675
        },
        {
            "start": 820191678,
            "stop": 820191716
        },
        {
            "start": 820191719,
            "stop": 820191793
        },
        {
            "start": 820191796,
            "stop": 820191846
        },
        {
            "start": 820191854,
            "stop": 820191867
        },
        {
            "start": 820191870,
            "stop": 820191872
        },
        {
            "start": 820191875,
            "stop": 820191910
        },
        {
            "start": 820191914,
            "stop": 820191929
        },
        {
            "start": 820191932,
            "stop": 820191959
        },
        {
            "start": 820191964,
            "stop": 820191984
        },
        {
            "start": 820191987,
            "stop": 820191989
        },
        {
            "start": 820191992,
            "stop": 820192001
        }
    ]
}