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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=155",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 156,
    "results": [
        {
            "start": 932119575,
            "stop": 932119590
        },
        {
            "start": 932119593,
            "stop": 932120610
        },
        {
            "start": 932120613,
            "stop": 932121470
        },
        {
            "start": 932121472,
            "stop": 932121808
        },
        {
            "start": 932121811,
            "stop": 932122392
        },
        {
            "start": 932123651,
            "stop": 932124518
        },
        {
            "start": 932124520,
            "stop": 932124556
        },
        {
            "start": 932124558,
            "stop": 932124737
        },
        {
            "start": 932124739,
            "stop": 932126415
        },
        {
            "start": 932126775,
            "stop": 932127110
        },
        {
            "start": 932127128,
            "stop": 932127197
        },
        {
            "start": 932127199,
            "stop": 932127233
        },
        {
            "start": 932127236,
            "stop": 932127358
        },
        {
            "start": 932127360,
            "stop": 932127361
        },
        {
            "start": 932127363,
            "stop": 932127367
        },
        {
            "start": 932127370,
            "stop": 932127388
        },
        {
            "start": 932127390,
            "stop": 932128337
        },
        {
            "start": 932128339,
            "stop": 932128541
        },
        {
            "start": 932128544,
            "stop": 932128656
        },
        {
            "start": 932128658,
            "stop": 932128733
        }
    ]
}