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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=772",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=770",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 771,
    "results": [
        {
            "start": 1269035676,
            "stop": 1269036444
        },
        {
            "start": 1269036446,
            "stop": 1269038368
        },
        {
            "start": 1269038369,
            "stop": 1269040342
        },
        {
            "start": 1269040344,
            "stop": 1269040990
        },
        {
            "start": 1269040993,
            "stop": 1269041129
        },
        {
            "start": 1269041133,
            "stop": 1269043398
        },
        {
            "start": 1269043400,
            "stop": 1269043750
        },
        {
            "start": 1269043751,
            "stop": 1269045313
        },
        {
            "start": 1269045316,
            "stop": 1269045398
        },
        {
            "start": 1269045403,
            "stop": 1269045404
        },
        {
            "start": 1269045407,
            "stop": 1269045408
        },
        {
            "start": 1269045421,
            "stop": 1269045423
        },
        {
            "start": 1269045425,
            "stop": 1269045426
        },
        {
            "start": 1269045428,
            "stop": 1269045438
        },
        {
            "start": 1269045440,
            "stop": 1269046650
        },
        {
            "start": 1269046652,
            "stop": 1269049263
        },
        {
            "start": 1269049264,
            "stop": 1269051497
        },
        {
            "start": 1269051498,
            "stop": 1269051526
        },
        {
            "start": 1269051527,
            "stop": 1269051529
        },
        {
            "start": 1269051530,
            "stop": 1269051531
        }
    ]
}