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=5092
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=5093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5091",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5092,
    "results": [
        {
            "start": 874665376,
            "stop": 874665399
        },
        {
            "start": 874665424,
            "stop": 874665493
        },
        {
            "start": 874665512,
            "stop": 874665542
        },
        {
            "start": 874665561,
            "stop": 874665588
        },
        {
            "start": 874665607,
            "stop": 874665642
        },
        {
            "start": 874665661,
            "stop": 874665666
        },
        {
            "start": 874665685,
            "stop": 874665744
        },
        {
            "start": 874665763,
            "stop": 874665776
        },
        {
            "start": 874665795,
            "stop": 874665883
        },
        {
            "start": 874665902,
            "stop": 874665912
        },
        {
            "start": 874665945,
            "stop": 874666033
        },
        {
            "start": 874666052,
            "stop": 874666109
        },
        {
            "start": 874666128,
            "stop": 874666143
        },
        {
            "start": 874666162,
            "stop": 874666215
        },
        {
            "start": 874666255,
            "stop": 874666325
        },
        {
            "start": 874666344,
            "stop": 874666448
        },
        {
            "start": 874666467,
            "stop": 874666473
        },
        {
            "start": 874666492,
            "stop": 874666652
        },
        {
            "start": 874666676,
            "stop": 874666743
        },
        {
            "start": 874666762,
            "stop": 874666797
        }
    ]
}