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/O2/timelines/L1_CBC_CAT1/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/O2/timelines/L1_CBC_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=21",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 22,
    "results": [
        {
            "start": 1174407251,
            "stop": 1174420517
        },
        {
            "start": 1174423591,
            "stop": 1174467894
        },
        {
            "start": 1174471589,
            "stop": 1174490438
        },
        {
            "start": 1174493345,
            "stop": 1174527635
        },
        {
            "start": 1174536556,
            "stop": 1174556510
        },
        {
            "start": 1174559560,
            "stop": 1174563059
        },
        {
            "start": 1174564400,
            "stop": 1174642669
        },
        {
            "start": 1174644173,
            "stop": 1174648294
        },
        {
            "start": 1174659927,
            "stop": 1174683719
        },
        {
            "start": 1174685836,
            "stop": 1174694542
        },
        {
            "start": 1174694972,
            "stop": 1174695150
        },
        {
            "start": 1174697358,
            "stop": 1174711372
        },
        {
            "start": 1174713646,
            "stop": 1174744823
        },
        {
            "start": 1174769075,
            "stop": 1174796478
        },
        {
            "start": 1174814314,
            "stop": 1174836324
        },
        {
            "start": 1174867032,
            "stop": 1174867949
        },
        {
            "start": 1174869441,
            "stop": 1174900383
        },
        {
            "start": 1174924959,
            "stop": 1174936629
        },
        {
            "start": 1174939088,
            "stop": 1174951189
        },
        {
            "start": 1174953065,
            "stop": 1174963250
        }
    ]
}