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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=71",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 72,
    "results": [
        {
            "start": 827758322,
            "stop": 827758889
        },
        {
            "start": 827759037,
            "stop": 827760745
        },
        {
            "start": 827764588,
            "stop": 827765903
        },
        {
            "start": 827765977,
            "stop": 827768891
        },
        {
            "start": 827768948,
            "stop": 827769570
        },
        {
            "start": 827772447,
            "stop": 827772503
        },
        {
            "start": 827772758,
            "stop": 827776027
        },
        {
            "start": 827777592,
            "stop": 827778618
        },
        {
            "start": 827778790,
            "stop": 827780692
        },
        {
            "start": 827780828,
            "stop": 827780859
        },
        {
            "start": 827780996,
            "stop": 827781709
        },
        {
            "start": 827782393,
            "stop": 827783042
        },
        {
            "start": 827789378,
            "stop": 827796617
        },
        {
            "start": 827797802,
            "stop": 827800925
        },
        {
            "start": 827801895,
            "stop": 827803151
        },
        {
            "start": 827803230,
            "stop": 827806266
        },
        {
            "start": 827810942,
            "stop": 827814693
        },
        {
            "start": 827814834,
            "stop": 827827109
        },
        {
            "start": 827828167,
            "stop": 827840220
        },
        {
            "start": 827841238,
            "stop": 827841651
        }
    ]
}