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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=157",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 158,
    "results": [
        {
            "start": 818078115,
            "stop": 818078117
        },
        {
            "start": 818078123,
            "stop": 818078127
        },
        {
            "start": 818078134,
            "stop": 818078135
        },
        {
            "start": 818078138,
            "stop": 818078142
        },
        {
            "start": 818078148,
            "stop": 818078151
        },
        {
            "start": 818078157,
            "stop": 818078160
        },
        {
            "start": 818078163,
            "stop": 818078164
        },
        {
            "start": 818078181,
            "stop": 818078190
        },
        {
            "start": 818078196,
            "stop": 818078199
        },
        {
            "start": 818078208,
            "stop": 818078216
        },
        {
            "start": 818078222,
            "stop": 818078227
        },
        {
            "start": 818078254,
            "stop": 818078267
        },
        {
            "start": 818078277,
            "stop": 818078278
        },
        {
            "start": 818078291,
            "stop": 818078292
        },
        {
            "start": 818078302,
            "stop": 818078306
        },
        {
            "start": 818078309,
            "stop": 818078310
        },
        {
            "start": 818078313,
            "stop": 818078319
        },
        {
            "start": 818078322,
            "stop": 818078324
        },
        {
            "start": 818078327,
            "stop": 818078328
        },
        {
            "start": 818078342,
            "stop": 818078344
        }
    ]
}