Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=24",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 25,
    "results": [
        {
            "start": 816422818,
            "stop": 816422826
        },
        {
            "start": 816422854,
            "stop": 816422866
        },
        {
            "start": 816422925,
            "stop": 816422935
        },
        {
            "start": 816422981,
            "stop": 816422993
        },
        {
            "start": 816423038,
            "stop": 816423087
        },
        {
            "start": 816423115,
            "stop": 816423137
        },
        {
            "start": 816423250,
            "stop": 816423280
        },
        {
            "start": 816423320,
            "stop": 816423330
        },
        {
            "start": 816423382,
            "stop": 816423384
        },
        {
            "start": 816423412,
            "stop": 816423433
        },
        {
            "start": 816423509,
            "stop": 816423530
        },
        {
            "start": 816423600,
            "stop": 816423781
        },
        {
            "start": 816423800,
            "stop": 816423833
        },
        {
            "start": 816423854,
            "stop": 816423859
        },
        {
            "start": 816423879,
            "stop": 816423929
        },
        {
            "start": 816423948,
            "stop": 816423966
        },
        {
            "start": 816423986,
            "stop": 816424085
        },
        {
            "start": 816424105,
            "stop": 816424144
        },
        {
            "start": 816424170,
            "stop": 816424188
        },
        {
            "start": 816424225,
            "stop": 816424480
        }
    ]
}