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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=155",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 156,
    "results": [
        {
            "start": 1418852614,
            "stop": 1418853095
        },
        {
            "start": 1418853099,
            "stop": 1418853101
        },
        {
            "start": 1418853103,
            "stop": 1418854327
        },
        {
            "start": 1418854330,
            "stop": 1418858343
        },
        {
            "start": 1418858345,
            "stop": 1418867539
        },
        {
            "start": 1418867544,
            "stop": 1418871016
        },
        {
            "start": 1418871021,
            "stop": 1418876650
        },
        {
            "start": 1418883017,
            "stop": 1418886561
        },
        {
            "start": 1418886562,
            "stop": 1418892504
        },
        {
            "start": 1418892506,
            "stop": 1418898371
        },
        {
            "start": 1418898375,
            "stop": 1418905131
        },
        {
            "start": 1418910228,
            "stop": 1418912084
        },
        {
            "start": 1418912089,
            "stop": 1418915524
        },
        {
            "start": 1418915528,
            "stop": 1418917943
        },
        {
            "start": 1418917948,
            "stop": 1418920227
        },
        {
            "start": 1418920232,
            "stop": 1418921120
        },
        {
            "start": 1418921123,
            "stop": 1418921752
        },
        {
            "start": 1418921964,
            "stop": 1418922773
        },
        {
            "start": 1418923117,
            "stop": 1418925022
        },
        {
            "start": 1418925025,
            "stop": 1418926561
        }
    ]
}