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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=363",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 364,
    "results": [
        {
            "start": 871851602,
            "stop": 871851752
        },
        {
            "start": 871857290,
            "stop": 871891906
        },
        {
            "start": 871893433,
            "stop": 871904993
        },
        {
            "start": 871905084,
            "stop": 871912058
        },
        {
            "start": 871915851,
            "stop": 871916145
        },
        {
            "start": 871916407,
            "stop": 871916450
        },
        {
            "start": 871916504,
            "stop": 871917066
        },
        {
            "start": 871917138,
            "stop": 871919443
        },
        {
            "start": 871920366,
            "stop": 871922456
        },
        {
            "start": 871923160,
            "stop": 871923809
        },
        {
            "start": 871923974,
            "stop": 871924243
        },
        {
            "start": 871924510,
            "stop": 871925418
        },
        {
            "start": 871925512,
            "stop": 871956726
        },
        {
            "start": 871958409,
            "stop": 871973111
        },
        {
            "start": 871973914,
            "stop": 871975454
        },
        {
            "start": 871976385,
            "stop": 871996158
        },
        {
            "start": 871997716,
            "stop": 871998870
        },
        {
            "start": 871999681,
            "stop": 871999941
        },
        {
            "start": 872001723,
            "stop": 872001724
        },
        {
            "start": 872001761,
            "stop": 872005921
        }
    ]
}