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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=55",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 56,
    "results": [
        {
            "start": 1165848596,
            "stop": 1165848626
        },
        {
            "start": 1165848627,
            "stop": 1165848633
        },
        {
            "start": 1165848634,
            "stop": 1165848645
        },
        {
            "start": 1165848646,
            "stop": 1165848653
        },
        {
            "start": 1165848654,
            "stop": 1165848698
        },
        {
            "start": 1165848700,
            "stop": 1165848714
        },
        {
            "start": 1165848715,
            "stop": 1165848717
        },
        {
            "start": 1165848718,
            "stop": 1165848719
        },
        {
            "start": 1165848720,
            "stop": 1165848726
        },
        {
            "start": 1165848727,
            "stop": 1165848760
        },
        {
            "start": 1165848761,
            "stop": 1165848774
        },
        {
            "start": 1165848776,
            "stop": 1165848780
        },
        {
            "start": 1165848781,
            "stop": 1165848784
        },
        {
            "start": 1165848785,
            "stop": 1165848786
        },
        {
            "start": 1165848787,
            "stop": 1165848788
        },
        {
            "start": 1165848789,
            "stop": 1165848797
        },
        {
            "start": 1165848798,
            "stop": 1165848838
        },
        {
            "start": 1165848839,
            "stop": 1165848854
        },
        {
            "start": 1165848855,
            "stop": 1165848871
        },
        {
            "start": 1165848872,
            "stop": 1165848902
        }
    ]
}