Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=375
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=374",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 375,
    "results": [
        {
            "start": 1180092151,
            "stop": 1180092154
        },
        {
            "start": 1180092156,
            "stop": 1180092157
        },
        {
            "start": 1180092158,
            "stop": 1180092159
        },
        {
            "start": 1180092162,
            "stop": 1180092206
        },
        {
            "start": 1180092208,
            "stop": 1180095893
        },
        {
            "start": 1180095896,
            "stop": 1180095903
        },
        {
            "start": 1180095906,
            "stop": 1180098468
        },
        {
            "start": 1180098471,
            "stop": 1180104916
        },
        {
            "start": 1180104918,
            "stop": 1180104922
        },
        {
            "start": 1180104924,
            "stop": 1180104960
        },
        {
            "start": 1180162865,
            "stop": 1180165562
        },
        {
            "start": 1180165566,
            "stop": 1180168089
        },
        {
            "start": 1180168093,
            "stop": 1180168571
        },
        {
            "start": 1180168575,
            "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
        }
    ]
}