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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=298",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 299,
    "results": [
        {
            "start": 871893433,
            "stop": 871904993
        },
        {
            "start": 871905084,
            "stop": 871912058
        },
        {
            "start": 871915851,
            "stop": 871916145
        },
        {
            "start": 871916407,
            "stop": 871916450
        },
        {
            "start": 871916504,
            "stop": 871917066
        },
        {
            "start": 871917138,
            "stop": 871919466
        },
        {
            "start": 871920366,
            "stop": 871922479
        },
        {
            "start": 871923160,
            "stop": 871923809
        },
        {
            "start": 871923974,
            "stop": 871924243
        },
        {
            "start": 871924510,
            "stop": 871925418
        },
        {
            "start": 871925512,
            "stop": 871956750
        },
        {
            "start": 871958409,
            "stop": 871973130
        },
        {
            "start": 871973914,
            "stop": 871975454
        },
        {
            "start": 871976385,
            "stop": 871996181
        },
        {
            "start": 871997716,
            "stop": 871998894
        },
        {
            "start": 871999681,
            "stop": 871999941
        },
        {
            "start": 872001723,
            "stop": 872001724
        },
        {
            "start": 872001761,
            "stop": 872005945
        },
        {
            "start": 872009185,
            "stop": 872018134
        },
        {
            "start": 872018910,
            "stop": 872027929
        }
    ]
}