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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=173",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 174,
    "results": [
        {
            "start": 839183729,
            "stop": 839188153
        },
        {
            "start": 839188185,
            "stop": 839188186
        },
        {
            "start": 839188393,
            "stop": 839193253
        },
        {
            "start": 839193303,
            "stop": 839193304
        },
        {
            "start": 839193590,
            "stop": 839194331
        },
        {
            "start": 839195196,
            "stop": 839197033
        },
        {
            "start": 839197083,
            "stop": 839197085
        },
        {
            "start": 839197213,
            "stop": 839206453
        },
        {
            "start": 839209207,
            "stop": 839209333
        },
        {
            "start": 839209359,
            "stop": 839209360
        },
        {
            "start": 839210473,
            "stop": 839211491
        },
        {
            "start": 839211913,
            "stop": 839211951
        },
        {
            "start": 839212049,
            "stop": 839213113
        },
        {
            "start": 839214355,
            "stop": 839229673
        },
        {
            "start": 839231700,
            "stop": 839245031
        },
        {
            "start": 839245166,
            "stop": 839247733
        },
        {
            "start": 839247749,
            "stop": 839247751
        },
        {
            "start": 839248552,
            "stop": 839250250
        },
        {
            "start": 839251213,
            "stop": 839259433
        },
        {
            "start": 839259440,
            "stop": 839259441
        }
    ]
}