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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=307",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 308,
    "results": [
        {
            "start": 818618932,
            "stop": 818618945
        },
        {
            "start": 818618966,
            "stop": 818618978
        },
        {
            "start": 818618997,
            "stop": 818619021
        },
        {
            "start": 818619053,
            "stop": 818619087
        },
        {
            "start": 818619117,
            "stop": 818619144
        },
        {
            "start": 818619185,
            "stop": 818619218
        },
        {
            "start": 818619363,
            "stop": 818619396
        },
        {
            "start": 818619554,
            "stop": 818619574
        },
        {
            "start": 818619622,
            "stop": 818619644
        },
        {
            "start": 818619671,
            "stop": 818619728
        },
        {
            "start": 818619819,
            "stop": 818619897
        },
        {
            "start": 818619956,
            "stop": 818619962
        },
        {
            "start": 818620033,
            "stop": 818620093
        },
        {
            "start": 818620151,
            "stop": 818620206
        },
        {
            "start": 818620254,
            "stop": 818620275
        },
        {
            "start": 818620294,
            "stop": 818620306
        },
        {
            "start": 818620356,
            "stop": 818620364
        },
        {
            "start": 818620393,
            "stop": 818620457
        },
        {
            "start": 818620474,
            "stop": 818620480
        },
        {
            "start": 818620509,
            "stop": 818620514
        }
    ]
}