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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 99,
    "results": [
        {
            "start": 931331631,
            "stop": 931331644
        },
        {
            "start": 931331647,
            "stop": 931331711
        },
        {
            "start": 931331712,
            "stop": 931331740
        },
        {
            "start": 931331743,
            "stop": 931331883
        },
        {
            "start": 931331884,
            "stop": 931331899
        },
        {
            "start": 931331900,
            "stop": 931331995
        },
        {
            "start": 931331996,
            "stop": 931332059
        },
        {
            "start": 931332060,
            "stop": 931332183
        },
        {
            "start": 931332184,
            "stop": 931332304
        },
        {
            "start": 931332305,
            "stop": 931332380
        },
        {
            "start": 931332381,
            "stop": 931332507
        },
        {
            "start": 931332508,
            "stop": 931332563
        },
        {
            "start": 931332565,
            "stop": 931332801
        },
        {
            "start": 931332802,
            "stop": 931332980
        },
        {
            "start": 931332981,
            "stop": 931333078
        },
        {
            "start": 931333079,
            "stop": 931333147
        },
        {
            "start": 931333148,
            "stop": 931333198
        },
        {
            "start": 931333199,
            "stop": 931333257
        },
        {
            "start": 931333258,
            "stop": 931333341
        },
        {
            "start": 931333342,
            "stop": 931333685
        }
    ]
}