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=14412
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=14413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14411",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14412,
    "results": [
        {
            "start": 971448975,
            "stop": 971448978
        },
        {
            "start": 971448979,
            "stop": 971449003
        },
        {
            "start": 971449007,
            "stop": 971449051
        },
        {
            "start": 971449053,
            "stop": 971449054
        },
        {
            "start": 971449055,
            "stop": 971449058
        },
        {
            "start": 971449059,
            "stop": 971449060
        },
        {
            "start": 971449062,
            "stop": 971449063
        },
        {
            "start": 971449064,
            "stop": 971449069
        },
        {
            "start": 971449076,
            "stop": 971449079
        },
        {
            "start": 971449086,
            "stop": 971449087
        },
        {
            "start": 971449090,
            "stop": 971449096
        },
        {
            "start": 971449100,
            "stop": 971449107
        },
        {
            "start": 971449113,
            "stop": 971449134
        },
        {
            "start": 971449136,
            "stop": 971449171
        },
        {
            "start": 971449172,
            "stop": 971449182
        },
        {
            "start": 971449183,
            "stop": 971449194
        },
        {
            "start": 971449195,
            "stop": 971449198
        },
        {
            "start": 971449203,
            "stop": 971449204
        },
        {
            "start": 971449212,
            "stop": 971449215
        },
        {
            "start": 971449218,
            "stop": 971449222
        }
    ]
}