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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=175",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 176,
    "results": [
        {
            "start": 818168021,
            "stop": 818168022
        },
        {
            "start": 818168030,
            "stop": 818168032
        },
        {
            "start": 818168035,
            "stop": 818168038
        },
        {
            "start": 818168046,
            "stop": 818168053
        },
        {
            "start": 818168056,
            "stop": 818168057
        },
        {
            "start": 818168074,
            "stop": 818168076
        },
        {
            "start": 818168127,
            "stop": 818168128
        },
        {
            "start": 818168143,
            "stop": 818168144
        },
        {
            "start": 818168152,
            "stop": 818168153
        },
        {
            "start": 818168157,
            "stop": 818168158
        },
        {
            "start": 818168166,
            "stop": 818168173
        },
        {
            "start": 818168176,
            "stop": 818168180
        },
        {
            "start": 818168185,
            "stop": 818168186
        },
        {
            "start": 818168189,
            "stop": 818168191
        },
        {
            "start": 818168198,
            "stop": 818168200
        },
        {
            "start": 818168206,
            "stop": 818168207
        },
        {
            "start": 818168213,
            "stop": 818168214
        },
        {
            "start": 818168222,
            "stop": 818168223
        },
        {
            "start": 818168229,
            "stop": 818168230
        },
        {
            "start": 818168233,
            "stop": 818168242
        }
    ]
}