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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=318",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 319,
    "results": [
        {
            "start": 818613103,
            "stop": 818613173
        },
        {
            "start": 818613266,
            "stop": 818613321
        },
        {
            "start": 818613343,
            "stop": 818613366
        },
        {
            "start": 818613385,
            "stop": 818613391
        },
        {
            "start": 818613414,
            "stop": 818613426
        },
        {
            "start": 818613445,
            "stop": 818613464
        },
        {
            "start": 818613484,
            "stop": 818613552
        },
        {
            "start": 818613602,
            "stop": 818613603
        },
        {
            "start": 818613624,
            "stop": 818613648
        },
        {
            "start": 818613669,
            "stop": 818613673
        },
        {
            "start": 818613677,
            "stop": 818613729
        },
        {
            "start": 818613770,
            "stop": 818613913
        },
        {
            "start": 818613948,
            "stop": 818613963
        },
        {
            "start": 818613992,
            "stop": 818614041
        },
        {
            "start": 818614062,
            "stop": 818614064
        },
        {
            "start": 818614084,
            "stop": 818614231
        },
        {
            "start": 818614234,
            "stop": 818614294
        },
        {
            "start": 818614313,
            "stop": 818614401
        },
        {
            "start": 818614420,
            "stop": 818614552
        },
        {
            "start": 818614590,
            "stop": 818614721
        }
    ]
}