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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3841",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3842,
    "results": [
        {
            "start": 875060700,
            "stop": 875061240
        },
        {
            "start": 875061300,
            "stop": 875061960
        },
        {
            "start": 875062020,
            "stop": 875062554
        },
        {
            "start": 875062573,
            "stop": 875062860
        },
        {
            "start": 875062980,
            "stop": 875063497
        },
        {
            "start": 875063514,
            "stop": 875063606
        },
        {
            "start": 875063609,
            "stop": 875063704
        },
        {
            "start": 875063723,
            "stop": 875063853
        },
        {
            "start": 875063857,
            "stop": 875064000
        },
        {
            "start": 875064060,
            "stop": 875064240
        },
        {
            "start": 875064300,
            "stop": 875064660
        },
        {
            "start": 875064720,
            "stop": 875065659
        },
        {
            "start": 875065676,
            "stop": 875067840
        },
        {
            "start": 875067900,
            "stop": 875067960
        },
        {
            "start": 875068200,
            "stop": 875068380
        },
        {
            "start": 875068440,
            "stop": 875068525
        },
        {
            "start": 875068542,
            "stop": 875068835
        },
        {
            "start": 875068852,
            "stop": 875071130
        },
        {
            "start": 875071147,
            "stop": 875071209
        },
        {
            "start": 875071226,
            "stop": 875072596
        }
    ]
}