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=14157
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=14158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14156",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14157,
    "results": [
        {
            "start": 971165109,
            "stop": 971165110
        },
        {
            "start": 971165114,
            "stop": 971165115
        },
        {
            "start": 971165116,
            "stop": 971165123
        },
        {
            "start": 971165126,
            "stop": 971165127
        },
        {
            "start": 971165140,
            "stop": 971165145
        },
        {
            "start": 971165146,
            "stop": 971165147
        },
        {
            "start": 971165148,
            "stop": 971165152
        },
        {
            "start": 971165153,
            "stop": 971165155
        },
        {
            "start": 971165159,
            "stop": 971165160
        },
        {
            "start": 971165162,
            "stop": 971165166
        },
        {
            "start": 971165168,
            "stop": 971165169
        },
        {
            "start": 971165171,
            "stop": 971165175
        },
        {
            "start": 971165176,
            "stop": 971165177
        },
        {
            "start": 971165179,
            "stop": 971165184
        },
        {
            "start": 971165186,
            "stop": 971165187
        },
        {
            "start": 971165192,
            "stop": 971165194
        },
        {
            "start": 971165196,
            "stop": 971165197
        },
        {
            "start": 971165198,
            "stop": 971165200
        },
        {
            "start": 971165205,
            "stop": 971165206
        },
        {
            "start": 971165211,
            "stop": 971165212
        }
    ]
}