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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=176",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 177,
    "results": [
        {
            "start": 820189680,
            "stop": 820189913
        },
        {
            "start": 820189916,
            "stop": 820189994
        },
        {
            "start": 820189998,
            "stop": 820190182
        },
        {
            "start": 820190186,
            "stop": 820190323
        },
        {
            "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": 820190891
        },
        {
            "start": 820190894,
            "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
        }
    ]
}