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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3790",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3791,
    "results": [
        {
            "start": 873208081,
            "stop": 873208165
        },
        {
            "start": 873208166,
            "stop": 873208276
        },
        {
            "start": 873208277,
            "stop": 873208281
        },
        {
            "start": 873208282,
            "stop": 873208290
        },
        {
            "start": 873208292,
            "stop": 873208495
        },
        {
            "start": 873208498,
            "stop": 873208520
        },
        {
            "start": 873208521,
            "stop": 873208527
        },
        {
            "start": 873208530,
            "stop": 873208623
        },
        {
            "start": 873208624,
            "stop": 873208656
        },
        {
            "start": 873208657,
            "stop": 873208815
        },
        {
            "start": 873208816,
            "stop": 873208824
        },
        {
            "start": 873208825,
            "stop": 873208832
        },
        {
            "start": 873208835,
            "stop": 873208864
        },
        {
            "start": 873208867,
            "stop": 873208889
        },
        {
            "start": 873208891,
            "stop": 873208934
        },
        {
            "start": 873208937,
            "stop": 873208955
        },
        {
            "start": 873208958,
            "stop": 873209094
        },
        {
            "start": 873209095,
            "stop": 873209214
        },
        {
            "start": 873209215,
            "stop": 873209224
        },
        {
            "start": 873209227,
            "stop": 873209230
        }
    ]
}