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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33114",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33115,
    "results": [
        {
            "start": 970559888,
            "stop": 970559906
        },
        {
            "start": 970559908,
            "stop": 970559915
        },
        {
            "start": 970559917,
            "stop": 970559930
        },
        {
            "start": 970559932,
            "stop": 970559957
        },
        {
            "start": 970559959,
            "stop": 970559964
        },
        {
            "start": 970559966,
            "stop": 970559969
        },
        {
            "start": 970559976,
            "stop": 970559989
        },
        {
            "start": 970559991,
            "stop": 970559995
        },
        {
            "start": 970559996,
            "stop": 970560003
        },
        {
            "start": 970560004,
            "stop": 970560015
        },
        {
            "start": 970560018,
            "stop": 970560024
        },
        {
            "start": 970560025,
            "stop": 970560061
        },
        {
            "start": 970560062,
            "stop": 970560063
        },
        {
            "start": 970560065,
            "stop": 970560072
        },
        {
            "start": 970560074,
            "stop": 970560125
        },
        {
            "start": 970560127,
            "stop": 970560131
        },
        {
            "start": 970560137,
            "stop": 970560143
        },
        {
            "start": 970560144,
            "stop": 970560152
        },
        {
            "start": 970560153,
            "stop": 970560155
        },
        {
            "start": 970560157,
            "stop": 970560168
        }
    ]
}