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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=194",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 195,
    "results": [
        {
            "start": 818208207,
            "stop": 818208213
        },
        {
            "start": 818208230,
            "stop": 818208233
        },
        {
            "start": 818208236,
            "stop": 818208238
        },
        {
            "start": 818208241,
            "stop": 818208242
        },
        {
            "start": 818208258,
            "stop": 818208262
        },
        {
            "start": 818208270,
            "stop": 818208271
        },
        {
            "start": 818208274,
            "stop": 818208276
        },
        {
            "start": 818208288,
            "stop": 818208292
        },
        {
            "start": 818208296,
            "stop": 818208299
        },
        {
            "start": 818208323,
            "stop": 818208327
        },
        {
            "start": 818208331,
            "stop": 818208333
        },
        {
            "start": 818208337,
            "stop": 818208341
        },
        {
            "start": 818208348,
            "stop": 818208350
        },
        {
            "start": 818208357,
            "stop": 818208359
        },
        {
            "start": 818208366,
            "stop": 818208367
        },
        {
            "start": 818208382,
            "stop": 818208383
        },
        {
            "start": 818208386,
            "stop": 818208391
        },
        {
            "start": 818208398,
            "stop": 818208399
        },
        {
            "start": 818208402,
            "stop": 818208406
        },
        {
            "start": 818208412,
            "stop": 818208414
        }
    ]
}