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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=318",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 319,
    "results": [
        {
            "start": 1240218426,
            "stop": 1240218544
        },
        {
            "start": 1240218546,
            "stop": 1240218664
        },
        {
            "start": 1240218666,
            "stop": 1240218784
        },
        {
            "start": 1240218786,
            "stop": 1240218904
        },
        {
            "start": 1240218906,
            "stop": 1240219024
        },
        {
            "start": 1240219026,
            "stop": 1240219144
        },
        {
            "start": 1240219146,
            "stop": 1240219262
        },
        {
            "start": 1240219263,
            "stop": 1240219384
        },
        {
            "start": 1240219386,
            "stop": 1240219504
        },
        {
            "start": 1240219506,
            "stop": 1240219624
        },
        {
            "start": 1240219626,
            "stop": 1240219744
        },
        {
            "start": 1240219746,
            "stop": 1240219864
        },
        {
            "start": 1240219866,
            "stop": 1240219984
        },
        {
            "start": 1240219986,
            "stop": 1240220104
        },
        {
            "start": 1240220106,
            "stop": 1240220224
        },
        {
            "start": 1240220226,
            "stop": 1240220344
        },
        {
            "start": 1240220346,
            "stop": 1240220464
        },
        {
            "start": 1240220466,
            "stop": 1240220584
        },
        {
            "start": 1240220586,
            "stop": 1240220704
        },
        {
            "start": 1240220706,
            "stop": 1240220824
        }
    ]
}