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_DATA/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=6",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 7,
    "results": [
        {
            "start": 1166362905,
            "stop": 1166364478
        },
        {
            "start": 1166365853,
            "stop": 1166368397
        },
        {
            "start": 1166387687,
            "stop": 1166394978
        },
        {
            "start": 1166395041,
            "stop": 1166395076
        },
        {
            "start": 1166398862,
            "stop": 1166402755
        },
        {
            "start": 1166405054,
            "stop": 1166411327
        },
        {
            "start": 1166413502,
            "stop": 1166414886
        },
        {
            "start": 1166426886,
            "stop": 1166460326
        },
        {
            "start": 1166463653,
            "stop": 1166464142
        },
        {
            "start": 1166466831,
            "stop": 1166482852
        },
        {
            "start": 1167536690,
            "stop": 1167572316
        },
        {
            "start": 1167572321,
            "stop": 1167576840
        },
        {
            "start": 1167587310,
            "stop": 1167591498
        },
        {
            "start": 1167593833,
            "stop": 1167598963
        },
        {
            "start": 1167599427,
            "stop": 1167630075
        },
        {
            "start": 1167634198,
            "stop": 1167645302
        },
        {
            "start": 1167654188,
            "stop": 1167654612
        },
        {
            "start": 1167656537,
            "stop": 1167664843
        },
        {
            "start": 1167667787,
            "stop": 1167668648
        },
        {
            "start": 1167679036,
            "stop": 1167680982
        }
    ]
}