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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=207",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 208,
    "results": [
        {
            "start": 820426535,
            "stop": 820427078
        },
        {
            "start": 820427082,
            "stop": 820427575
        },
        {
            "start": 820427579,
            "stop": 820427904
        },
        {
            "start": 820427908,
            "stop": 820428019
        },
        {
            "start": 820428022,
            "stop": 820428133
        },
        {
            "start": 820428137,
            "stop": 820428205
        },
        {
            "start": 820428208,
            "stop": 820428619
        },
        {
            "start": 820428622,
            "stop": 820428809
        },
        {
            "start": 820428812,
            "stop": 820429069
        },
        {
            "start": 820429072,
            "stop": 820429258
        },
        {
            "start": 820429261,
            "stop": 820429624
        },
        {
            "start": 820430919,
            "stop": 820431831
        },
        {
            "start": 820431835,
            "stop": 820432734
        },
        {
            "start": 820432738,
            "stop": 820433419
        },
        {
            "start": 820433422,
            "stop": 820433742
        },
        {
            "start": 820435406,
            "stop": 820435552
        },
        {
            "start": 820435556,
            "stop": 820435724
        },
        {
            "start": 820435727,
            "stop": 820435915
        },
        {
            "start": 820435918,
            "stop": 820438074
        },
        {
            "start": 820438077,
            "stop": 820439663
        }
    ]
}