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=491
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=492",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=490",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 491,
    "results": [
        {
            "start": 1262368562,
            "stop": 1262368603
        },
        {
            "start": 1262368606,
            "stop": 1262368660
        },
        {
            "start": 1262368663,
            "stop": 1262368701
        },
        {
            "start": 1262368704,
            "stop": 1262368743
        },
        {
            "start": 1262368746,
            "stop": 1262368824
        },
        {
            "start": 1262368827,
            "stop": 1262368892
        },
        {
            "start": 1262368895,
            "stop": 1262368902
        },
        {
            "start": 1262368905,
            "stop": 1262368933
        },
        {
            "start": 1262368936,
            "stop": 1262369137
        },
        {
            "start": 1262369140,
            "stop": 1262369168
        },
        {
            "start": 1262369171,
            "stop": 1262369190
        },
        {
            "start": 1262369193,
            "stop": 1262369268
        },
        {
            "start": 1262369271,
            "stop": 1262369280
        },
        {
            "start": 1262369283,
            "stop": 1262369297
        },
        {
            "start": 1262369300,
            "stop": 1262369618
        },
        {
            "start": 1262369621,
            "stop": 1262369852
        },
        {
            "start": 1262369855,
            "stop": 1262369884
        },
        {
            "start": 1262369887,
            "stop": 1262369918
        },
        {
            "start": 1262369921,
            "stop": 1262370059
        },
        {
            "start": 1262370062,
            "stop": 1262370064
        }
    ]
}