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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=460",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 461,
    "results": [
        {
            "start": 1261983585,
            "stop": 1261983622
        },
        {
            "start": 1261983625,
            "stop": 1261983822
        },
        {
            "start": 1261983825,
            "stop": 1261983826
        },
        {
            "start": 1261983829,
            "stop": 1261983941
        },
        {
            "start": 1261983944,
            "stop": 1261984033
        },
        {
            "start": 1261984036,
            "stop": 1261984097
        },
        {
            "start": 1261984100,
            "stop": 1261984175
        },
        {
            "start": 1261984178,
            "stop": 1261984331
        },
        {
            "start": 1261984334,
            "stop": 1261984472
        },
        {
            "start": 1261984475,
            "stop": 1261984815
        },
        {
            "start": 1261984818,
            "stop": 1261984836
        },
        {
            "start": 1261984839,
            "stop": 1261984920
        },
        {
            "start": 1261984923,
            "stop": 1261984941
        },
        {
            "start": 1261984944,
            "stop": 1261985048
        },
        {
            "start": 1261985051,
            "stop": 1261985212
        },
        {
            "start": 1261985215,
            "stop": 1261985407
        },
        {
            "start": 1261985410,
            "stop": 1261985428
        },
        {
            "start": 1261985431,
            "stop": 1261985475
        },
        {
            "start": 1261985478,
            "stop": 1261985482
        },
        {
            "start": 1261985485,
            "stop": 1261985495
        }
    ]
}