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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 210,
    "results": [
        {
            "start": 1375601445,
            "stop": 1375602656
        },
        {
            "start": 1375602658,
            "stop": 1375603867
        },
        {
            "start": 1375603868,
            "stop": 1375604960
        },
        {
            "start": 1375604962,
            "stop": 1375606181
        },
        {
            "start": 1375606182,
            "stop": 1375606842
        },
        {
            "start": 1375606843,
            "stop": 1375607215
        },
        {
            "start": 1375607217,
            "stop": 1375609033
        },
        {
            "start": 1375665648,
            "stop": 1375665946
        },
        {
            "start": 1375665947,
            "stop": 1375667880
        },
        {
            "start": 1375667882,
            "stop": 1375668420
        },
        {
            "start": 1375668422,
            "stop": 1375670622
        },
        {
            "start": 1375670624,
            "stop": 1375670770
        },
        {
            "start": 1375670774,
            "stop": 1375671721
        },
        {
            "start": 1375671724,
            "stop": 1375673473
        },
        {
            "start": 1375673475,
            "stop": 1375676130
        },
        {
            "start": 1375676131,
            "stop": 1375678483
        },
        {
            "start": 1375678484,
            "stop": 1375686846
        },
        {
            "start": 1375693089,
            "stop": 1375694630
        },
        {
            "start": 1375694632,
            "stop": 1375696685
        },
        {
            "start": 1375696687,
            "stop": 1375698588
        }
    ]
}