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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=112",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 113,
    "results": [
        {
            "start": 818062945,
            "stop": 818062951
        },
        {
            "start": 818062954,
            "stop": 818062964
        },
        {
            "start": 818062972,
            "stop": 818062973
        },
        {
            "start": 818062976,
            "stop": 818062982
        },
        {
            "start": 818062986,
            "stop": 818062993
        },
        {
            "start": 818062997,
            "stop": 818063003
        },
        {
            "start": 818063006,
            "stop": 818063008
        },
        {
            "start": 818063013,
            "stop": 818063030
        },
        {
            "start": 818063033,
            "stop": 818063037
        },
        {
            "start": 818063040,
            "stop": 818063044
        },
        {
            "start": 818063048,
            "stop": 818063050
        },
        {
            "start": 818063053,
            "stop": 818063056
        },
        {
            "start": 818063059,
            "stop": 818063061
        },
        {
            "start": 818063065,
            "stop": 818063071
        },
        {
            "start": 818063079,
            "stop": 818063080
        },
        {
            "start": 818063083,
            "stop": 818063086
        },
        {
            "start": 818063090,
            "stop": 818063096
        },
        {
            "start": 818063099,
            "stop": 818063111
        },
        {
            "start": 818063114,
            "stop": 818063118
        },
        {
            "start": 818063121,
            "stop": 818063124
        }
    ]
}