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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=381",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 382,
    "results": [
        {
            "start": 866166885,
            "stop": 866166994
        },
        {
            "start": 866167011,
            "stop": 866167103
        },
        {
            "start": 866167122,
            "stop": 866167262
        },
        {
            "start": 866167281,
            "stop": 866167326
        },
        {
            "start": 866167646,
            "stop": 866167746
        },
        {
            "start": 866167781,
            "stop": 866167962
        },
        {
            "start": 866168072,
            "stop": 866168233
        },
        {
            "start": 866171147,
            "stop": 866171237
        },
        {
            "start": 866172028,
            "stop": 866172054
        },
        {
            "start": 866172071,
            "stop": 866172227
        },
        {
            "start": 866173805,
            "stop": 866183490
        },
        {
            "start": 866183656,
            "stop": 866183683
        },
        {
            "start": 866184260,
            "stop": 866190178
        },
        {
            "start": 866190305,
            "stop": 866193123
        },
        {
            "start": 866193334,
            "stop": 866193462
        },
        {
            "start": 866193508,
            "stop": 866197304
        },
        {
            "start": 866197324,
            "stop": 866209939
        },
        {
            "start": 866210351,
            "stop": 866210390
        },
        {
            "start": 866210786,
            "stop": 866216612
        },
        {
            "start": 866216635,
            "stop": 866216780
        }
    ]
}