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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=403",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 404,
    "results": [
        {
            "start": 1261132258,
            "stop": 1261132264
        },
        {
            "start": 1261132266,
            "stop": 1261132400
        },
        {
            "start": 1261132403,
            "stop": 1261132414
        },
        {
            "start": 1261132417,
            "stop": 1261132446
        },
        {
            "start": 1261132448,
            "stop": 1261132452
        },
        {
            "start": 1261132455,
            "stop": 1261132561
        },
        {
            "start": 1261132564,
            "stop": 1261132665
        },
        {
            "start": 1261132668,
            "stop": 1261132822
        },
        {
            "start": 1261132825,
            "stop": 1261132835
        },
        {
            "start": 1261132838,
            "stop": 1261132845
        },
        {
            "start": 1261132847,
            "stop": 1261132851
        },
        {
            "start": 1261132853,
            "stop": 1261132870
        },
        {
            "start": 1261132872,
            "stop": 1261132874
        },
        {
            "start": 1261132876,
            "stop": 1261133156
        },
        {
            "start": 1261133158,
            "stop": 1261135274
        },
        {
            "start": 1261135277,
            "stop": 1261136435
        },
        {
            "start": 1261136438,
            "stop": 1261137420
        },
        {
            "start": 1261137423,
            "stop": 1261139059
        },
        {
            "start": 1261139062,
            "stop": 1261139146
        },
        {
            "start": 1261139148,
            "stop": 1261139402
        }
    ]
}