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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=138",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 139,
    "results": [
        {
            "start": 967002238,
            "stop": 967023168
        },
        {
            "start": 967025906,
            "stop": 967029211
        },
        {
            "start": 967030518,
            "stop": 967031950
        },
        {
            "start": 967033145,
            "stop": 967033791
        },
        {
            "start": 967034912,
            "stop": 967040417
        },
        {
            "start": 967043001,
            "stop": 967056554
        },
        {
            "start": 967063849,
            "stop": 967075790
        },
        {
            "start": 967120817,
            "stop": 967128719
        },
        {
            "start": 967129630,
            "stop": 967130673
        },
        {
            "start": 967131969,
            "stop": 967135517
        },
        {
            "start": 967136702,
            "stop": 967143205
        },
        {
            "start": 967144341,
            "stop": 967164305
        },
        {
            "start": 967166369,
            "stop": 967177540
        },
        {
            "start": 967180901,
            "stop": 967187719
        },
        {
            "start": 967188531,
            "stop": 967209259
        },
        {
            "start": 967212738,
            "stop": 967232230
        },
        {
            "start": 967233946,
            "stop": 967246170
        },
        {
            "start": 967248009,
            "stop": 967291508
        },
        {
            "start": 967323675,
            "stop": 967334427
        },
        {
            "start": 967334634,
            "stop": 967335223
        }
    ]
}