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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=288",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 289,
    "results": [
        {
            "start": 857752108,
            "stop": 857755024
        },
        {
            "start": 857755325,
            "stop": 857755485
        },
        {
            "start": 857761777,
            "stop": 857761798
        },
        {
            "start": 857761908,
            "stop": 857762451
        },
        {
            "start": 857762918,
            "stop": 857762954
        },
        {
            "start": 857762976,
            "stop": 857763137
        },
        {
            "start": 857763155,
            "stop": 857763369
        },
        {
            "start": 857763391,
            "stop": 857763630
        },
        {
            "start": 857763690,
            "stop": 857763711
        },
        {
            "start": 857763821,
            "stop": 857764030
        },
        {
            "start": 857765766,
            "stop": 857766119
        },
        {
            "start": 857766235,
            "stop": 857766463
        },
        {
            "start": 857766491,
            "stop": 857766507
        },
        {
            "start": 857766528,
            "stop": 857766552
        },
        {
            "start": 857766573,
            "stop": 857766577
        },
        {
            "start": 857767892,
            "stop": 857769111
        },
        {
            "start": 857769411,
            "stop": 857769458
        },
        {
            "start": 857769568,
            "stop": 857772093
        },
        {
            "start": 857773443,
            "stop": 857774138
        },
        {
            "start": 857774438,
            "stop": 857774439
        }
    ]
}