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=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=50",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 51,
    "results": [
        {
            "start": 1165846339,
            "stop": 1165846370
        },
        {
            "start": 1165846371,
            "stop": 1165846376
        },
        {
            "start": 1165846377,
            "stop": 1165846394
        },
        {
            "start": 1165846395,
            "stop": 1165846402
        },
        {
            "start": 1165846403,
            "stop": 1165846404
        },
        {
            "start": 1165846405,
            "stop": 1165846449
        },
        {
            "start": 1165846450,
            "stop": 1165846651
        },
        {
            "start": 1165846652,
            "stop": 1165846721
        },
        {
            "start": 1165846722,
            "stop": 1165846755
        },
        {
            "start": 1165846756,
            "stop": 1165846761
        },
        {
            "start": 1165846763,
            "stop": 1165846805
        },
        {
            "start": 1165846806,
            "stop": 1165846820
        },
        {
            "start": 1165846822,
            "stop": 1165846917
        },
        {
            "start": 1165846918,
            "stop": 1165846928
        },
        {
            "start": 1165846929,
            "stop": 1165846953
        },
        {
            "start": 1165846954,
            "stop": 1165846958
        },
        {
            "start": 1165846960,
            "stop": 1165847304
        },
        {
            "start": 1165847305,
            "stop": 1165847334
        },
        {
            "start": 1165847336,
            "stop": 1165847354
        },
        {
            "start": 1165847355,
            "stop": 1165847356
        }
    ]
}