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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8371",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8372,
    "results": [
        {
            "start": 874798294,
            "stop": 874798421
        },
        {
            "start": 874798440,
            "stop": 874798450
        },
        {
            "start": 874798469,
            "stop": 874798484
        },
        {
            "start": 874798503,
            "stop": 874798838
        },
        {
            "start": 874798869,
            "stop": 874799112
        },
        {
            "start": 874799132,
            "stop": 874799162
        },
        {
            "start": 874799179,
            "stop": 874799362
        },
        {
            "start": 874799384,
            "stop": 874799706
        },
        {
            "start": 874799754,
            "stop": 874799775
        },
        {
            "start": 874799796,
            "stop": 874799933
        },
        {
            "start": 874799953,
            "stop": 874800135
        },
        {
            "start": 874800154,
            "stop": 874800180
        },
        {
            "start": 874800240,
            "stop": 874800420
        },
        {
            "start": 874800480,
            "stop": 874801320
        },
        {
            "start": 874801380,
            "stop": 874801680
        },
        {
            "start": 874801745,
            "stop": 874802100
        },
        {
            "start": 874802160,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802947
        },
        {
            "start": 874802968,
            "stop": 874803047
        },
        {
            "start": 874803120,
            "stop": 874803125
        }
    ]
}