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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=51",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 52,
    "results": [
        {
            "start": 1165847357,
            "stop": 1165847360
        },
        {
            "start": 1165847361,
            "stop": 1165847373
        },
        {
            "start": 1165847374,
            "stop": 1165847423
        },
        {
            "start": 1165847425,
            "stop": 1165847427
        },
        {
            "start": 1165847428,
            "stop": 1165847451
        },
        {
            "start": 1165847452,
            "stop": 1165847456
        },
        {
            "start": 1165847457,
            "stop": 1165847458
        },
        {
            "start": 1165847459,
            "stop": 1165847502
        },
        {
            "start": 1165847503,
            "stop": 1165847504
        },
        {
            "start": 1165847505,
            "stop": 1165847551
        },
        {
            "start": 1165847552,
            "stop": 1165847553
        },
        {
            "start": 1165847554,
            "stop": 1165847575
        },
        {
            "start": 1165847576,
            "stop": 1165847586
        },
        {
            "start": 1165847587,
            "stop": 1165847604
        },
        {
            "start": 1165847605,
            "stop": 1165847648
        },
        {
            "start": 1165847650,
            "stop": 1165847654
        },
        {
            "start": 1165847655,
            "stop": 1165847657
        },
        {
            "start": 1165847658,
            "stop": 1165847659
        },
        {
            "start": 1165847660,
            "stop": 1165847683
        },
        {
            "start": 1165847684,
            "stop": 1165847696
        }
    ]
}