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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT1/segments?format=api&page=8",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 9,
    "results": [
        {
            "start": 931938882,
            "stop": 931955219
        },
        {
            "start": 931958871,
            "stop": 931964267
        },
        {
            "start": 931973365,
            "stop": 931975560
        },
        {
            "start": 931977361,
            "stop": 931978775
        },
        {
            "start": 931978915,
            "stop": 932001215
        },
        {
            "start": 932010384,
            "stop": 932016625
        },
        {
            "start": 932018706,
            "stop": 932025119
        },
        {
            "start": 932028052,
            "stop": 932029061
        },
        {
            "start": 932034026,
            "stop": 932037734
        },
        {
            "start": 932038336,
            "stop": 932038606
        },
        {
            "start": 932041014,
            "stop": 932060055
        },
        {
            "start": 932063232,
            "stop": 932068020
        },
        {
            "start": 932069494,
            "stop": 932088164
        },
        {
            "start": 932089009,
            "stop": 932124544
        },
        {
            "start": 932130305,
            "stop": 932130342
        },
        {
            "start": 932131657,
            "stop": 932133056
        },
        {
            "start": 932133432,
            "stop": 932144811
        },
        {
            "start": 932147240,
            "stop": 932152083
        },
        {
            "start": 932152872,
            "stop": 932166877
        },
        {
            "start": 932167820,
            "stop": 932210335
        }
    ]
}