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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14701",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14699",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14700,
    "results": [
        {
            "start": 971171510,
            "stop": 971171518
        },
        {
            "start": 971171519,
            "stop": 971171529
        },
        {
            "start": 971171533,
            "stop": 971171536
        },
        {
            "start": 971171542,
            "stop": 971171543
        },
        {
            "start": 971171544,
            "stop": 971171545
        },
        {
            "start": 971171548,
            "stop": 971171549
        },
        {
            "start": 971171550,
            "stop": 971171556
        },
        {
            "start": 971171557,
            "stop": 971171558
        },
        {
            "start": 971171562,
            "stop": 971171565
        },
        {
            "start": 971171566,
            "stop": 971171572
        },
        {
            "start": 971171574,
            "stop": 971171576
        },
        {
            "start": 971171577,
            "stop": 971171578
        },
        {
            "start": 971171580,
            "stop": 971171582
        },
        {
            "start": 971171584,
            "stop": 971171595
        },
        {
            "start": 971171598,
            "stop": 971171608
        },
        {
            "start": 971171609,
            "stop": 971171610
        },
        {
            "start": 971171611,
            "stop": 971171613
        },
        {
            "start": 971171614,
            "stop": 971171617
        },
        {
            "start": 971171621,
            "stop": 971171622
        },
        {
            "start": 971171624,
            "stop": 971171625
        }
    ]
}