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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=544",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 545,
    "results": [
        {
            "start": 871765327,
            "stop": 871775546
        },
        {
            "start": 871775548,
            "stop": 871780899
        },
        {
            "start": 871781379,
            "stop": 871804811
        },
        {
            "start": 871806525,
            "stop": 871822026
        },
        {
            "start": 871822117,
            "stop": 871827893
        },
        {
            "start": 871836347,
            "stop": 871839184
        },
        {
            "start": 871839297,
            "stop": 871849287
        },
        {
            "start": 871851602,
            "stop": 871851752
        },
        {
            "start": 871857290,
            "stop": 871888636
        },
        {
            "start": 871888638,
            "stop": 871891906
        },
        {
            "start": 871893433,
            "stop": 871904993
        },
        {
            "start": 871905084,
            "stop": 871912058
        },
        {
            "start": 871915851,
            "stop": 871915868
        },
        {
            "start": 871915870,
            "stop": 871915903
        },
        {
            "start": 871915905,
            "stop": 871916145
        },
        {
            "start": 871916407,
            "stop": 871916450
        },
        {
            "start": 871916504,
            "stop": 871917062
        },
        {
            "start": 871917065,
            "stop": 871917066
        },
        {
            "start": 871917138,
            "stop": 871919443
        },
        {
            "start": 871920366,
            "stop": 871922456
        }
    ]
}