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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=116",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 117,
    "results": [
        {
            "start": 821507479,
            "stop": 821507487
        },
        {
            "start": 821507490,
            "stop": 821507493
        },
        {
            "start": 821507496,
            "stop": 821507508
        },
        {
            "start": 821507511,
            "stop": 821507572
        },
        {
            "start": 821507575,
            "stop": 821507617
        },
        {
            "start": 821507620,
            "stop": 821507647
        },
        {
            "start": 821507650,
            "stop": 821507670
        },
        {
            "start": 821507673,
            "stop": 821507813
        },
        {
            "start": 821507816,
            "stop": 821507817
        },
        {
            "start": 821507820,
            "stop": 821507822
        },
        {
            "start": 821507825,
            "stop": 821507837
        },
        {
            "start": 821507840,
            "stop": 821507847
        },
        {
            "start": 821507850,
            "stop": 821507866
        },
        {
            "start": 821507869,
            "stop": 821507870
        },
        {
            "start": 821507873,
            "stop": 821507885
        },
        {
            "start": 821507888,
            "stop": 821507923
        },
        {
            "start": 821507926,
            "stop": 821507935
        },
        {
            "start": 821507938,
            "stop": 821507956
        },
        {
            "start": 821507959,
            "stop": 821507962
        },
        {
            "start": 821507965,
            "stop": 821507972
        }
    ]
}