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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=231",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 232,
    "results": [
        {
            "start": 817858186,
            "stop": 817858214
        },
        {
            "start": 817858233,
            "stop": 817858258
        },
        {
            "start": 817858278,
            "stop": 817858312
        },
        {
            "start": 817858317,
            "stop": 817858318
        },
        {
            "start": 817858322,
            "stop": 817858341
        },
        {
            "start": 817858361,
            "stop": 817858404
        },
        {
            "start": 817858424,
            "stop": 817858427
        },
        {
            "start": 817858452,
            "stop": 817858455
        },
        {
            "start": 817858474,
            "stop": 817858480
        },
        {
            "start": 817858510,
            "stop": 817858514
        },
        {
            "start": 817858534,
            "stop": 817858537
        },
        {
            "start": 817858561,
            "stop": 817858594
        },
        {
            "start": 817858597,
            "stop": 817858606
        },
        {
            "start": 817858610,
            "stop": 817858613
        },
        {
            "start": 817858640,
            "stop": 817858736
        },
        {
            "start": 817858739,
            "stop": 817858771
        },
        {
            "start": 817858791,
            "stop": 817858805
        },
        {
            "start": 817858812,
            "stop": 817858860
        },
        {
            "start": 817858880,
            "stop": 817858919
        },
        {
            "start": 817858939,
            "stop": 817858982
        }
    ]
}