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=455
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=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=454",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 455,
    "results": [
        {
            "start": 818757052,
            "stop": 818757076
        },
        {
            "start": 818757079,
            "stop": 818757132
        },
        {
            "start": 818757140,
            "stop": 818757175
        },
        {
            "start": 818757187,
            "stop": 818757243
        },
        {
            "start": 818757246,
            "stop": 818757264
        },
        {
            "start": 818757267,
            "stop": 818757283
        },
        {
            "start": 818757286,
            "stop": 818757301
        },
        {
            "start": 818757305,
            "stop": 818757542
        },
        {
            "start": 818757545,
            "stop": 818759302
        },
        {
            "start": 818759306,
            "stop": 818759866
        },
        {
            "start": 818759869,
            "stop": 818760098
        },
        {
            "start": 818760101,
            "stop": 818760158
        },
        {
            "start": 818760163,
            "stop": 818760198
        },
        {
            "start": 818760201,
            "stop": 818760208
        },
        {
            "start": 818760211,
            "stop": 818760212
        },
        {
            "start": 818760229,
            "stop": 818760252
        },
        {
            "start": 818760255,
            "stop": 818760264
        },
        {
            "start": 818760279,
            "stop": 818760281
        },
        {
            "start": 818760289,
            "stop": 818760315
        },
        {
            "start": 818760318,
            "stop": 818760353
        }
    ]
}