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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=30",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 31,
    "results": [
        {
            "start": 1165838697,
            "stop": 1165838705
        },
        {
            "start": 1165838706,
            "stop": 1165838728
        },
        {
            "start": 1165838729,
            "stop": 1165838745
        },
        {
            "start": 1165838746,
            "stop": 1165838779
        },
        {
            "start": 1165838780,
            "stop": 1165838791
        },
        {
            "start": 1165838792,
            "stop": 1165838798
        },
        {
            "start": 1165838799,
            "stop": 1165838818
        },
        {
            "start": 1165838819,
            "stop": 1165838835
        },
        {
            "start": 1165838836,
            "stop": 1165838867
        },
        {
            "start": 1165838868,
            "stop": 1165839021
        },
        {
            "start": 1165839023,
            "stop": 1165839107
        },
        {
            "start": 1165839108,
            "stop": 1165839193
        },
        {
            "start": 1165839194,
            "stop": 1165839210
        },
        {
            "start": 1165839211,
            "stop": 1165839271
        },
        {
            "start": 1165839272,
            "stop": 1165839345
        },
        {
            "start": 1165839346,
            "stop": 1165839459
        },
        {
            "start": 1165839460,
            "stop": 1165839690
        },
        {
            "start": 1165839691,
            "stop": 1165839693
        },
        {
            "start": 1165839694,
            "stop": 1165839695
        },
        {
            "start": 1165839696,
            "stop": 1165839702
        }
    ]
}