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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=208",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 209,
    "results": [
        {
            "start": 818211699,
            "stop": 818211700
        },
        {
            "start": 818211703,
            "stop": 818211708
        },
        {
            "start": 818211716,
            "stop": 818211717
        },
        {
            "start": 818211720,
            "stop": 818211721
        },
        {
            "start": 818211728,
            "stop": 818211729
        },
        {
            "start": 818211734,
            "stop": 818211736
        },
        {
            "start": 818211746,
            "stop": 818211748
        },
        {
            "start": 818211754,
            "stop": 818211757
        },
        {
            "start": 818211776,
            "stop": 818211777
        },
        {
            "start": 818211780,
            "stop": 818211785
        },
        {
            "start": 818211792,
            "stop": 818211793
        },
        {
            "start": 818211796,
            "stop": 818211798
        },
        {
            "start": 818211803,
            "stop": 818211807
        },
        {
            "start": 818211828,
            "stop": 818211830
        },
        {
            "start": 818211835,
            "stop": 818211837
        },
        {
            "start": 818211859,
            "stop": 818211862
        },
        {
            "start": 818211869,
            "stop": 818211872
        },
        {
            "start": 818211935,
            "stop": 818211936
        },
        {
            "start": 818211945,
            "stop": 818211946
        },
        {
            "start": 818211988,
            "stop": 818211994
        }
    ]
}