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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 124,
    "results": [
        {
            "start": 931565850,
            "stop": 931565890
        },
        {
            "start": 931565893,
            "stop": 931565904
        },
        {
            "start": 931565907,
            "stop": 931565928
        },
        {
            "start": 931565930,
            "stop": 931565932
        },
        {
            "start": 931565935,
            "stop": 931565938
        },
        {
            "start": 931565941,
            "stop": 931565945
        },
        {
            "start": 931565948,
            "stop": 931565954
        },
        {
            "start": 931565957,
            "stop": 931566001
        },
        {
            "start": 931566004,
            "stop": 931566007
        },
        {
            "start": 931566010,
            "stop": 931566048
        },
        {
            "start": 931566052,
            "stop": 931566131
        },
        {
            "start": 931566134,
            "stop": 931566153
        },
        {
            "start": 931566156,
            "stop": 931566185
        },
        {
            "start": 931566188,
            "stop": 931566195
        },
        {
            "start": 931566199,
            "stop": 931566200
        },
        {
            "start": 931566203,
            "stop": 931566205
        },
        {
            "start": 931566208,
            "stop": 931566217
        },
        {
            "start": 931566220,
            "stop": 931566222
        },
        {
            "start": 931566227,
            "stop": 931566229
        },
        {
            "start": 931566232,
            "stop": 931566243
        }
    ]
}