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_CAT3/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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=194",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 195,
    "results": [
        {
            "start": 1181510817,
            "stop": 1181510825
        },
        {
            "start": 1181510830,
            "stop": 1181510835
        },
        {
            "start": 1181510841,
            "stop": 1181510847
        },
        {
            "start": 1181510852,
            "stop": 1181511000
        },
        {
            "start": 1181511420,
            "stop": 1181511600
        },
        {
            "start": 1181511780,
            "stop": 1181520468
        },
        {
            "start": 1181520471,
            "stop": 1181520476
        },
        {
            "start": 1181520480,
            "stop": 1181520522
        },
        {
            "start": 1181529457,
            "stop": 1181582461
        },
        {
            "start": 1181605502,
            "stop": 1181610160
        },
        {
            "start": 1181610161,
            "stop": 1181663061
        },
        {
            "start": 1181666519,
            "stop": 1181689072
        },
        {
            "start": 1181692277,
            "stop": 1181696200
        },
        {
            "start": 1181696203,
            "stop": 1181696208
        },
        {
            "start": 1181696212,
            "stop": 1181696250
        },
        {
            "start": 1181696252,
            "stop": 1181696257
        },
        {
            "start": 1181696261,
            "stop": 1181696265
        },
        {
            "start": 1181696269,
            "stop": 1181696272
        },
        {
            "start": 1181696276,
            "stop": 1181696281
        },
        {
            "start": 1181696283,
            "stop": 1181730817
        }
    ]
}