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=1008
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=1009",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1007",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1008,
    "results": [
        {
            "start": 1252039146,
            "stop": 1252039157
        },
        {
            "start": 1252039161,
            "stop": 1252041056
        },
        {
            "start": 1252041060,
            "stop": 1252041451
        },
        {
            "start": 1252041456,
            "stop": 1252042158
        },
        {
            "start": 1252042162,
            "stop": 1252042524
        },
        {
            "start": 1252042528,
            "stop": 1252042602
        },
        {
            "start": 1252042606,
            "stop": 1252043249
        },
        {
            "start": 1252043253,
            "stop": 1252045502
        },
        {
            "start": 1252045506,
            "stop": 1252047340
        },
        {
            "start": 1252047343,
            "stop": 1252048622
        },
        {
            "start": 1252048624,
            "stop": 1252049830
        },
        {
            "start": 1252049834,
            "stop": 1252052578
        },
        {
            "start": 1252052582,
            "stop": 1252053262
        },
        {
            "start": 1252053266,
            "stop": 1252058128
        },
        {
            "start": 1252058131,
            "stop": 1252058779
        },
        {
            "start": 1252058783,
            "stop": 1252061411
        },
        {
            "start": 1252061413,
            "stop": 1252063349
        },
        {
            "start": 1252063353,
            "stop": 1252064231
        },
        {
            "start": 1252064235,
            "stop": 1252064622
        },
        {
            "start": 1252064626,
            "stop": 1252064742
        }
    ]
}