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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=415",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 416,
    "results": [
        {
            "start": 1261445483,
            "stop": 1261445484
        },
        {
            "start": 1261445486,
            "stop": 1261446061
        },
        {
            "start": 1261446064,
            "stop": 1261446220
        },
        {
            "start": 1261446223,
            "stop": 1261446228
        },
        {
            "start": 1261446231,
            "stop": 1261446350
        },
        {
            "start": 1261446353,
            "stop": 1261446410
        },
        {
            "start": 1261446413,
            "stop": 1261447416
        },
        {
            "start": 1261447419,
            "stop": 1261447716
        },
        {
            "start": 1261447724,
            "stop": 1261448038
        },
        {
            "start": 1261448041,
            "stop": 1261451414
        },
        {
            "start": 1261451417,
            "stop": 1261452586
        },
        {
            "start": 1261452589,
            "stop": 1261453220
        },
        {
            "start": 1261453223,
            "stop": 1261455254
        },
        {
            "start": 1261455257,
            "stop": 1261456205
        },
        {
            "start": 1261456208,
            "stop": 1261456809
        },
        {
            "start": 1261456812,
            "stop": 1261456865
        },
        {
            "start": 1261456868,
            "stop": 1261457879
        },
        {
            "start": 1261457882,
            "stop": 1261457930
        },
        {
            "start": 1261457933,
            "stop": 1261457934
        },
        {
            "start": 1261457937,
            "stop": 1261457942
        }
    ]
}