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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=682",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=680",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 681,
    "results": [
        {
            "start": 1265383998,
            "stop": 1265386839
        },
        {
            "start": 1265387098,
            "stop": 1265387699
        },
        {
            "start": 1265387702,
            "stop": 1265388845
        },
        {
            "start": 1265388853,
            "stop": 1265389303
        },
        {
            "start": 1265389306,
            "stop": 1265389403
        },
        {
            "start": 1265389406,
            "stop": 1265389487
        },
        {
            "start": 1265389490,
            "stop": 1265389948
        },
        {
            "start": 1265389951,
            "stop": 1265391111
        },
        {
            "start": 1265391114,
            "stop": 1265391372
        },
        {
            "start": 1265391375,
            "stop": 1265393670
        },
        {
            "start": 1265403595,
            "stop": 1265403698
        },
        {
            "start": 1265403701,
            "stop": 1265403785
        },
        {
            "start": 1265403788,
            "stop": 1265404349
        },
        {
            "start": 1265404352,
            "stop": 1265408870
        },
        {
            "start": 1265408873,
            "stop": 1265409033
        },
        {
            "start": 1265415177,
            "stop": 1265415436
        },
        {
            "start": 1265415444,
            "stop": 1265417587
        },
        {
            "start": 1265417590,
            "stop": 1265420012
        },
        {
            "start": 1265420015,
            "stop": 1265424462
        },
        {
            "start": 1265424465,
            "stop": 1265425950
        }
    ]
}