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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33308",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33309,
    "results": [
        {
            "start": 971010738,
            "stop": 971010742
        },
        {
            "start": 971010743,
            "stop": 971010748
        },
        {
            "start": 971010749,
            "stop": 971010760
        },
        {
            "start": 971010761,
            "stop": 971010765
        },
        {
            "start": 971010766,
            "stop": 971010768
        },
        {
            "start": 971010770,
            "stop": 971010772
        },
        {
            "start": 971010774,
            "stop": 971010783
        },
        {
            "start": 971010784,
            "stop": 971010794
        },
        {
            "start": 971010799,
            "stop": 971010803
        },
        {
            "start": 971010804,
            "stop": 971010820
        },
        {
            "start": 971010823,
            "stop": 971010824
        },
        {
            "start": 971010825,
            "stop": 971010826
        },
        {
            "start": 971010829,
            "stop": 971010831
        },
        {
            "start": 971010832,
            "stop": 971010838
        },
        {
            "start": 971010841,
            "stop": 971010847
        },
        {
            "start": 971010848,
            "stop": 971010850
        },
        {
            "start": 971010852,
            "stop": 971010856
        },
        {
            "start": 971010858,
            "stop": 971010889
        },
        {
            "start": 971010890,
            "stop": 971010925
        },
        {
            "start": 971010927,
            "stop": 971010947
        }
    ]
}