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=8836
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=8837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8835",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8836,
    "results": [
        {
            "start": 872808488,
            "stop": 872810057
        },
        {
            "start": 872810483,
            "stop": 872810652
        },
        {
            "start": 872810669,
            "stop": 872810765
        },
        {
            "start": 872811387,
            "stop": 872811810
        },
        {
            "start": 872812770,
            "stop": 872815495
        },
        {
            "start": 872815699,
            "stop": 872816059
        },
        {
            "start": 872816763,
            "stop": 872816861
        },
        {
            "start": 872817000,
            "stop": 872817982
        },
        {
            "start": 872818001,
            "stop": 872818440
        },
        {
            "start": 872818500,
            "stop": 872818578
        },
        {
            "start": 872818614,
            "stop": 872818620
        },
        {
            "start": 872818740,
            "stop": 872818876
        },
        {
            "start": 872818893,
            "stop": 872819454
        },
        {
            "start": 872819478,
            "stop": 872819577
        },
        {
            "start": 872820529,
            "stop": 872821516
        },
        {
            "start": 872821542,
            "stop": 872822428
        },
        {
            "start": 872822630,
            "stop": 872822787
        },
        {
            "start": 872822804,
            "stop": 872822935
        },
        {
            "start": 872822952,
            "stop": 872824800
        },
        {
            "start": 872824980,
            "stop": 872825040
        }
    ]
}