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=33241
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=33242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33240",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33241,
    "results": [
        {
            "start": 970983098,
            "stop": 970983139
        },
        {
            "start": 970983140,
            "stop": 970983142
        },
        {
            "start": 970983145,
            "stop": 970983152
        },
        {
            "start": 970983153,
            "stop": 970983157
        },
        {
            "start": 970983158,
            "stop": 970983189
        },
        {
            "start": 970983192,
            "stop": 970983208
        },
        {
            "start": 970983210,
            "stop": 970983233
        },
        {
            "start": 970983235,
            "stop": 970983315
        },
        {
            "start": 970983316,
            "stop": 970983317
        },
        {
            "start": 970983323,
            "stop": 970983339
        },
        {
            "start": 970983340,
            "stop": 970983358
        },
        {
            "start": 970983364,
            "stop": 970983375
        },
        {
            "start": 970983378,
            "stop": 970983458
        },
        {
            "start": 970983460,
            "stop": 970983484
        },
        {
            "start": 970983485,
            "stop": 970983538
        },
        {
            "start": 970983541,
            "stop": 970983556
        },
        {
            "start": 970983559,
            "stop": 970983571
        },
        {
            "start": 970983572,
            "stop": 970983599
        },
        {
            "start": 970983600,
            "stop": 970983601
        },
        {
            "start": 970983604,
            "stop": 970983625
        }
    ]
}