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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 22,
    "results": [
        {
            "start": 931162951,
            "stop": 931162956
        },
        {
            "start": 931162963,
            "stop": 931162966
        },
        {
            "start": 931162969,
            "stop": 931162973
        },
        {
            "start": 931162984,
            "stop": 931162986
        },
        {
            "start": 931162998,
            "stop": 931163004
        },
        {
            "start": 931163020,
            "stop": 931163021
        },
        {
            "start": 931163024,
            "stop": 931163027
        },
        {
            "start": 931163031,
            "stop": 931163036
        },
        {
            "start": 931163041,
            "stop": 931163047
        },
        {
            "start": 931163054,
            "stop": 931163061
        },
        {
            "start": 931163064,
            "stop": 931163071
        },
        {
            "start": 931163077,
            "stop": 931163079
        },
        {
            "start": 931163082,
            "stop": 931163084
        },
        {
            "start": 931163091,
            "stop": 931163095
        },
        {
            "start": 931163109,
            "stop": 931163110
        },
        {
            "start": 931163113,
            "stop": 931163114
        },
        {
            "start": 931163118,
            "stop": 931163119
        },
        {
            "start": 931163122,
            "stop": 931163123
        },
        {
            "start": 931163127,
            "stop": 931163128
        },
        {
            "start": 931163167,
            "stop": 931163168
        }
    ]
}