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=8293
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=8294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8292",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8293,
    "results": [
        {
            "start": 874056906,
            "stop": 874057094
        },
        {
            "start": 874057113,
            "stop": 874057184
        },
        {
            "start": 874057203,
            "stop": 874058029
        },
        {
            "start": 874058046,
            "stop": 874058706
        },
        {
            "start": 874058723,
            "stop": 874059143
        },
        {
            "start": 874059162,
            "stop": 874059526
        },
        {
            "start": 874059546,
            "stop": 874060137
        },
        {
            "start": 874060154,
            "stop": 874060271
        },
        {
            "start": 874060288,
            "stop": 874060360
        },
        {
            "start": 874060379,
            "stop": 874060535
        },
        {
            "start": 874060552,
            "stop": 874061590
        },
        {
            "start": 874061609,
            "stop": 874062033
        },
        {
            "start": 874062052,
            "stop": 874062391
        },
        {
            "start": 874062408,
            "stop": 874062828
        },
        {
            "start": 874062845,
            "stop": 874064208
        },
        {
            "start": 874064225,
            "stop": 874065090
        },
        {
            "start": 874065107,
            "stop": 874065452
        },
        {
            "start": 874065469,
            "stop": 874065488
        },
        {
            "start": 874065518,
            "stop": 874065560
        },
        {
            "start": 874065577,
            "stop": 874065835
        }
    ]
}