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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=225",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 226,
    "results": [
        {
            "start": 818216890,
            "stop": 818216893
        },
        {
            "start": 818216909,
            "stop": 818216910
        },
        {
            "start": 818216930,
            "stop": 818216936
        },
        {
            "start": 818216944,
            "stop": 818216947
        },
        {
            "start": 818216968,
            "stop": 818216972
        },
        {
            "start": 818216980,
            "stop": 818216986
        },
        {
            "start": 818216996,
            "stop": 818216998
        },
        {
            "start": 818217001,
            "stop": 818217005
        },
        {
            "start": 818217013,
            "stop": 818217016
        },
        {
            "start": 818217034,
            "stop": 818217037
        },
        {
            "start": 818217041,
            "stop": 818217043
        },
        {
            "start": 818217057,
            "stop": 818217059
        },
        {
            "start": 818217066,
            "stop": 818217073
        },
        {
            "start": 818217083,
            "stop": 818217084
        },
        {
            "start": 818217097,
            "stop": 818217100
        },
        {
            "start": 818217105,
            "stop": 818217106
        },
        {
            "start": 818217113,
            "stop": 818217117
        },
        {
            "start": 818217121,
            "stop": 818217123
        },
        {
            "start": 818217150,
            "stop": 818217151
        },
        {
            "start": 818217156,
            "stop": 818217162
        }
    ]
}