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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=239",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 240,
    "results": [
        {
            "start": 818220557,
            "stop": 818220560
        },
        {
            "start": 818220563,
            "stop": 818220564
        },
        {
            "start": 818220592,
            "stop": 818220596
        },
        {
            "start": 818220610,
            "stop": 818220611
        },
        {
            "start": 818220624,
            "stop": 818220632
        },
        {
            "start": 818220670,
            "stop": 818220671
        },
        {
            "start": 818220684,
            "stop": 818220687
        },
        {
            "start": 818220700,
            "stop": 818220701
        },
        {
            "start": 818220704,
            "stop": 818220706
        },
        {
            "start": 818220713,
            "stop": 818220714
        },
        {
            "start": 818220719,
            "stop": 818220721
        },
        {
            "start": 818220725,
            "stop": 818220726
        },
        {
            "start": 818220753,
            "stop": 818220755
        },
        {
            "start": 818220764,
            "stop": 818220766
        },
        {
            "start": 818220770,
            "stop": 818220773
        },
        {
            "start": 818220778,
            "stop": 818220782
        },
        {
            "start": 818220789,
            "stop": 818220791
        },
        {
            "start": 818220796,
            "stop": 818220801
        },
        {
            "start": 818220805,
            "stop": 818220807
        },
        {
            "start": 818220814,
            "stop": 818220815
        }
    ]
}