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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=49",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 50,
    "results": [
        {
            "start": 931497972,
            "stop": 931498002
        },
        {
            "start": 931498005,
            "stop": 931498031
        },
        {
            "start": 931498034,
            "stop": 931498046
        },
        {
            "start": 931498049,
            "stop": 931498097
        },
        {
            "start": 931498100,
            "stop": 931498104
        },
        {
            "start": 931498107,
            "stop": 931498120
        },
        {
            "start": 931498125,
            "stop": 931498127
        },
        {
            "start": 931498130,
            "stop": 931498136
        },
        {
            "start": 931498139,
            "stop": 931498145
        },
        {
            "start": 931498148,
            "stop": 931498153
        },
        {
            "start": 931498160,
            "stop": 931498164
        },
        {
            "start": 931498167,
            "stop": 931498176
        },
        {
            "start": 931498179,
            "stop": 931498180
        },
        {
            "start": 931498185,
            "stop": 931498189
        },
        {
            "start": 931498192,
            "stop": 931498194
        },
        {
            "start": 931498200,
            "stop": 931498206
        },
        {
            "start": 931498209,
            "stop": 931498225
        },
        {
            "start": 931498228,
            "stop": 931498235
        },
        {
            "start": 931498241,
            "stop": 931498246
        },
        {
            "start": 931498255,
            "stop": 931498258
        }
    ]
}