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=6302
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=6303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6301",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6302,
    "results": [
        {
            "start": 875128985,
            "stop": 875128992
        },
        {
            "start": 875128995,
            "stop": 875128999
        },
        {
            "start": 875129002,
            "stop": 875129099
        },
        {
            "start": 875129102,
            "stop": 875129106
        },
        {
            "start": 875129109,
            "stop": 875129782
        },
        {
            "start": 875129785,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875132943
        },
        {
            "start": 875132945,
            "stop": 875133663
        },
        {
            "start": 875133664,
            "stop": 875133974
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875142798
        },
        {
            "start": 875142801,
            "stop": 875142953
        },
        {
            "start": 875142955,
            "stop": 875143761
        },
        {
            "start": 875143762,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875148265
        },
        {
            "start": 875148268,
            "stop": 875151609
        },
        {
            "start": 875151611,
            "stop": 875151652
        },
        {
            "start": 875151653,
            "stop": 875153615
        },
        {
            "start": 875153617,
            "stop": 875153640
        }
    ]
}