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_CAT4/segments?format=api&page=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=221",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 222,
    "results": [
        {
            "start": 820190326,
            "stop": 820190401
        },
        {
            "start": 820190404,
            "stop": 820190515
        },
        {
            "start": 820190518,
            "stop": 820190626
        },
        {
            "start": 820190629,
            "stop": 820190715
        },
        {
            "start": 820190718,
            "stop": 820190748
        },
        {
            "start": 820190751,
            "stop": 820190811
        },
        {
            "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
        }
    ]
}