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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8140",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8141,
    "results": [
        {
            "start": 873037239,
            "stop": 873037324
        },
        {
            "start": 873037341,
            "stop": 873037380
        },
        {
            "start": 873037440,
            "stop": 873037539
        },
        {
            "start": 873037560,
            "stop": 873037937
        },
        {
            "start": 873037970,
            "stop": 873038069
        },
        {
            "start": 873038097,
            "stop": 873038384
        },
        {
            "start": 873038401,
            "stop": 873038642
        },
        {
            "start": 873038659,
            "stop": 873039081
        },
        {
            "start": 873039098,
            "stop": 873039105
        },
        {
            "start": 873039122,
            "stop": 873039642
        },
        {
            "start": 873039659,
            "stop": 873039689
        },
        {
            "start": 873039706,
            "stop": 873039733
        },
        {
            "start": 873039751,
            "stop": 873039756
        },
        {
            "start": 873039790,
            "stop": 873039807
        },
        {
            "start": 873039824,
            "stop": 873039866
        },
        {
            "start": 873039883,
            "stop": 873039898
        },
        {
            "start": 873039915,
            "stop": 873040133
        },
        {
            "start": 873040150,
            "stop": 873040163
        },
        {
            "start": 873040195,
            "stop": 873040367
        },
        {
            "start": 873040384,
            "stop": 873040422
        }
    ]
}