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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=47",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 48,
    "results": [
        {
            "start": 1421842868,
            "stop": 1421868623
        },
        {
            "start": 1421870508,
            "stop": 1421881875
        },
        {
            "start": 1421889832,
            "stop": 1421909078
        },
        {
            "start": 1421915132,
            "stop": 1421915358
        },
        {
            "start": 1421915838,
            "stop": 1421926992
        },
        {
            "start": 1421934396,
            "stop": 1421934678
        },
        {
            "start": 1421935218,
            "stop": 1421949439
        },
        {
            "start": 1421958078,
            "stop": 1421974031
        },
        {
            "start": 1421974368,
            "stop": 1422002235
        },
        {
            "start": 1422009268,
            "stop": 1422009438
        },
        {
            "start": 1422010098,
            "stop": 1422030689
        },
        {
            "start": 1422049758,
            "stop": 1422076486
        },
        {
            "start": 1422076988,
            "stop": 1422093076
        },
        {
            "start": 1422098134,
            "stop": 1422098298
        },
        {
            "start": 1422098778,
            "stop": 1422112926
        },
        {
            "start": 1422114027,
            "stop": 1422114318
        }
    ]
}