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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7134",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7135,
    "results": [
        {
            "start": 874333566,
            "stop": 874333855
        },
        {
            "start": 874333857,
            "stop": 874334001
        },
        {
            "start": 874334003,
            "stop": 874334258
        },
        {
            "start": 874334259,
            "stop": 874334698
        },
        {
            "start": 874334699,
            "stop": 874334716
        },
        {
            "start": 874334718,
            "stop": 874335449
        },
        {
            "start": 874335450,
            "stop": 874335679
        },
        {
            "start": 874335680,
            "stop": 874335821
        },
        {
            "start": 874335822,
            "stop": 874335886
        },
        {
            "start": 874335887,
            "stop": 874336022
        },
        {
            "start": 874336024,
            "stop": 874336297
        },
        {
            "start": 874336298,
            "stop": 874336346
        },
        {
            "start": 874336347,
            "stop": 874336412
        },
        {
            "start": 874336414,
            "stop": 874336468
        },
        {
            "start": 874336470,
            "stop": 874336556
        },
        {
            "start": 874336557,
            "stop": 874337057
        },
        {
            "start": 874337058,
            "stop": 874337138
        },
        {
            "start": 874337139,
            "stop": 874337298
        },
        {
            "start": 874337300,
            "stop": 874337615
        },
        {
            "start": 874337616,
            "stop": 874337808
        }
    ]
}