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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=108",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 109,
    "results": [
        {
            "start": 818062015,
            "stop": 818062023
        },
        {
            "start": 818062028,
            "stop": 818062036
        },
        {
            "start": 818062039,
            "stop": 818062044
        },
        {
            "start": 818062051,
            "stop": 818062063
        },
        {
            "start": 818062066,
            "stop": 818062070
        },
        {
            "start": 818062073,
            "stop": 818062077
        },
        {
            "start": 818062080,
            "stop": 818062088
        },
        {
            "start": 818062091,
            "stop": 818062105
        },
        {
            "start": 818062108,
            "stop": 818062119
        },
        {
            "start": 818062124,
            "stop": 818062127
        },
        {
            "start": 818062130,
            "stop": 818062154
        },
        {
            "start": 818062159,
            "stop": 818062162
        },
        {
            "start": 818062167,
            "stop": 818062168
        },
        {
            "start": 818062171,
            "stop": 818062190
        },
        {
            "start": 818062194,
            "stop": 818062196
        },
        {
            "start": 818062199,
            "stop": 818062208
        },
        {
            "start": 818062211,
            "stop": 818062215
        },
        {
            "start": 818062218,
            "stop": 818062223
        },
        {
            "start": 818062226,
            "stop": 818062231
        },
        {
            "start": 818062234,
            "stop": 818062236
        }
    ]
}