Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=45",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 46,
    "results": [
        {
            "start": 821025824,
            "stop": 821027233
        },
        {
            "start": 821027406,
            "stop": 821027429
        },
        {
            "start": 821027430,
            "stop": 821027431
        },
        {
            "start": 821032285,
            "stop": 821034553
        },
        {
            "start": 821034556,
            "stop": 821034557
        },
        {
            "start": 821037156,
            "stop": 821037373
        },
        {
            "start": 821037497,
            "stop": 821037553
        },
        {
            "start": 821037841,
            "stop": 821037904
        },
        {
            "start": 821052036,
            "stop": 821052913
        },
        {
            "start": 821053056,
            "stop": 821053103
        },
        {
            "start": 821055275,
            "stop": 821055733
        },
        {
            "start": 821055762,
            "stop": 821055763
        },
        {
            "start": 821055864,
            "stop": 821055870
        },
        {
            "start": 821056143,
            "stop": 821056324
        },
        {
            "start": 821062149,
            "stop": 821062753
        },
        {
            "start": 821062807,
            "stop": 821062808
        },
        {
            "start": 821063136,
            "stop": 821063287
        },
        {
            "start": 821064968,
            "stop": 821070983
        },
        {
            "start": 821071093,
            "stop": 821072355
        },
        {
            "start": 821072655,
            "stop": 821073261
        }
    ]
}