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=33121
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=33122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33120",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33121,
    "results": [
        {
            "start": 970561923,
            "stop": 970561924
        },
        {
            "start": 970561927,
            "stop": 970561933
        },
        {
            "start": 970561939,
            "stop": 970561940
        },
        {
            "start": 970561941,
            "stop": 970561948
        },
        {
            "start": 970561949,
            "stop": 970561967
        },
        {
            "start": 970561970,
            "stop": 970561974
        },
        {
            "start": 970561975,
            "stop": 970561977
        },
        {
            "start": 970561978,
            "stop": 970561991
        },
        {
            "start": 970561992,
            "stop": 970562004
        },
        {
            "start": 970562006,
            "stop": 970562018
        },
        {
            "start": 970562020,
            "stop": 970562029
        },
        {
            "start": 970562031,
            "stop": 970562050
        },
        {
            "start": 970562052,
            "stop": 970562063
        },
        {
            "start": 970562064,
            "stop": 970562065
        },
        {
            "start": 970562066,
            "stop": 970562075
        },
        {
            "start": 970562076,
            "stop": 970562144
        },
        {
            "start": 970562145,
            "stop": 970562148
        },
        {
            "start": 970562149,
            "stop": 970562182
        },
        {
            "start": 970562183,
            "stop": 970562195
        },
        {
            "start": 970562196,
            "stop": 970562201
        }
    ]
}