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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=44",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 45,
    "results": [
        {
            "start": 816559851,
            "stop": 816560194
        },
        {
            "start": 816563711,
            "stop": 816564264
        },
        {
            "start": 816564283,
            "stop": 816565020
        },
        {
            "start": 816565042,
            "stop": 816567464
        },
        {
            "start": 816568930,
            "stop": 816569349
        },
        {
            "start": 816569469,
            "stop": 816569477
        },
        {
            "start": 816569597,
            "stop": 816569755
        },
        {
            "start": 816569778,
            "stop": 816570927
        },
        {
            "start": 816570947,
            "stop": 816571435
        },
        {
            "start": 816571454,
            "stop": 816571824
        },
        {
            "start": 816571846,
            "stop": 816571886
        },
        {
            "start": 816571906,
            "stop": 816572391
        },
        {
            "start": 816572408,
            "stop": 816572723
        },
        {
            "start": 816572746,
            "stop": 816573316
        },
        {
            "start": 816573336,
            "stop": 816573337
        },
        {
            "start": 816573359,
            "stop": 816573683
        },
        {
            "start": 816573703,
            "stop": 816573858
        },
        {
            "start": 816573919,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816577216
        }
    ]
}