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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=38",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 39,
    "results": [
        {
            "start": 817248361,
            "stop": 817248414
        },
        {
            "start": 817248417,
            "stop": 817248431
        },
        {
            "start": 817248437,
            "stop": 817248451
        },
        {
            "start": 817249073,
            "stop": 817252175
        },
        {
            "start": 817252178,
            "stop": 817253778
        },
        {
            "start": 817253781,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817257136
        },
        {
            "start": 817257139,
            "stop": 817258459
        },
        {
            "start": 817258462,
            "stop": 817260979
        },
        {
            "start": 817260982,
            "stop": 817261265
        },
        {
            "start": 817261269,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817262514
        },
        {
            "start": 817262517,
            "stop": 817263662
        },
        {
            "start": 817263668,
            "stop": 817264212
        },
        {
            "start": 817264974,
            "stop": 817265318
        },
        {
            "start": 817265321,
            "stop": 817270049
        },
        {
            "start": 817270054,
            "stop": 817277293
        },
        {
            "start": 817277296,
            "stop": 817280996
        },
        {
            "start": 817280999,
            "stop": 817282712
        },
        {
            "start": 817282715,
            "stop": 817283237
        }
    ]
}