Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=489
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=488",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 489,
    "results": [
        {
            "start": 822430565,
            "stop": 822435569
        },
        {
            "start": 822435889,
            "stop": 822436164
        },
        {
            "start": 822436564,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822454058
        },
        {
            "start": 822454059,
            "stop": 822463117
        },
        {
            "start": 822463118,
            "stop": 822476233
        },
        {
            "start": 822476238,
            "stop": 822476239
        },
        {
            "start": 822476590,
            "stop": 822477253
        },
        {
            "start": 822477398,
            "stop": 822477493
        },
        {
            "start": 822479718,
            "stop": 822481783
        },
        {
            "start": 822482729,
            "stop": 822483076
        },
        {
            "start": 822483079,
            "stop": 822483373
        },
        {
            "start": 822483375,
            "stop": 822483385
        },
        {
            "start": 822483705,
            "stop": 822484012
        },
        {
            "start": 822485183,
            "stop": 822485855
        },
        {
            "start": 822485857,
            "stop": 822486011
        },
        {
            "start": 822486458,
            "stop": 822486553
        },
        {
            "start": 822486569,
            "stop": 822486570
        },
        {
            "start": 822486688,
            "stop": 822487033
        }
    ]
}