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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14453",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14451",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14452,
    "results": [
        {
            "start": 971560700,
            "stop": 971560713
        },
        {
            "start": 971560716,
            "stop": 971560726
        },
        {
            "start": 971560727,
            "stop": 971560731
        },
        {
            "start": 971560732,
            "stop": 971560736
        },
        {
            "start": 971560740,
            "stop": 971560749
        },
        {
            "start": 971560753,
            "stop": 971560756
        },
        {
            "start": 971560757,
            "stop": 971560758
        },
        {
            "start": 971560761,
            "stop": 971560763
        },
        {
            "start": 971560766,
            "stop": 971560768
        },
        {
            "start": 971560771,
            "stop": 971560786
        },
        {
            "start": 971560787,
            "stop": 971560791
        },
        {
            "start": 971560793,
            "stop": 971560795
        },
        {
            "start": 971560797,
            "stop": 971560801
        },
        {
            "start": 971560802,
            "stop": 971560805
        },
        {
            "start": 971560808,
            "stop": 971560818
        },
        {
            "start": 971560821,
            "stop": 971560824
        },
        {
            "start": 971560825,
            "stop": 971560836
        },
        {
            "start": 971560838,
            "stop": 971560839
        },
        {
            "start": 971560842,
            "stop": 971560844
        },
        {
            "start": 971560846,
            "stop": 971560874
        }
    ]
}