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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=275",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 276,
    "results": [
        {
            "start": 866335376,
            "stop": 866338020
        },
        {
            "start": 866339730,
            "stop": 866339834
        },
        {
            "start": 866340202,
            "stop": 866340223
        },
        {
            "start": 866344334,
            "stop": 866360768
        },
        {
            "start": 866362280,
            "stop": 866378816
        },
        {
            "start": 866379346,
            "stop": 866380431
        },
        {
            "start": 866380539,
            "stop": 866392398
        },
        {
            "start": 866392550,
            "stop": 866392668
        },
        {
            "start": 866394458,
            "stop": 866394754
        },
        {
            "start": 866395021,
            "stop": 866396596
        },
        {
            "start": 866397061,
            "stop": 866397184
        },
        {
            "start": 866397434,
            "stop": 866402837
        },
        {
            "start": 866406619,
            "stop": 866407022
        },
        {
            "start": 866408914,
            "stop": 866435159
        },
        {
            "start": 866437119,
            "stop": 866450888
        },
        {
            "start": 866451579,
            "stop": 866462596
        },
        {
            "start": 866465225,
            "stop": 866465413
        },
        {
            "start": 866465711,
            "stop": 866472666
        },
        {
            "start": 866472800,
            "stop": 866479268
        },
        {
            "start": 866479547,
            "stop": 866489716
        }
    ]
}