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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40775",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40776,
    "results": [
        {
            "start": 874992751,
            "stop": 874992759
        },
        {
            "start": 874992760,
            "stop": 874992770
        },
        {
            "start": 874992772,
            "stop": 874992780
        },
        {
            "start": 874992781,
            "stop": 874992810
        },
        {
            "start": 874992811,
            "stop": 874992854
        },
        {
            "start": 874992856,
            "stop": 874992919
        },
        {
            "start": 874992920,
            "stop": 874992927
        },
        {
            "start": 874992929,
            "stop": 874992930
        },
        {
            "start": 874992932,
            "stop": 874992940
        },
        {
            "start": 874992941,
            "stop": 874992962
        },
        {
            "start": 874992963,
            "stop": 874992968
        },
        {
            "start": 874992970,
            "stop": 874992978
        },
        {
            "start": 874992979,
            "stop": 874992987
        },
        {
            "start": 874992989,
            "stop": 874993088
        },
        {
            "start": 874993089,
            "stop": 874993102
        },
        {
            "start": 874993103,
            "stop": 874993212
        },
        {
            "start": 874993214,
            "stop": 874993329
        },
        {
            "start": 874993330,
            "stop": 874993333
        },
        {
            "start": 874993334,
            "stop": 874993393
        },
        {
            "start": 874993394,
            "stop": 874993426
        }
    ]
}