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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=198",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 199,
    "results": [
        {
            "start": 1182266835,
            "stop": 1182275714
        },
        {
            "start": 1182275716,
            "stop": 1182275768
        },
        {
            "start": 1182275769,
            "stop": 1182275780
        },
        {
            "start": 1182275781,
            "stop": 1182276049
        },
        {
            "start": 1182276052,
            "stop": 1182276282
        },
        {
            "start": 1182276284,
            "stop": 1182312477
        },
        {
            "start": 1182319864,
            "stop": 1182320009
        },
        {
            "start": 1182320161,
            "stop": 1182331170
        },
        {
            "start": 1182331174,
            "stop": 1182331316
        },
        {
            "start": 1182331318,
            "stop": 1182332865
        },
        {
            "start": 1182332867,
            "stop": 1182332959
        },
        {
            "start": 1182332960,
            "stop": 1182333559
        },
        {
            "start": 1182333562,
            "stop": 1182334732
        },
        {
            "start": 1182337376,
            "stop": 1182350175
        },
        {
            "start": 1182353472,
            "stop": 1182368726
        },
        {
            "start": 1182368727,
            "stop": 1182368775
        },
        {
            "start": 1182368777,
            "stop": 1182368785
        },
        {
            "start": 1182368786,
            "stop": 1182369044
        },
        {
            "start": 1182369045,
            "stop": 1182369376
        },
        {
            "start": 1182369377,
            "stop": 1182369577
        }
    ]
}