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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 200,
    "results": [
        {
            "start": 1259089332,
            "stop": 1259090213
        },
        {
            "start": 1259090215,
            "stop": 1259090408
        },
        {
            "start": 1259090409,
            "stop": 1259090540
        },
        {
            "start": 1259090541,
            "stop": 1259090744
        },
        {
            "start": 1259090747,
            "stop": 1259091734
        },
        {
            "start": 1259091742,
            "stop": 1259092003
        },
        {
            "start": 1259092006,
            "stop": 1259092444
        },
        {
            "start": 1259092447,
            "stop": 1259092516
        },
        {
            "start": 1259092519,
            "stop": 1259093632
        },
        {
            "start": 1259093635,
            "stop": 1259094470
        },
        {
            "start": 1259094473,
            "stop": 1259095982
        },
        {
            "start": 1259095990,
            "stop": 1259096188
        },
        {
            "start": 1259096191,
            "stop": 1259099843
        },
        {
            "start": 1259099846,
            "stop": 1259100211
        },
        {
            "start": 1259100214,
            "stop": 1259100780
        },
        {
            "start": 1259100783,
            "stop": 1259100865
        },
        {
            "start": 1259100868,
            "stop": 1259100888
        },
        {
            "start": 1259100891,
            "stop": 1259103567
        },
        {
            "start": 1259106578,
            "stop": 1259109791
        },
        {
            "start": 1259109794,
            "stop": 1259111523
        }
    ]
}