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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 22,
    "results": [
        {
            "start": 1238187966,
            "stop": 1238187971
        },
        {
            "start": 1238187972,
            "stop": 1238187977
        },
        {
            "start": 1238187978,
            "stop": 1238187985
        },
        {
            "start": 1238187986,
            "stop": 1238187992
        },
        {
            "start": 1238187993,
            "stop": 1238187999
        },
        {
            "start": 1238188002,
            "stop": 1238188012
        },
        {
            "start": 1238188014,
            "stop": 1238188031
        },
        {
            "start": 1238188033,
            "stop": 1238188047
        },
        {
            "start": 1238188049,
            "stop": 1238188055
        },
        {
            "start": 1238188057,
            "stop": 1238188065
        },
        {
            "start": 1238188066,
            "stop": 1238188076
        },
        {
            "start": 1238188077,
            "stop": 1238188083
        },
        {
            "start": 1238188084,
            "stop": 1238188093
        },
        {
            "start": 1238188094,
            "stop": 1238188098
        },
        {
            "start": 1238188100,
            "stop": 1238188104
        },
        {
            "start": 1238188107,
            "stop": 1238188110
        },
        {
            "start": 1238188115,
            "stop": 1238188116
        },
        {
            "start": 1238188118,
            "stop": 1238188122
        },
        {
            "start": 1238188124,
            "stop": 1238188132
        },
        {
            "start": 1238188133,
            "stop": 1238188137
        }
    ]
}