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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9881",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9882,
    "results": [
        {
            "start": 874468620,
            "stop": 874468726
        },
        {
            "start": 874468743,
            "stop": 874469185
        },
        {
            "start": 874469220,
            "stop": 874469226
        },
        {
            "start": 874469252,
            "stop": 874469256
        },
        {
            "start": 874469273,
            "stop": 874469289
        },
        {
            "start": 874469313,
            "stop": 874469425
        },
        {
            "start": 874469479,
            "stop": 874469501
        },
        {
            "start": 874469518,
            "stop": 874469536
        },
        {
            "start": 874469553,
            "stop": 874469636
        },
        {
            "start": 874469653,
            "stop": 874469857
        },
        {
            "start": 874469874,
            "stop": 874469876
        },
        {
            "start": 874469893,
            "stop": 874470142
        },
        {
            "start": 874470159,
            "stop": 874470168
        },
        {
            "start": 874470185,
            "stop": 874470296
        },
        {
            "start": 874470313,
            "stop": 874471208
        },
        {
            "start": 874471225,
            "stop": 874471405
        },
        {
            "start": 874471422,
            "stop": 874472835
        },
        {
            "start": 874472866,
            "stop": 874472867
        },
        {
            "start": 874472884,
            "stop": 874472906
        },
        {
            "start": 874472923,
            "stop": 874473300
        }
    ]
}