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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 44,
    "results": [
        {
            "start": 1370121325,
            "stop": 1370123561
        },
        {
            "start": 1370123563,
            "stop": 1370125603
        },
        {
            "start": 1370125605,
            "stop": 1370127866
        },
        {
            "start": 1370127867,
            "stop": 1370131705
        },
        {
            "start": 1370131706,
            "stop": 1370132820
        },
        {
            "start": 1370132822,
            "stop": 1370134028
        },
        {
            "start": 1370134029,
            "stop": 1370136160
        },
        {
            "start": 1370136161,
            "stop": 1370138266
        },
        {
            "start": 1370138267,
            "stop": 1370140616
        },
        {
            "start": 1370140618,
            "stop": 1370142617
        },
        {
            "start": 1370142618,
            "stop": 1370142706
        },
        {
            "start": 1370142710,
            "stop": 1370144985
        },
        {
            "start": 1370144987,
            "stop": 1370147080
        },
        {
            "start": 1370147082,
            "stop": 1370149394
        },
        {
            "start": 1370149396,
            "stop": 1370151626
        },
        {
            "start": 1370151627,
            "stop": 1370152185
        },
        {
            "start": 1370152187,
            "stop": 1370152523
        },
        {
            "start": 1370152528,
            "stop": 1370153052
        },
        {
            "start": 1370153054,
            "stop": 1370154586
        },
        {
            "start": 1370154588,
            "stop": 1370155712
        }
    ]
}