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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=188",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 189,
    "results": [
        {
            "start": 848971379,
            "stop": 848981877
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036862,
            "stop": 849037112
        },
        {
            "start": 849038862,
            "stop": 849044924
        },
        {
            "start": 849045800,
            "stop": 849049958
        },
        {
            "start": 849051650,
            "stop": 849053082
        },
        {
            "start": 849054750,
            "stop": 849076389
        },
        {
            "start": 849083076,
            "stop": 849087175
        },
        {
            "start": 849088629,
            "stop": 849089078
        },
        {
            "start": 849089789,
            "stop": 849109593
        },
        {
            "start": 849109671,
            "stop": 849112162
        },
        {
            "start": 849112482,
            "stop": 849112767
        },
        {
            "start": 849113167,
            "stop": 849147677
        },
        {
            "start": 849166101,
            "stop": 849212653
        },
        {
            "start": 849214041,
            "stop": 849214408
        },
        {
            "start": 849216268,
            "stop": 849225435
        },
        {
            "start": 849225437,
            "stop": 849248205
        },
        {
            "start": 849249890,
            "stop": 849300006
        },
        {
            "start": 849306061,
            "stop": 849369716
        },
        {
            "start": 849401857,
            "stop": 849413711
        }
    ]
}