Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 100,
    "results": [
        {
            "start": 1238517711,
            "stop": 1238517721
        },
        {
            "start": 1238517725,
            "stop": 1238517735
        },
        {
            "start": 1238517736,
            "stop": 1238517737
        },
        {
            "start": 1238517739,
            "stop": 1238517740
        },
        {
            "start": 1238532503,
            "stop": 1238532514
        },
        {
            "start": 1238532521,
            "stop": 1238532524
        },
        {
            "start": 1238532529,
            "stop": 1238532531
        },
        {
            "start": 1238532536,
            "stop": 1238532558
        },
        {
            "start": 1238532562,
            "stop": 1238532604
        },
        {
            "start": 1238532676,
            "stop": 1238532692
        },
        {
            "start": 1238532694,
            "stop": 1238532887
        },
        {
            "start": 1238532892,
            "stop": 1238532926
        },
        {
            "start": 1238532930,
            "stop": 1238533009
        },
        {
            "start": 1238533012,
            "stop": 1238533030
        },
        {
            "start": 1238533033,
            "stop": 1238533404
        },
        {
            "start": 1238533407,
            "stop": 1238533500
        },
        {
            "start": 1238533505,
            "stop": 1238533510
        },
        {
            "start": 1238533515,
            "stop": 1238533784
        },
        {
            "start": 1238533787,
            "stop": 1238533791
        },
        {
            "start": 1238533794,
            "stop": 1238533796
        }
    ]
}