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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7081",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7082,
    "results": [
        {
            "start": 874362349,
            "stop": 874362380
        },
        {
            "start": 874362383,
            "stop": 874362387
        },
        {
            "start": 874362392,
            "stop": 874363128
        },
        {
            "start": 874363135,
            "stop": 874363315
        },
        {
            "start": 874363529,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874366445
        },
        {
            "start": 874366448,
            "stop": 874366660
        },
        {
            "start": 874367502,
            "stop": 874367638
        },
        {
            "start": 874450684,
            "stop": 874450687
        },
        {
            "start": 874450693,
            "stop": 874450698
        },
        {
            "start": 874450699,
            "stop": 874450701
        },
        {
            "start": 874450710,
            "stop": 874450712
        },
        {
            "start": 874450714,
            "stop": 874450715
        },
        {
            "start": 874450718,
            "stop": 874450719
        },
        {
            "start": 874450720,
            "stop": 874450723
        },
        {
            "start": 874450724,
            "stop": 874450725
        },
        {
            "start": 874450729,
            "stop": 874450730
        },
        {
            "start": 874450734,
            "stop": 874450738
        },
        {
            "start": 874450741,
            "stop": 874450742
        },
        {
            "start": 874450751,
            "stop": 874450753
        }
    ]
}