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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=133",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 134,
    "results": [
        {
            "start": 1176830169,
            "stop": 1176830176
        },
        {
            "start": 1176830183,
            "stop": 1176830187
        },
        {
            "start": 1176830195,
            "stop": 1176830200
        },
        {
            "start": 1176830208,
            "stop": 1176830213
        },
        {
            "start": 1176830221,
            "stop": 1176830224
        },
        {
            "start": 1176830232,
            "stop": 1176830236
        },
        {
            "start": 1176830244,
            "stop": 1176830247
        },
        {
            "start": 1176830255,
            "stop": 1176830258
        },
        {
            "start": 1176830267,
            "stop": 1176830270
        },
        {
            "start": 1176830278,
            "stop": 1176830280
        },
        {
            "start": 1176830287,
            "stop": 1176830294
        },
        {
            "start": 1176830298,
            "stop": 1176830461
        },
        {
            "start": 1176830466,
            "stop": 1176830470
        },
        {
            "start": 1176830475,
            "stop": 1176830480
        },
        {
            "start": 1176830486,
            "stop": 1176830490
        },
        {
            "start": 1176830496,
            "stop": 1176841982
        },
        {
            "start": 1176846829,
            "stop": 1176847620
        },
        {
            "start": 1176848017,
            "stop": 1176850439
        },
        {
            "start": 1176850442,
            "stop": 1176902816
        },
        {
            "start": 1176907017,
            "stop": 1176922460
        }
    ]
}