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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=94",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 95,
    "results": [
        {
            "start": 821452962,
            "stop": 821452974
        },
        {
            "start": 821452977,
            "stop": 821453038
        },
        {
            "start": 821453041,
            "stop": 821453051
        },
        {
            "start": 821453054,
            "stop": 821453065
        },
        {
            "start": 821453068,
            "stop": 821453128
        },
        {
            "start": 821453134,
            "stop": 821453145
        },
        {
            "start": 821453148,
            "stop": 821453158
        },
        {
            "start": 821453161,
            "stop": 821453181
        },
        {
            "start": 821453184,
            "stop": 821453186
        },
        {
            "start": 821453189,
            "stop": 821453217
        },
        {
            "start": 821453220,
            "stop": 821453310
        },
        {
            "start": 821453313,
            "stop": 821453367
        },
        {
            "start": 821453371,
            "stop": 821453415
        },
        {
            "start": 821453418,
            "stop": 821453479
        },
        {
            "start": 821453482,
            "stop": 821453493
        },
        {
            "start": 821453496,
            "stop": 821453498
        },
        {
            "start": 821453501,
            "stop": 821453521
        },
        {
            "start": 821453524,
            "stop": 821453525
        },
        {
            "start": 821453528,
            "stop": 821453558
        },
        {
            "start": 821453561,
            "stop": 821453572
        }
    ]
}