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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=176",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 177,
    "results": [
        {
            "start": 1180095896,
            "stop": 1180095903
        },
        {
            "start": 1180095906,
            "stop": 1180104916
        },
        {
            "start": 1180104918,
            "stop": 1180104922
        },
        {
            "start": 1180104924,
            "stop": 1180104960
        },
        {
            "start": 1180162865,
            "stop": 1180180300
        },
        {
            "start": 1180180301,
            "stop": 1180181282
        },
        {
            "start": 1180181283,
            "stop": 1180184947
        },
        {
            "start": 1180184948,
            "stop": 1180185775
        },
        {
            "start": 1180185776,
            "stop": 1180187553
        },
        {
            "start": 1180187555,
            "stop": 1180187557
        },
        {
            "start": 1180187558,
            "stop": 1180187613
        },
        {
            "start": 1180187614,
            "stop": 1180189764
        },
        {
            "start": 1180249596,
            "stop": 1180249947
        },
        {
            "start": 1180253450,
            "stop": 1180274922
        },
        {
            "start": 1180276532,
            "stop": 1180285162
        },
        {
            "start": 1180285216,
            "stop": 1180295607
        },
        {
            "start": 1180312589,
            "stop": 1180358872
        },
        {
            "start": 1180361159,
            "stop": 1180364925
        },
        {
            "start": 1180364997,
            "stop": 1180373277
        },
        {
            "start": 1180380952,
            "stop": 1180387804
        }
    ]
}