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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=431",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 432,
    "results": [
        {
            "start": 1267718877,
            "stop": 1267727453
        },
        {
            "start": 1267727454,
            "stop": 1267758249
        },
        {
            "start": 1267766243,
            "stop": 1267774189
        },
        {
            "start": 1267779304,
            "stop": 1267787837
        },
        {
            "start": 1267787838,
            "stop": 1267812037
        },
        {
            "start": 1267817638,
            "stop": 1267821249
        },
        {
            "start": 1267821250,
            "stop": 1267821274
        },
        {
            "start": 1267822123,
            "stop": 1267835278
        },
        {
            "start": 1267840602,
            "stop": 1267840989
        },
        {
            "start": 1267841084,
            "stop": 1267884092
        },
        {
            "start": 1267911345,
            "stop": 1267918994
        },
        {
            "start": 1267918995,
            "stop": 1267920849
        },
        {
            "start": 1267920850,
            "stop": 1267931307
        },
        {
            "start": 1267931347,
            "stop": 1267937054
        },
        {
            "start": 1267937055,
            "stop": 1267964400
        },
        {
            "start": 1267965721,
            "stop": 1267978691
        },
        {
            "start": 1267978722,
            "stop": 1267980491
        },
        {
            "start": 1267980492,
            "stop": 1267989555
        },
        {
            "start": 1267998057,
            "stop": 1267999077
        },
        {
            "start": 1267999308,
            "stop": 1267999327
        }
    ]
}