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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=111",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 112,
    "results": [
        {
            "start": 827777991,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827783836
        },
        {
            "start": 827785268,
            "stop": 827786477
        },
        {
            "start": 827786780,
            "stop": 827791404
        },
        {
            "start": 827791704,
            "stop": 827793108
        },
        {
            "start": 827793492,
            "stop": 827794594
        },
        {
            "start": 827794894,
            "stop": 827817718
        },
        {
            "start": 827820324,
            "stop": 827833038
        },
        {
            "start": 827833040,
            "stop": 827849217
        },
        {
            "start": 827854488,
            "stop": 827855189
        },
        {
            "start": 827855192,
            "stop": 827858713
        },
        {
            "start": 827858759,
            "stop": 827858761
        },
        {
            "start": 827858833,
            "stop": 827868872
        },
        {
            "start": 827869310,
            "stop": 827876353
        },
        {
            "start": 827876731,
            "stop": 827882111
        },
        {
            "start": 827882411,
            "stop": 827921742
        },
        {
            "start": 827922151,
            "stop": 827945828
        },
        {
            "start": 827945938,
            "stop": 827946399
        },
        {
            "start": 827946699,
            "stop": 827971455
        },
        {
            "start": 827971565,
            "stop": 827971626
        }
    ]
}