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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=32",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 33,
    "results": [
        {
            "start": 816465281,
            "stop": 816465320
        },
        {
            "start": 816465351,
            "stop": 816465367
        },
        {
            "start": 816465390,
            "stop": 816465435
        },
        {
            "start": 816465456,
            "stop": 816465465
        },
        {
            "start": 816465503,
            "stop": 816465521
        },
        {
            "start": 816465550,
            "stop": 816465560
        },
        {
            "start": 816465587,
            "stop": 816465593
        },
        {
            "start": 816465671,
            "stop": 816465753
        },
        {
            "start": 816465817,
            "stop": 816465859
        },
        {
            "start": 816465879,
            "stop": 816465880
        },
        {
            "start": 816465900,
            "stop": 816465949
        },
        {
            "start": 816465981,
            "stop": 816466004
        },
        {
            "start": 816466025,
            "stop": 816466072
        },
        {
            "start": 816466094,
            "stop": 816466214
        },
        {
            "start": 816466234,
            "stop": 816466257
        },
        {
            "start": 816466276,
            "stop": 816466295
        },
        {
            "start": 816466338,
            "stop": 816466450
        },
        {
            "start": 816466535,
            "stop": 816466565
        },
        {
            "start": 816466604,
            "stop": 816466605
        },
        {
            "start": 816466633,
            "stop": 816466713
        }
    ]
}