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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8956",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8957,
    "results": [
        {
            "start": 873744771,
            "stop": 873744860
        },
        {
            "start": 873744892,
            "stop": 873745093
        },
        {
            "start": 873745113,
            "stop": 873745129
        },
        {
            "start": 873745148,
            "stop": 873745162
        },
        {
            "start": 873745196,
            "stop": 873745264
        },
        {
            "start": 873745283,
            "stop": 873745289
        },
        {
            "start": 873745322,
            "stop": 873745388
        },
        {
            "start": 873745408,
            "stop": 873745464
        },
        {
            "start": 873745490,
            "stop": 873745564
        },
        {
            "start": 873745584,
            "stop": 873745585
        },
        {
            "start": 873745608,
            "stop": 873745610
        },
        {
            "start": 873745629,
            "stop": 873745640
        },
        {
            "start": 873745661,
            "stop": 873745695
        },
        {
            "start": 873745714,
            "stop": 873745758
        },
        {
            "start": 873745778,
            "stop": 873745842
        },
        {
            "start": 873745862,
            "stop": 873745978
        },
        {
            "start": 873746020,
            "stop": 873746375
        },
        {
            "start": 873746394,
            "stop": 873746492
        },
        {
            "start": 873746514,
            "stop": 873746549
        },
        {
            "start": 873746569,
            "stop": 873746703
        }
    ]
}