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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 215,
    "results": [
        {
            "start": 1259255656,
            "stop": 1259255660
        },
        {
            "start": 1259255675,
            "stop": 1259255676
        },
        {
            "start": 1259255679,
            "stop": 1259255742
        },
        {
            "start": 1259255748,
            "stop": 1259255810
        },
        {
            "start": 1259255813,
            "stop": 1259255816
        },
        {
            "start": 1259255825,
            "stop": 1259255858
        },
        {
            "start": 1259255861,
            "stop": 1259255864
        },
        {
            "start": 1259255870,
            "stop": 1259255915
        },
        {
            "start": 1259255918,
            "stop": 1259255977
        },
        {
            "start": 1259255980,
            "stop": 1259255983
        },
        {
            "start": 1259255986,
            "stop": 1259256127
        },
        {
            "start": 1259256130,
            "stop": 1259256133
        },
        {
            "start": 1259256139,
            "stop": 1259256146
        },
        {
            "start": 1259256149,
            "stop": 1259256302
        },
        {
            "start": 1259256305,
            "stop": 1259256398
        },
        {
            "start": 1259256404,
            "stop": 1259256407
        },
        {
            "start": 1259256413,
            "stop": 1259256416
        },
        {
            "start": 1259256419,
            "stop": 1259256436
        },
        {
            "start": 1259256439,
            "stop": 1259256448
        },
        {
            "start": 1259256453,
            "stop": 1259256518
        }
    ]
}