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=3798
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=3799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3797",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3798,
    "results": [
        {
            "start": 873219848,
            "stop": 873219849
        },
        {
            "start": 873219850,
            "stop": 873219852
        },
        {
            "start": 873219853,
            "stop": 873219854
        },
        {
            "start": 873219856,
            "stop": 873219863
        },
        {
            "start": 873219865,
            "stop": 873219868
        },
        {
            "start": 873219870,
            "stop": 873219872
        },
        {
            "start": 873219873,
            "stop": 873219879
        },
        {
            "start": 873219881,
            "stop": 873219883
        },
        {
            "start": 873219885,
            "stop": 873219886
        },
        {
            "start": 873219887,
            "stop": 873219888
        },
        {
            "start": 873219889,
            "stop": 873219899
        },
        {
            "start": 873219902,
            "stop": 873219914
        },
        {
            "start": 873219915,
            "stop": 873219917
        },
        {
            "start": 873219918,
            "stop": 873219919
        },
        {
            "start": 873219920,
            "stop": 873219923
        },
        {
            "start": 873219924,
            "stop": 873219926
        },
        {
            "start": 873219927,
            "stop": 873219938
        },
        {
            "start": 873219944,
            "stop": 873219945
        },
        {
            "start": 873219948,
            "stop": 873219949
        },
        {
            "start": 873219952,
            "stop": 873219954
        }
    ]
}