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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2930",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2931,
    "results": [
        {
            "start": 859062679,
            "stop": 859063210
        },
        {
            "start": 859063213,
            "stop": 859063367
        },
        {
            "start": 859063370,
            "stop": 859063513
        },
        {
            "start": 859063516,
            "stop": 859063542
        },
        {
            "start": 859063548,
            "stop": 859063652
        },
        {
            "start": 859063655,
            "stop": 859063948
        },
        {
            "start": 859063951,
            "stop": 859064356
        },
        {
            "start": 859064359,
            "stop": 859064655
        },
        {
            "start": 859064658,
            "stop": 859065070
        },
        {
            "start": 859065073,
            "stop": 859065085
        },
        {
            "start": 859065088,
            "stop": 859065182
        },
        {
            "start": 859065185,
            "stop": 859065187
        },
        {
            "start": 859065191,
            "stop": 859065197
        },
        {
            "start": 859065200,
            "stop": 859065316
        },
        {
            "start": 859065321,
            "stop": 859066082
        },
        {
            "start": 859066085,
            "stop": 859066509
        },
        {
            "start": 859066514,
            "stop": 859066661
        },
        {
            "start": 859066664,
            "stop": 859066989
        },
        {
            "start": 859066992,
            "stop": 859067430
        },
        {
            "start": 859067433,
            "stop": 859067474
        }
    ]
}