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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=179",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 180,
    "results": [
        {
            "start": 1180388643,
            "stop": 1180388644
        },
        {
            "start": 1180388646,
            "stop": 1180388648
        },
        {
            "start": 1180388649,
            "stop": 1180388651
        },
        {
            "start": 1180388654,
            "stop": 1180388673
        },
        {
            "start": 1180388675,
            "stop": 1180388683
        },
        {
            "start": 1180388684,
            "stop": 1180388734
        },
        {
            "start": 1180388736,
            "stop": 1180388737
        },
        {
            "start": 1180388738,
            "stop": 1180388744
        },
        {
            "start": 1180388746,
            "stop": 1180388747
        },
        {
            "start": 1180388748,
            "stop": 1180388754
        },
        {
            "start": 1180388755,
            "stop": 1180388764
        },
        {
            "start": 1180388765,
            "stop": 1180388808
        },
        {
            "start": 1180388809,
            "stop": 1180388813
        },
        {
            "start": 1180388819,
            "stop": 1180388822
        },
        {
            "start": 1180388826,
            "stop": 1180388842
        },
        {
            "start": 1180388844,
            "stop": 1180388847
        },
        {
            "start": 1180388848,
            "stop": 1180388851
        },
        {
            "start": 1180388860,
            "stop": 1180388861
        },
        {
            "start": 1180388869,
            "stop": 1180388910
        },
        {
            "start": 1180388911,
            "stop": 1180388933
        }
    ]
}