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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=134",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 135,
    "results": [
        {
            "start": 1176922523,
            "stop": 1176946433
        },
        {
            "start": 1176946434,
            "stop": 1176946845
        },
        {
            "start": 1176946846,
            "stop": 1176946984
        },
        {
            "start": 1176946985,
            "stop": 1176947040
        },
        {
            "start": 1176947041,
            "stop": 1176947229
        },
        {
            "start": 1176947230,
            "stop": 1176947314
        },
        {
            "start": 1176947316,
            "stop": 1176947332
        },
        {
            "start": 1176947335,
            "stop": 1176947454
        },
        {
            "start": 1176947457,
            "stop": 1176947459
        },
        {
            "start": 1176947460,
            "stop": 1176947463
        },
        {
            "start": 1176947467,
            "stop": 1176947529
        },
        {
            "start": 1176947531,
            "stop": 1176947539
        },
        {
            "start": 1176947540,
            "stop": 1176947541
        },
        {
            "start": 1176947542,
            "stop": 1176947625
        },
        {
            "start": 1176947632,
            "stop": 1176947636
        },
        {
            "start": 1176947641,
            "stop": 1176947688
        },
        {
            "start": 1176947704,
            "stop": 1176947705
        },
        {
            "start": 1176947722,
            "stop": 1176947724
        },
        {
            "start": 1176947726,
            "stop": 1176947727
        },
        {
            "start": 1176947728,
            "stop": 1176947770
        }
    ]
}