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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=198",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 199,
    "results": [
        {
            "start": 820763456,
            "stop": 820765196
        },
        {
            "start": 820765199,
            "stop": 820765859
        },
        {
            "start": 820765862,
            "stop": 820767012
        },
        {
            "start": 820767015,
            "stop": 820772984
        },
        {
            "start": 820772987,
            "stop": 820773056
        },
        {
            "start": 820773059,
            "stop": 820776436
        },
        {
            "start": 820776440,
            "stop": 820778911
        },
        {
            "start": 820778914,
            "stop": 820781330
        },
        {
            "start": 820781333,
            "stop": 820782733
        },
        {
            "start": 820782941,
            "stop": 820785300
        },
        {
            "start": 820785360,
            "stop": 820786657
        },
        {
            "start": 820786663,
            "stop": 820786670
        },
        {
            "start": 820786675,
            "stop": 820786680
        },
        {
            "start": 820786740,
            "stop": 820786755
        },
        {
            "start": 820786760,
            "stop": 820790372
        },
        {
            "start": 820790375,
            "stop": 820796972
        },
        {
            "start": 820796975,
            "stop": 820804930
        },
        {
            "start": 820806311,
            "stop": 820810553
        },
        {
            "start": 820810556,
            "stop": 820828011
        },
        {
            "start": 820829068,
            "stop": 820832733
        }
    ]
}