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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=305",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 306,
    "results": [
        {
            "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
        },
        {
            "start": 818614740,
            "stop": 818614779
        },
        {
            "start": 818614813,
            "stop": 818614820
        }
    ]
}