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/H2_CBCHIGH_CAT2/segments?format=api&page=263
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=262",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 263,
    "results": [
        {
            "start": 821684108,
            "stop": 821684114
        },
        {
            "start": 821684118,
            "stop": 821684121
        },
        {
            "start": 821684125,
            "stop": 821684145
        },
        {
            "start": 821684148,
            "stop": 821684150
        },
        {
            "start": 821684160,
            "stop": 821684185
        },
        {
            "start": 821684195,
            "stop": 821684196
        },
        {
            "start": 821684200,
            "stop": 821684202
        },
        {
            "start": 821684205,
            "stop": 821684217
        },
        {
            "start": 821684224,
            "stop": 821684230
        },
        {
            "start": 821684234,
            "stop": 821684248
        },
        {
            "start": 821684257,
            "stop": 821684259
        },
        {
            "start": 821684262,
            "stop": 821684275
        },
        {
            "start": 821684278,
            "stop": 821684280
        },
        {
            "start": 821684283,
            "stop": 821684287
        },
        {
            "start": 821684290,
            "stop": 821684308
        },
        {
            "start": 821684311,
            "stop": 821684314
        },
        {
            "start": 821684317,
            "stop": 821684331
        },
        {
            "start": 821684334,
            "stop": 821684336
        },
        {
            "start": 821684340,
            "stop": 821684352
        },
        {
            "start": 821684355,
            "stop": 821684359
        }
    ]
}