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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6530",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6531,
    "results": [
        {
            "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
        },
        {
            "start": 874337809,
            "stop": 874337831
        },
        {
            "start": 874337832,
            "stop": 874338044
        },
        {
            "start": 874338045,
            "stop": 874338386
        },
        {
            "start": 874338387,
            "stop": 874338545
        },
        {
            "start": 874338547,
            "stop": 874338572
        },
        {
            "start": 874338573,
            "stop": 874338610
        },
        {
            "start": 874338611,
            "stop": 874338821
        },
        {
            "start": 874338822,
            "stop": 874339081
        },
        {
            "start": 874339082,
            "stop": 874339239
        },
        {
            "start": 874339241,
            "stop": 874339284
        },
        {
            "start": 874339285,
            "stop": 874339845
        },
        {
            "start": 874339846,
            "stop": 874339856
        }
    ]
}