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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6045",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6046,
    "results": [
        {
            "start": 873729166,
            "stop": 873729169
        },
        {
            "start": 873729171,
            "stop": 873729172
        },
        {
            "start": 873729173,
            "stop": 873729175
        },
        {
            "start": 873729177,
            "stop": 873729663
        },
        {
            "start": 873729665,
            "stop": 873729826
        },
        {
            "start": 873729828,
            "stop": 873729853
        },
        {
            "start": 873730023,
            "stop": 873730090
        },
        {
            "start": 873730091,
            "stop": 873730188
        },
        {
            "start": 873730190,
            "stop": 873730205
        },
        {
            "start": 873730207,
            "stop": 873730232
        },
        {
            "start": 873730234,
            "stop": 873731168
        },
        {
            "start": 873731169,
            "stop": 873731432
        },
        {
            "start": 873731433,
            "stop": 873731520
        },
        {
            "start": 873731522,
            "stop": 873731633
        },
        {
            "start": 873731634,
            "stop": 873731702
        },
        {
            "start": 873731703,
            "stop": 873731888
        },
        {
            "start": 873731889,
            "stop": 873731894
        },
        {
            "start": 873731895,
            "stop": 873731921
        },
        {
            "start": 873731923,
            "stop": 873731935
        },
        {
            "start": 873731936,
            "stop": 873731941
        }
    ]
}