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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=232",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 233,
    "results": [
        {
            "start": 862630700,
            "stop": 862646134
        },
        {
            "start": 862646960,
            "stop": 862668066
        },
        {
            "start": 862669174,
            "stop": 862671617
        },
        {
            "start": 862688857,
            "stop": 862689679
        },
        {
            "start": 862691864,
            "stop": 862697390
        },
        {
            "start": 862697393,
            "stop": 862698665
        },
        {
            "start": 862699990,
            "stop": 862701025
        },
        {
            "start": 862702967,
            "stop": 862704831
        },
        {
            "start": 862705720,
            "stop": 862705943
        },
        {
            "start": 862714895,
            "stop": 862714956
        },
        {
            "start": 862714958,
            "stop": 862716207
        },
        {
            "start": 862717081,
            "stop": 862732299
        },
        {
            "start": 862734908,
            "stop": 862768774
        },
        {
            "start": 862769604,
            "stop": 862773062
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813893
        },
        {
            "start": 862815287,
            "stop": 862855407
        },
        {
            "start": 862858185,
            "stop": 862858282
        },
        {
            "start": 862859535,
            "stop": 862869990
        },
        {
            "start": 862873513,
            "stop": 862880061
        }
    ]
}