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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40552",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40553,
    "results": [
        {
            "start": 874831245,
            "stop": 874831298
        },
        {
            "start": 874831300,
            "stop": 874831301
        },
        {
            "start": 874831302,
            "stop": 874831308
        },
        {
            "start": 874831309,
            "stop": 874831321
        },
        {
            "start": 874831322,
            "stop": 874831329
        },
        {
            "start": 874831331,
            "stop": 874831388
        },
        {
            "start": 874831389,
            "stop": 874831412
        },
        {
            "start": 874831413,
            "stop": 874831414
        },
        {
            "start": 874831416,
            "stop": 874831443
        },
        {
            "start": 874831444,
            "stop": 874831453
        },
        {
            "start": 874831454,
            "stop": 874831574
        },
        {
            "start": 874831575,
            "stop": 874831585
        },
        {
            "start": 874831586,
            "stop": 874831712
        },
        {
            "start": 874831714,
            "stop": 874831755
        },
        {
            "start": 874831756,
            "stop": 874831776
        },
        {
            "start": 874831777,
            "stop": 874831849
        },
        {
            "start": 874831850,
            "stop": 874831862
        },
        {
            "start": 874831863,
            "stop": 874831885
        },
        {
            "start": 874831887,
            "stop": 874831987
        },
        {
            "start": 874831988,
            "stop": 874832054
        }
    ]
}