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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=150",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 151,
    "results": [
        {
            "start": 970277660,
            "stop": 970294383
        },
        {
            "start": 970296010,
            "stop": 970319207
        },
        {
            "start": 970373425,
            "stop": 970380296
        },
        {
            "start": 970386032,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970408161
        },
        {
            "start": 970408399,
            "stop": 970411185
        },
        {
            "start": 970412781,
            "stop": 970412860
        },
        {
            "start": 970415035,
            "stop": 970421738
        },
        {
            "start": 970450498,
            "stop": 970497510
        },
        {
            "start": 970499394,
            "stop": 970507087
        },
        {
            "start": 970566904,
            "stop": 970568268
        },
        {
            "start": 970569673,
            "stop": 970570447
        },
        {
            "start": 970572115,
            "stop": 970573121
        },
        {
            "start": 970573982,
            "stop": 970576883
        },
        {
            "start": 970578192,
            "stop": 970581271
        },
        {
            "start": 970589505,
            "stop": 970589825
        },
        {
            "start": 970594964,
            "stop": 970598507
        },
        {
            "start": 970631520,
            "stop": 970670487
        },
        {
            "start": 970675820,
            "stop": 970682398
        },
        {
            "start": 970683027,
            "stop": 970683779
        }
    ]
}