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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=134",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 135,
    "results": [
        {
            "start": 839163133,
            "stop": 839168981
        },
        {
            "start": 839169106,
            "stop": 839169606
        },
        {
            "start": 839169741,
            "stop": 839174181
        },
        {
            "start": 839174304,
            "stop": 839183486
        },
        {
            "start": 839183729,
            "stop": 839188186
        },
        {
            "start": 839188390,
            "stop": 839193304
        },
        {
            "start": 839193590,
            "stop": 839194361
        },
        {
            "start": 839195196,
            "stop": 839197085
        },
        {
            "start": 839197201,
            "stop": 839206488
        },
        {
            "start": 839209207,
            "stop": 839209360
        },
        {
            "start": 839210448,
            "stop": 839211491
        },
        {
            "start": 839211913,
            "stop": 839211951
        },
        {
            "start": 839212049,
            "stop": 839213163
        },
        {
            "start": 839214355,
            "stop": 839229725
        },
        {
            "start": 839231700,
            "stop": 839245031
        },
        {
            "start": 839245166,
            "stop": 839247751
        },
        {
            "start": 839248552,
            "stop": 839250280
        },
        {
            "start": 839251213,
            "stop": 839259441
        },
        {
            "start": 839259705,
            "stop": 839261633
        },
        {
            "start": 839263595,
            "stop": 839264210
        }
    ]
}