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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=695",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=693",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 694,
    "results": [
        {
            "start": 1266703937,
            "stop": 1266704703
        },
        {
            "start": 1266704707,
            "stop": 1266705347
        },
        {
            "start": 1266705351,
            "stop": 1266709109
        },
        {
            "start": 1266709113,
            "stop": 1266713158
        },
        {
            "start": 1266713159,
            "stop": 1266715582
        },
        {
            "start": 1266715585,
            "stop": 1266719222
        },
        {
            "start": 1266719226,
            "stop": 1266720095
        },
        {
            "start": 1266720098,
            "stop": 1266722070
        },
        {
            "start": 1266722072,
            "stop": 1266724933
        },
        {
            "start": 1266724935,
            "stop": 1266726669
        },
        {
            "start": 1266726672,
            "stop": 1266728307
        },
        {
            "start": 1266728310,
            "stop": 1266728387
        },
        {
            "start": 1266728389,
            "stop": 1266728943
        },
        {
            "start": 1266728946,
            "stop": 1266729248
        },
        {
            "start": 1266729250,
            "stop": 1266731317
        },
        {
            "start": 1266731319,
            "stop": 1266731450
        },
        {
            "start": 1266731452,
            "stop": 1266737213
        },
        {
            "start": 1266737215,
            "stop": 1266737465
        },
        {
            "start": 1266737469,
            "stop": 1266738092
        },
        {
            "start": 1266738096,
            "stop": 1266738616
        }
    ]
}