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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=55",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 56,
    "results": [
        {
            "start": 931512513,
            "stop": 931512530
        },
        {
            "start": 931512544,
            "stop": 931512553
        },
        {
            "start": 931512560,
            "stop": 931512567
        },
        {
            "start": 931512573,
            "stop": 931512590
        },
        {
            "start": 931512597,
            "stop": 931512647
        },
        {
            "start": 931512666,
            "stop": 931512678
        },
        {
            "start": 931512685,
            "stop": 931512698
        },
        {
            "start": 931512705,
            "stop": 931512706
        },
        {
            "start": 931512718,
            "stop": 931512759
        },
        {
            "start": 931512768,
            "stop": 931512780
        },
        {
            "start": 931512787,
            "stop": 931512789
        },
        {
            "start": 931512795,
            "stop": 931512799
        },
        {
            "start": 931512815,
            "stop": 931512819
        },
        {
            "start": 931512835,
            "stop": 931512837
        },
        {
            "start": 931512855,
            "stop": 931512874
        },
        {
            "start": 931512881,
            "stop": 931512925
        },
        {
            "start": 931512948,
            "stop": 931512960
        },
        {
            "start": 931512988,
            "stop": 931512999
        },
        {
            "start": 931513010,
            "stop": 931513048
        },
        {
            "start": 931513055,
            "stop": 931513057
        }
    ]
}