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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=430",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 431,
    "results": [
        {
            "start": 1267717091,
            "stop": 1267717103
        },
        {
            "start": 1267717104,
            "stop": 1267717106
        },
        {
            "start": 1267717108,
            "stop": 1267717109
        },
        {
            "start": 1267717111,
            "stop": 1267717113
        },
        {
            "start": 1267717114,
            "stop": 1267717133
        },
        {
            "start": 1267717135,
            "stop": 1267717138
        },
        {
            "start": 1267717139,
            "stop": 1267717140
        },
        {
            "start": 1267717141,
            "stop": 1267717180
        },
        {
            "start": 1267717183,
            "stop": 1267717188
        },
        {
            "start": 1267717190,
            "stop": 1267717192
        },
        {
            "start": 1267717193,
            "stop": 1267717196
        },
        {
            "start": 1267717198,
            "stop": 1267717199
        },
        {
            "start": 1267717202,
            "stop": 1267717204
        },
        {
            "start": 1267717205,
            "stop": 1267717206
        },
        {
            "start": 1267717209,
            "stop": 1267717210
        },
        {
            "start": 1267717214,
            "stop": 1267717215
        },
        {
            "start": 1267717216,
            "stop": 1267717277
        },
        {
            "start": 1267717278,
            "stop": 1267717302
        },
        {
            "start": 1267717303,
            "stop": 1267718080
        },
        {
            "start": 1267718081,
            "stop": 1267718876
        }
    ]
}