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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=33",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 34,
    "results": [
        {
            "start": 1165841486,
            "stop": 1165841488
        },
        {
            "start": 1165841489,
            "stop": 1165841491
        },
        {
            "start": 1165841492,
            "stop": 1165841496
        },
        {
            "start": 1165841497,
            "stop": 1165841521
        },
        {
            "start": 1165841522,
            "stop": 1165841551
        },
        {
            "start": 1165841552,
            "stop": 1165841565
        },
        {
            "start": 1165841566,
            "stop": 1165841580
        },
        {
            "start": 1165841581,
            "stop": 1165841587
        },
        {
            "start": 1165841588,
            "stop": 1165841591
        },
        {
            "start": 1165841592,
            "stop": 1165841593
        },
        {
            "start": 1165841594,
            "stop": 1165841601
        },
        {
            "start": 1165841602,
            "stop": 1165841606
        },
        {
            "start": 1165841607,
            "stop": 1165841620
        },
        {
            "start": 1165841621,
            "stop": 1165841641
        },
        {
            "start": 1165841642,
            "stop": 1165841656
        },
        {
            "start": 1165841657,
            "stop": 1165841666
        },
        {
            "start": 1165841667,
            "stop": 1165841708
        },
        {
            "start": 1165841709,
            "stop": 1165841711
        },
        {
            "start": 1165841712,
            "stop": 1165841723
        },
        {
            "start": 1165841725,
            "stop": 1165841728
        }
    ]
}