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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=76",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 77,
    "results": [
        {
            "start": 931596736,
            "stop": 931596738
        },
        {
            "start": 931596745,
            "stop": 931596750
        },
        {
            "start": 931596758,
            "stop": 931596762
        },
        {
            "start": 931596774,
            "stop": 931596775
        },
        {
            "start": 931596783,
            "stop": 931596785
        },
        {
            "start": 931596792,
            "stop": 931596798
        },
        {
            "start": 931596805,
            "stop": 931596808
        },
        {
            "start": 931596818,
            "stop": 931596840
        },
        {
            "start": 931596846,
            "stop": 931596855
        },
        {
            "start": 931596871,
            "stop": 931596877
        },
        {
            "start": 931596887,
            "stop": 931596893
        },
        {
            "start": 931596900,
            "stop": 931596903
        },
        {
            "start": 931596927,
            "stop": 931596934
        },
        {
            "start": 931596941,
            "stop": 931596942
        },
        {
            "start": 931596951,
            "stop": 931596956
        },
        {
            "start": 931596963,
            "stop": 931596964
        },
        {
            "start": 931596984,
            "stop": 931596988
        },
        {
            "start": 931597017,
            "stop": 931597028
        },
        {
            "start": 931597040,
            "stop": 931597056
        },
        {
            "start": 931597066,
            "stop": 931597076
        }
    ]
}