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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14108",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14109,
    "results": [
        {
            "start": 971160083,
            "stop": 971160084
        },
        {
            "start": 971160087,
            "stop": 971160088
        },
        {
            "start": 971160089,
            "stop": 971160090
        },
        {
            "start": 971160094,
            "stop": 971160096
        },
        {
            "start": 971160097,
            "stop": 971160099
        },
        {
            "start": 971160101,
            "stop": 971160102
        },
        {
            "start": 971160103,
            "stop": 971160104
        },
        {
            "start": 971160105,
            "stop": 971160106
        },
        {
            "start": 971160114,
            "stop": 971160115
        },
        {
            "start": 971160116,
            "stop": 971160117
        },
        {
            "start": 971160119,
            "stop": 971160120
        },
        {
            "start": 971160125,
            "stop": 971160129
        },
        {
            "start": 971160131,
            "stop": 971160138
        },
        {
            "start": 971160139,
            "stop": 971160144
        },
        {
            "start": 971160148,
            "stop": 971160149
        },
        {
            "start": 971160151,
            "stop": 971160160
        },
        {
            "start": 971160163,
            "stop": 971160164
        },
        {
            "start": 971160169,
            "stop": 971160174
        },
        {
            "start": 971160176,
            "stop": 971160180
        },
        {
            "start": 971160183,
            "stop": 971160186
        }
    ]
}