Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=239
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=238",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 239,
    "results": [
        {
            "start": 1187647302,
            "stop": 1187647424
        },
        {
            "start": 1187647425,
            "stop": 1187647427
        },
        {
            "start": 1187647428,
            "stop": 1187647435
        },
        {
            "start": 1187647436,
            "stop": 1187647438
        },
        {
            "start": 1187647439,
            "stop": 1187660674
        },
        {
            "start": 1187662235,
            "stop": 1187664891
        },
        {
            "start": 1187666523,
            "stop": 1187693287
        },
        {
            "start": 1187695573,
            "stop": 1187733618
        }
    ]
}