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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33088",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33086",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33087,
    "results": [
        {
            "start": 970539843,
            "stop": 970539844
        },
        {
            "start": 970539846,
            "stop": 970539858
        },
        {
            "start": 970539859,
            "stop": 970539867
        },
        {
            "start": 970539868,
            "stop": 970539887
        },
        {
            "start": 970539889,
            "stop": 970539890
        },
        {
            "start": 970539892,
            "stop": 970539917
        },
        {
            "start": 970539921,
            "stop": 970539945
        },
        {
            "start": 970539946,
            "stop": 970539966
        },
        {
            "start": 970539967,
            "stop": 970540003
        },
        {
            "start": 970540005,
            "stop": 970540040
        },
        {
            "start": 970540041,
            "stop": 970540047
        },
        {
            "start": 970540048,
            "stop": 970540051
        },
        {
            "start": 970540052,
            "stop": 970540076
        },
        {
            "start": 970540079,
            "stop": 970540089
        },
        {
            "start": 970540091,
            "stop": 970540106
        },
        {
            "start": 970540108,
            "stop": 970540114
        },
        {
            "start": 970540116,
            "stop": 970540133
        },
        {
            "start": 970540135,
            "stop": 970540140
        },
        {
            "start": 970540142,
            "stop": 970540156
        },
        {
            "start": 970540157,
            "stop": 970540166
        }
    ]
}