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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6018",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6019,
    "results": [
        {
            "start": 873576186,
            "stop": 873576188
        },
        {
            "start": 873576189,
            "stop": 873576192
        },
        {
            "start": 873576193,
            "stop": 873576194
        },
        {
            "start": 873576196,
            "stop": 873576200
        },
        {
            "start": 873576201,
            "stop": 873576206
        },
        {
            "start": 873576207,
            "stop": 873576211
        },
        {
            "start": 873576212,
            "stop": 873576227
        },
        {
            "start": 873576228,
            "stop": 873576235
        },
        {
            "start": 873576237,
            "stop": 873576244
        },
        {
            "start": 873576245,
            "stop": 873576293
        },
        {
            "start": 873576294,
            "stop": 873576328
        },
        {
            "start": 873576329,
            "stop": 873576416
        },
        {
            "start": 873576417,
            "stop": 873576474
        },
        {
            "start": 873576475,
            "stop": 873576483
        },
        {
            "start": 873576484,
            "stop": 873576501
        },
        {
            "start": 873576502,
            "stop": 873576503
        },
        {
            "start": 873576504,
            "stop": 873576514
        },
        {
            "start": 873576515,
            "stop": 873576550
        },
        {
            "start": 873576552,
            "stop": 873576619
        },
        {
            "start": 873576620,
            "stop": 873576700
        }
    ]
}