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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=82",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 83,
    "results": [
        {
            "start": 931599359,
            "stop": 931599370
        },
        {
            "start": 931599414,
            "stop": 931599416
        },
        {
            "start": 931599461,
            "stop": 931599462
        },
        {
            "start": 931599485,
            "stop": 931599488
        },
        {
            "start": 931599507,
            "stop": 931599513
        },
        {
            "start": 931599579,
            "stop": 931599582
        },
        {
            "start": 931599625,
            "stop": 931599627
        },
        {
            "start": 931599653,
            "stop": 931599654
        },
        {
            "start": 931599672,
            "stop": 931599692
        },
        {
            "start": 931599747,
            "stop": 931599748
        },
        {
            "start": 931599774,
            "stop": 931599776
        },
        {
            "start": 931599783,
            "stop": 931599794
        },
        {
            "start": 931599803,
            "stop": 931599806
        },
        {
            "start": 931599815,
            "stop": 931599816
        },
        {
            "start": 931599831,
            "stop": 931599837
        },
        {
            "start": 931599849,
            "stop": 931599855
        },
        {
            "start": 931599886,
            "stop": 931599888
        },
        {
            "start": 931599898,
            "stop": 931599900
        },
        {
            "start": 931599914,
            "stop": 931599922
        },
        {
            "start": 931599929,
            "stop": 931599931
        }
    ]
}