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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=233",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 234,
    "results": [
        {
            "start": 817859798,
            "stop": 817859800
        },
        {
            "start": 817859804,
            "stop": 817859806
        },
        {
            "start": 817859809,
            "stop": 817859818
        },
        {
            "start": 817859838,
            "stop": 817859843
        },
        {
            "start": 817859866,
            "stop": 817859886
        },
        {
            "start": 817859906,
            "stop": 817859910
        },
        {
            "start": 817859914,
            "stop": 817859935
        },
        {
            "start": 817859955,
            "stop": 817859961
        },
        {
            "start": 817860063,
            "stop": 817860069
        },
        {
            "start": 817860072,
            "stop": 817860075
        },
        {
            "start": 817860120,
            "stop": 817860130
        },
        {
            "start": 817860134,
            "stop": 817860136
        },
        {
            "start": 817860140,
            "stop": 817860149
        },
        {
            "start": 817860168,
            "stop": 817860169
        },
        {
            "start": 817860204,
            "stop": 817860235
        },
        {
            "start": 817860238,
            "stop": 817860267
        },
        {
            "start": 817860274,
            "stop": 817860304
        },
        {
            "start": 817861292,
            "stop": 817861349
        },
        {
            "start": 817861354,
            "stop": 817861390
        },
        {
            "start": 817861414,
            "stop": 817861499
        }
    ]
}