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=420
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=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=419",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 420,
    "results": [
        {
            "start": 818730383,
            "stop": 818730385
        },
        {
            "start": 818730401,
            "stop": 818730405
        },
        {
            "start": 818730408,
            "stop": 818730409
        },
        {
            "start": 818730441,
            "stop": 818730448
        },
        {
            "start": 818730455,
            "stop": 818730466
        },
        {
            "start": 818730469,
            "stop": 818730480
        },
        {
            "start": 818730486,
            "stop": 818730488
        },
        {
            "start": 818730491,
            "stop": 818730492
        },
        {
            "start": 818730501,
            "stop": 818730510
        },
        {
            "start": 818730513,
            "stop": 818730516
        },
        {
            "start": 818730535,
            "stop": 818730542
        },
        {
            "start": 818730545,
            "stop": 818730552
        },
        {
            "start": 818730555,
            "stop": 818730558
        },
        {
            "start": 818730586,
            "stop": 818730588
        },
        {
            "start": 818730603,
            "stop": 818730605
        },
        {
            "start": 818730608,
            "stop": 818730609
        },
        {
            "start": 818730618,
            "stop": 818730620
        },
        {
            "start": 818730624,
            "stop": 818730626
        },
        {
            "start": 818730650,
            "stop": 818730652
        },
        {
            "start": 818730687,
            "stop": 818730689
        }
    ]
}