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=8052
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=8053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8051",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8052,
    "results": [
        {
            "start": 872256300,
            "stop": 872256315
        },
        {
            "start": 872256341,
            "stop": 872256348
        },
        {
            "start": 872256365,
            "stop": 872256468
        },
        {
            "start": 872256485,
            "stop": 872256491
        },
        {
            "start": 872256508,
            "stop": 872256551
        },
        {
            "start": 872256568,
            "stop": 872256572
        },
        {
            "start": 872256591,
            "stop": 872256768
        },
        {
            "start": 872256796,
            "stop": 872256809
        },
        {
            "start": 872256879,
            "stop": 872256945
        },
        {
            "start": 872256962,
            "stop": 872257023
        },
        {
            "start": 872257050,
            "stop": 872257089
        },
        {
            "start": 872257106,
            "stop": 872257139
        },
        {
            "start": 872257156,
            "stop": 872257241
        },
        {
            "start": 872257260,
            "stop": 872257527
        },
        {
            "start": 872257555,
            "stop": 872257582
        },
        {
            "start": 872257599,
            "stop": 872257673
        },
        {
            "start": 872257692,
            "stop": 872257712
        },
        {
            "start": 872257729,
            "stop": 872257760
        },
        {
            "start": 872257777,
            "stop": 872257856
        },
        {
            "start": 872257873,
            "stop": 872258029
        }
    ]
}