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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=14",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 15,
    "results": [
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817269702
        },
        {
            "start": 817269715,
            "stop": 817275446
        },
        {
            "start": 817276762,
            "stop": 817278124
        },
        {
            "start": 817278137,
            "stop": 817291159
        },
        {
            "start": 817291165,
            "stop": 817291183
        },
        {
            "start": 817291895,
            "stop": 817301675
        },
        {
            "start": 817301688,
            "stop": 817302959
        },
        {
            "start": 817302972,
            "stop": 817312620
        },
        {
            "start": 817314125,
            "stop": 817314488
        },
        {
            "start": 817314494,
            "stop": 817314548
        },
        {
            "start": 817334047,
            "stop": 817334288
        },
        {
            "start": 817335553,
            "stop": 817340746
        },
        {
            "start": 817343130,
            "stop": 817347031
        },
        {
            "start": 817348937,
            "stop": 817351054
        },
        {
            "start": 817352166,
            "stop": 817353362
        },
        {
            "start": 817353368,
            "stop": 817353388
        },
        {
            "start": 817353587,
            "stop": 817362475
        },
        {
            "start": 817363929,
            "stop": 817398364
        },
        {
            "start": 817398371,
            "stop": 817398387
        }
    ]
}