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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=113",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 114,
    "results": [
        {
            "start": 1413470425,
            "stop": 1413470480
        },
        {
            "start": 1413470867,
            "stop": 1413474151
        },
        {
            "start": 1413474156,
            "stop": 1413476918
        },
        {
            "start": 1413476923,
            "stop": 1413481521
        },
        {
            "start": 1413495141,
            "stop": 1413500210
        },
        {
            "start": 1413500215,
            "stop": 1413505001
        },
        {
            "start": 1413505006,
            "stop": 1413506311
        },
        {
            "start": 1413506316,
            "stop": 1413508209
        },
        {
            "start": 1413512319,
            "stop": 1413513205
        },
        {
            "start": 1413513210,
            "stop": 1413513729
        },
        {
            "start": 1413513734,
            "stop": 1413516320
        },
        {
            "start": 1413519808,
            "stop": 1413527802
        },
        {
            "start": 1413527807,
            "stop": 1413527880
        },
        {
            "start": 1413527885,
            "stop": 1413529133
        },
        {
            "start": 1413529138,
            "stop": 1413529139
        },
        {
            "start": 1413529144,
            "stop": 1413532589
        },
        {
            "start": 1413532594,
            "stop": 1413533168
        },
        {
            "start": 1413533308,
            "stop": 1413534440
        },
        {
            "start": 1413534445,
            "stop": 1413540495
        },
        {
            "start": 1413540500,
            "stop": 1413542325
        }
    ]
}