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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 40,
    "results": [
        {
            "start": 1257272488,
            "stop": 1257272496
        },
        {
            "start": 1257272499,
            "stop": 1257272605
        },
        {
            "start": 1257272877,
            "stop": 1257272960
        },
        {
            "start": 1257272963,
            "stop": 1257273141
        },
        {
            "start": 1257273144,
            "stop": 1257274006
        },
        {
            "start": 1257274009,
            "stop": 1257274020
        },
        {
            "start": 1257274023,
            "stop": 1257275890
        },
        {
            "start": 1257275893,
            "stop": 1257278134
        },
        {
            "start": 1257278137,
            "stop": 1257278187
        },
        {
            "start": 1257278189,
            "stop": 1257278501
        },
        {
            "start": 1257278509,
            "stop": 1257278945
        },
        {
            "start": 1257278947,
            "stop": 1257279054
        },
        {
            "start": 1257279056,
            "stop": 1257279520
        },
        {
            "start": 1257279521,
            "stop": 1257280638
        },
        {
            "start": 1257280641,
            "stop": 1257281115
        },
        {
            "start": 1257281118,
            "stop": 1257281442
        },
        {
            "start": 1257281445,
            "stop": 1257284051
        },
        {
            "start": 1257284054,
            "stop": 1257284714
        },
        {
            "start": 1257284717,
            "stop": 1257286776
        },
        {
            "start": 1257286779,
            "stop": 1257288336
        }
    ]
}