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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5629",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5630,
    "results": [
        {
            "start": 874496192,
            "stop": 874496207
        },
        {
            "start": 874496210,
            "stop": 874496508
        },
        {
            "start": 874496511,
            "stop": 874496555
        },
        {
            "start": 874496558,
            "stop": 874496561
        },
        {
            "start": 874496564,
            "stop": 874496756
        },
        {
            "start": 874496764,
            "stop": 874496839
        },
        {
            "start": 874496842,
            "stop": 874496845
        },
        {
            "start": 874496848,
            "stop": 874496986
        },
        {
            "start": 874496990,
            "stop": 874497275
        },
        {
            "start": 874497279,
            "stop": 874497367
        },
        {
            "start": 874497371,
            "stop": 874497449
        },
        {
            "start": 874497452,
            "stop": 874497576
        },
        {
            "start": 874497579,
            "stop": 874497666
        },
        {
            "start": 874497669,
            "stop": 874497709
        },
        {
            "start": 874497712,
            "stop": 874497829
        },
        {
            "start": 874497832,
            "stop": 874497908
        },
        {
            "start": 874497912,
            "stop": 874498041
        },
        {
            "start": 874498045,
            "stop": 874498046
        },
        {
            "start": 874498049,
            "stop": 874498170
        },
        {
            "start": 874498173,
            "stop": 874498175
        }
    ]
}