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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=286",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 287,
    "results": [
        {
            "start": 818236721,
            "stop": 818236723
        },
        {
            "start": 818236726,
            "stop": 818236728
        },
        {
            "start": 818236759,
            "stop": 818236761
        },
        {
            "start": 818236764,
            "stop": 818236772
        },
        {
            "start": 818236778,
            "stop": 818236779
        },
        {
            "start": 818236782,
            "stop": 818236785
        },
        {
            "start": 818236797,
            "stop": 818236803
        },
        {
            "start": 818236814,
            "stop": 818236816
        },
        {
            "start": 818236826,
            "stop": 818236829
        },
        {
            "start": 818236839,
            "stop": 818236843
        },
        {
            "start": 818236846,
            "stop": 818236850
        },
        {
            "start": 818236858,
            "stop": 818236859
        },
        {
            "start": 818236864,
            "stop": 818236866
        },
        {
            "start": 818236884,
            "stop": 818236889
        },
        {
            "start": 818236923,
            "stop": 818236926
        },
        {
            "start": 818236931,
            "stop": 818236934
        },
        {
            "start": 818236939,
            "stop": 818236942
        },
        {
            "start": 818236955,
            "stop": 818236959
        },
        {
            "start": 818236974,
            "stop": 818236983
        },
        {
            "start": 818237003,
            "stop": 818237004
        }
    ]
}