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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4295",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4296,
    "results": [
        {
            "start": 874664550,
            "stop": 874664627
        },
        {
            "start": 874664646,
            "stop": 874664877
        },
        {
            "start": 874664897,
            "stop": 874665051
        },
        {
            "start": 874665109,
            "stop": 874665137
        },
        {
            "start": 874665205,
            "stop": 874665233
        },
        {
            "start": 874665261,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874665350
        },
        {
            "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
        }
    ]
}