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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=308",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 309,
    "results": [
        {
            "start": 1260300120,
            "stop": 1260300250
        },
        {
            "start": 1260300253,
            "stop": 1260300564
        },
        {
            "start": 1260300567,
            "stop": 1260300570
        },
        {
            "start": 1260300573,
            "stop": 1260300592
        },
        {
            "start": 1260300595,
            "stop": 1260300596
        },
        {
            "start": 1260300599,
            "stop": 1260300882
        },
        {
            "start": 1260300885,
            "stop": 1260300918
        },
        {
            "start": 1260300921,
            "stop": 1260300932
        },
        {
            "start": 1260300935,
            "stop": 1260300936
        },
        {
            "start": 1260300939,
            "stop": 1260301346
        },
        {
            "start": 1260301349,
            "stop": 1260301371
        },
        {
            "start": 1260301374,
            "stop": 1260301398
        },
        {
            "start": 1260301404,
            "stop": 1260301586
        },
        {
            "start": 1260301589,
            "stop": 1260301696
        },
        {
            "start": 1260301699,
            "stop": 1260301784
        },
        {
            "start": 1260301787,
            "stop": 1260301796
        },
        {
            "start": 1260301799,
            "stop": 1260301822
        },
        {
            "start": 1260301825,
            "stop": 1260301829
        },
        {
            "start": 1260301832,
            "stop": 1260301984
        },
        {
            "start": 1260301987,
            "stop": 1260302032
        }
    ]
}