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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5308",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5306",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5307,
    "results": [
        {
            "start": 1136494229,
            "stop": 1136494274
        },
        {
            "start": 1136494276,
            "stop": 1136494298
        },
        {
            "start": 1136494300,
            "stop": 1136494364
        },
        {
            "start": 1136494366,
            "stop": 1136494410
        },
        {
            "start": 1136494412,
            "stop": 1136494444
        },
        {
            "start": 1136494446,
            "stop": 1136494519
        },
        {
            "start": 1136494521,
            "stop": 1136494570
        },
        {
            "start": 1136494572,
            "stop": 1136494600
        },
        {
            "start": 1136494602,
            "stop": 1136494628
        },
        {
            "start": 1136494630,
            "stop": 1136494636
        },
        {
            "start": 1136494638,
            "stop": 1136494659
        },
        {
            "start": 1136494661,
            "stop": 1136494726
        },
        {
            "start": 1136494728,
            "stop": 1136494825
        },
        {
            "start": 1136494827,
            "stop": 1136494837
        },
        {
            "start": 1136494839,
            "stop": 1136494851
        },
        {
            "start": 1136494853,
            "stop": 1136494872
        },
        {
            "start": 1136494874,
            "stop": 1136494957
        },
        {
            "start": 1136494959,
            "stop": 1136495012
        },
        {
            "start": 1136495014,
            "stop": 1136495017
        },
        {
            "start": 1136495019,
            "stop": 1136495021
        }
    ]
}