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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 11,
    "results": [
        {
            "start": 1168849539,
            "stop": 1168878579
        },
        {
            "start": 1168878951,
            "stop": 1168883627
        },
        {
            "start": 1168883782,
            "stop": 1168903463
        },
        {
            "start": 1168921414,
            "stop": 1168940100
        },
        {
            "start": 1168949380,
            "stop": 1169015393
        },
        {
            "start": 1169018806,
            "stop": 1169018880
        },
        {
            "start": 1169019044,
            "stop": 1169024592
        },
        {
            "start": 1169035392,
            "stop": 1169095521
        },
        {
            "start": 1169207704,
            "stop": 1169218062
        },
        {
            "start": 1169237108,
            "stop": 1169237834
        },
        {
            "start": 1169238943,
            "stop": 1169241014
        },
        {
            "start": 1169241199,
            "stop": 1169249464
        },
        {
            "start": 1169256223,
            "stop": 1169274709
        },
        {
            "start": 1169281203,
            "stop": 1169289495
        },
        {
            "start": 1169298789,
            "stop": 1169305198
        },
        {
            "start": 1169347048,
            "stop": 1169353719
        },
        {
            "start": 1169353880,
            "stop": 1169370308
        },
        {
            "start": 1169375326,
            "stop": 1169376328
        },
        {
            "start": 1169377879,
            "stop": 1169378611
        },
        {
            "start": 1169385856,
            "stop": 1169386921
        }
    ]
}