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=766
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=767",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=765",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 766,
    "results": [
        {
            "start": 1268936786,
            "stop": 1268937958
        },
        {
            "start": 1268937961,
            "stop": 1268938387
        },
        {
            "start": 1268938390,
            "stop": 1268939020
        },
        {
            "start": 1268939038,
            "stop": 1268939254
        },
        {
            "start": 1268939257,
            "stop": 1268939421
        },
        {
            "start": 1268939424,
            "stop": 1268941966
        },
        {
            "start": 1268941969,
            "stop": 1268945857
        },
        {
            "start": 1268945862,
            "stop": 1268945885
        },
        {
            "start": 1268945890,
            "stop": 1268945896
        },
        {
            "start": 1268945905,
            "stop": 1268946393
        },
        {
            "start": 1268946402,
            "stop": 1268946464
        },
        {
            "start": 1268946472,
            "stop": 1268946479
        },
        {
            "start": 1268946480,
            "stop": 1268946481
        },
        {
            "start": 1268946482,
            "stop": 1268946624
        },
        {
            "start": 1268946627,
            "stop": 1268949622
        },
        {
            "start": 1268949625,
            "stop": 1268950448
        },
        {
            "start": 1268950451,
            "stop": 1268951095
        },
        {
            "start": 1268951096,
            "stop": 1268953564
        },
        {
            "start": 1268953568,
            "stop": 1268953587
        },
        {
            "start": 1268953595,
            "stop": 1268953675
        }
    ]
}