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=8039
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=8040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8038",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8039,
    "results": [
        {
            "start": 872184582,
            "stop": 872184660
        },
        {
            "start": 872184801,
            "stop": 872184809
        },
        {
            "start": 872184832,
            "stop": 872184960
        },
        {
            "start": 872185140,
            "stop": 872185151
        },
        {
            "start": 872185170,
            "stop": 872185380
        },
        {
            "start": 872185500,
            "stop": 872185608
        },
        {
            "start": 872185627,
            "stop": 872185674
        },
        {
            "start": 872185693,
            "stop": 872186648
        },
        {
            "start": 872186674,
            "stop": 872186683
        },
        {
            "start": 872186702,
            "stop": 872187237
        },
        {
            "start": 872187256,
            "stop": 872187615
        },
        {
            "start": 872187632,
            "stop": 872188108
        },
        {
            "start": 872188140,
            "stop": 872188155
        },
        {
            "start": 872188181,
            "stop": 872188258
        },
        {
            "start": 872188277,
            "stop": 872188395
        },
        {
            "start": 872188415,
            "stop": 872188609
        },
        {
            "start": 872188649,
            "stop": 872188654
        },
        {
            "start": 872188673,
            "stop": 872188690
        },
        {
            "start": 872188727,
            "stop": 872188969
        },
        {
            "start": 872188988,
            "stop": 872189080
        }
    ]
}