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=9881
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=9882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9880",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9881,
    "results": [
        {
            "start": 874464504,
            "stop": 874464738
        },
        {
            "start": 874464763,
            "stop": 874465239
        },
        {
            "start": 874465359,
            "stop": 874465556
        },
        {
            "start": 874465573,
            "stop": 874466013
        },
        {
            "start": 874466030,
            "stop": 874466323
        },
        {
            "start": 874466340,
            "stop": 874466480
        },
        {
            "start": 874466497,
            "stop": 874466505
        },
        {
            "start": 874466522,
            "stop": 874466583
        },
        {
            "start": 874466703,
            "stop": 874466934
        },
        {
            "start": 874466951,
            "stop": 874467189
        },
        {
            "start": 874467221,
            "stop": 874467260
        },
        {
            "start": 874467277,
            "stop": 874467282
        },
        {
            "start": 874467299,
            "stop": 874467401
        },
        {
            "start": 874467418,
            "stop": 874467505
        },
        {
            "start": 874467625,
            "stop": 874467720
        },
        {
            "start": 874467760,
            "stop": 874467798
        },
        {
            "start": 874467829,
            "stop": 874468187
        },
        {
            "start": 874468204,
            "stop": 874468241
        },
        {
            "start": 874468361,
            "stop": 874468432
        },
        {
            "start": 874468450,
            "stop": 874468522
        }
    ]
}