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=6265
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=6266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6264",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6265,
    "results": [
        {
            "start": 875010593,
            "stop": 875010596
        },
        {
            "start": 875010601,
            "stop": 875010602
        },
        {
            "start": 875010605,
            "stop": 875010730
        },
        {
            "start": 875010736,
            "stop": 875010741
        },
        {
            "start": 875010745,
            "stop": 875010766
        },
        {
            "start": 875010769,
            "stop": 875010771
        },
        {
            "start": 875010774,
            "stop": 875010802
        },
        {
            "start": 875010803,
            "stop": 875010854
        },
        {
            "start": 875010859,
            "stop": 875010870
        },
        {
            "start": 875010873,
            "stop": 875010915
        },
        {
            "start": 875010918,
            "stop": 875010947
        },
        {
            "start": 875010951,
            "stop": 875010962
        },
        {
            "start": 875010965,
            "stop": 875010982
        },
        {
            "start": 875010987,
            "stop": 875011137
        },
        {
            "start": 875011140,
            "stop": 875011148
        },
        {
            "start": 875011153,
            "stop": 875011232
        },
        {
            "start": 875011235,
            "stop": 875011328
        },
        {
            "start": 875011333,
            "stop": 875011346
        },
        {
            "start": 875011349,
            "stop": 875011352
        },
        {
            "start": 875011355,
            "stop": 875011357
        }
    ]
}