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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=98",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 99,
    "results": [
        {
            "start": 848970221,
            "stop": 848970244
        },
        {
            "start": 848971379,
            "stop": 848981907
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036862,
            "stop": 849037142
        },
        {
            "start": 849038862,
            "stop": 849044954
        },
        {
            "start": 849045800,
            "stop": 849050352
        },
        {
            "start": 849051650,
            "stop": 849053474
        },
        {
            "start": 849054750,
            "stop": 849076419
        },
        {
            "start": 849083076,
            "stop": 849087175
        },
        {
            "start": 849088629,
            "stop": 849089108
        },
        {
            "start": 849089789,
            "stop": 849109593
        },
        {
            "start": 849109671,
            "stop": 849147707
        },
        {
            "start": 849166101,
            "stop": 849213046
        },
        {
            "start": 849214041,
            "stop": 849214802
        },
        {
            "start": 849216268,
            "stop": 849248235
        },
        {
            "start": 849249890,
            "stop": 849300036
        },
        {
            "start": 849306061,
            "stop": 849369716
        },
        {
            "start": 849396394,
            "stop": 849396883
        },
        {
            "start": 849401857,
            "stop": 849413711
        },
        {
            "start": 849415838,
            "stop": 849427890
        }
    ]
}