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=33186
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=33187",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33185",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33186,
    "results": [
        {
            "start": 970836117,
            "stop": 970836132
        },
        {
            "start": 970836134,
            "stop": 970836166
        },
        {
            "start": 970836169,
            "stop": 970837629
        },
        {
            "start": 970837634,
            "stop": 970838199
        },
        {
            "start": 970838201,
            "stop": 970838384
        },
        {
            "start": 970838386,
            "stop": 970838446
        },
        {
            "start": 970838449,
            "stop": 970838478
        },
        {
            "start": 970838482,
            "stop": 970838720
        },
        {
            "start": 970838721,
            "stop": 970838880
        },
        {
            "start": 970838883,
            "stop": 970838960
        },
        {
            "start": 970838963,
            "stop": 970839317
        },
        {
            "start": 970839320,
            "stop": 970839506
        },
        {
            "start": 970839509,
            "stop": 970839529
        },
        {
            "start": 970839533,
            "stop": 970839945
        },
        {
            "start": 970839951,
            "stop": 970840072
        },
        {
            "start": 970840073,
            "stop": 970840127
        },
        {
            "start": 970840130,
            "stop": 970840159
        },
        {
            "start": 970840162,
            "stop": 970840275
        },
        {
            "start": 970840278,
            "stop": 970840450
        },
        {
            "start": 970840453,
            "stop": 970840619
        }
    ]
}