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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=510",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 511,
    "results": [
        {
            "start": 868388485,
            "stop": 868388534
        },
        {
            "start": 868388662,
            "stop": 868388748
        },
        {
            "start": 868388751,
            "stop": 868389062
        },
        {
            "start": 868389064,
            "stop": 868389191
        },
        {
            "start": 868389328,
            "stop": 868389865
        },
        {
            "start": 868389868,
            "stop": 868389886
        },
        {
            "start": 868389889,
            "stop": 868390380
        },
        {
            "start": 868390381,
            "stop": 868391917
        },
        {
            "start": 868392268,
            "stop": 868392892
        },
        {
            "start": 868392893,
            "stop": 868399180
        },
        {
            "start": 868402958,
            "stop": 868411510
        },
        {
            "start": 868411515,
            "stop": 868411927
        },
        {
            "start": 868411930,
            "stop": 868412335
        },
        {
            "start": 868412338,
            "stop": 868412356
        },
        {
            "start": 868412359,
            "stop": 868452085
        },
        {
            "start": 868452090,
            "stop": 868460247
        },
        {
            "start": 868460253,
            "stop": 868467370
        },
        {
            "start": 868467372,
            "stop": 868472060
        },
        {
            "start": 868472572,
            "stop": 868475705
        },
        {
            "start": 868475710,
            "stop": 868478640
        }
    ]
}