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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=59",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 60,
    "results": [
        {
            "start": 822430565,
            "stop": 822435569
        },
        {
            "start": 822435889,
            "stop": 822436164
        },
        {
            "start": 822436564,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822476240
        },
        {
            "start": 822476590,
            "stop": 822477274
        },
        {
            "start": 822477398,
            "stop": 822477505
        },
        {
            "start": 822479718,
            "stop": 822481783
        },
        {
            "start": 822482729,
            "stop": 822483076
        },
        {
            "start": 822483079,
            "stop": 822483374
        },
        {
            "start": 822483375,
            "stop": 822483385
        },
        {
            "start": 822483705,
            "stop": 822484012
        },
        {
            "start": 822485183,
            "stop": 822485855
        },
        {
            "start": 822485857,
            "stop": 822486012
        },
        {
            "start": 822486458,
            "stop": 822486570
        },
        {
            "start": 822486688,
            "stop": 822487060
        },
        {
            "start": 822487132,
            "stop": 822487692
        },
        {
            "start": 822487694,
            "stop": 822487870
        },
        {
            "start": 822491020,
            "stop": 822491156
        },
        {
            "start": 822491159,
            "stop": 822491164
        }
    ]
}