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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47020",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47021,
    "results": [
        {
            "start": 875227928,
            "stop": 875227933
        },
        {
            "start": 875227935,
            "stop": 875227955
        },
        {
            "start": 875227956,
            "stop": 875227958
        },
        {
            "start": 875227959,
            "stop": 875227976
        },
        {
            "start": 875227979,
            "stop": 875227989
        },
        {
            "start": 875227993,
            "stop": 875228004
        },
        {
            "start": 875228008,
            "stop": 875228020
        },
        {
            "start": 875228021,
            "stop": 875228029
        },
        {
            "start": 875228030,
            "stop": 875228032
        },
        {
            "start": 875228035,
            "stop": 875228058
        },
        {
            "start": 875228062,
            "stop": 875228072
        },
        {
            "start": 875228076,
            "stop": 875228103
        },
        {
            "start": 875228104,
            "stop": 875228126
        },
        {
            "start": 875228127,
            "stop": 875228128
        },
        {
            "start": 875228129,
            "stop": 875228158
        },
        {
            "start": 875228159,
            "stop": 875228169
        },
        {
            "start": 875228172,
            "stop": 875228174
        },
        {
            "start": 875228177,
            "stop": 875228189
        },
        {
            "start": 875228192,
            "stop": 875228200
        },
        {
            "start": 875228201,
            "stop": 875228214
        }
    ]
}