Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=196",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 197,
    "results": [
        {
            "start": 1264379936,
            "stop": 1264379939
        },
        {
            "start": 1264379941,
            "stop": 1264379994
        },
        {
            "start": 1264379998,
            "stop": 1264380004
        },
        {
            "start": 1264380005,
            "stop": 1264380012
        },
        {
            "start": 1264380013,
            "stop": 1264380056
        },
        {
            "start": 1264380058,
            "stop": 1264380078
        },
        {
            "start": 1264380081,
            "stop": 1264380113
        },
        {
            "start": 1264380116,
            "stop": 1264380131
        },
        {
            "start": 1264380133,
            "stop": 1264380143
        },
        {
            "start": 1264380144,
            "stop": 1264380148
        },
        {
            "start": 1264380150,
            "stop": 1264380156
        },
        {
            "start": 1264380158,
            "stop": 1264380164
        },
        {
            "start": 1264380166,
            "stop": 1264380181
        },
        {
            "start": 1264380182,
            "stop": 1264380190
        },
        {
            "start": 1264380192,
            "stop": 1264380198
        },
        {
            "start": 1264380200,
            "stop": 1264380206
        },
        {
            "start": 1264380208,
            "stop": 1264380235
        },
        {
            "start": 1264380237,
            "stop": 1264380263
        },
        {
            "start": 1264380264,
            "stop": 1264380265
        },
        {
            "start": 1264380266,
            "stop": 1264380271
        }
    ]
}