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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=34",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 35,
    "results": [
        {
            "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
        },
        {
            "start": 816466747,
            "stop": 816466783
        },
        {
            "start": 816466800,
            "stop": 816466803
        },
        {
            "start": 816466830,
            "stop": 816466876
        },
        {
            "start": 816466901,
            "stop": 816467006
        },
        {
            "start": 816467029,
            "stop": 816467048
        },
        {
            "start": 816467068,
            "stop": 816467081
        }
    ]
}