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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 127,
    "results": [
        {
            "start": 1239520858,
            "stop": 1239520924
        },
        {
            "start": 1239520926,
            "stop": 1239521012
        },
        {
            "start": 1239521013,
            "stop": 1239521030
        },
        {
            "start": 1239521031,
            "stop": 1239521109
        },
        {
            "start": 1239521111,
            "stop": 1239521897
        },
        {
            "start": 1239521900,
            "stop": 1239523498
        },
        {
            "start": 1239523499,
            "stop": 1239523659
        },
        {
            "start": 1239523662,
            "stop": 1239523878
        },
        {
            "start": 1239523881,
            "stop": 1239524978
        },
        {
            "start": 1239524981,
            "stop": 1239526944
        },
        {
            "start": 1239526947,
            "stop": 1239527278
        },
        {
            "start": 1239527281,
            "stop": 1239528030
        },
        {
            "start": 1239528033,
            "stop": 1239531796
        },
        {
            "start": 1239531799,
            "stop": 1239532019
        },
        {
            "start": 1239532022,
            "stop": 1239532859
        },
        {
            "start": 1239532861,
            "stop": 1239533742
        },
        {
            "start": 1239533745,
            "stop": 1239533964
        },
        {
            "start": 1239533967,
            "stop": 1239535587
        },
        {
            "start": 1239535590,
            "stop": 1239536025
        },
        {
            "start": 1239536028,
            "stop": 1239537333
        }
    ]
}