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=40656
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=40657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40655",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40656,
    "results": [
        {
            "start": 874918621,
            "stop": 874918639
        },
        {
            "start": 874918640,
            "stop": 874918655
        },
        {
            "start": 874918657,
            "stop": 874918667
        },
        {
            "start": 874918668,
            "stop": 874918677
        },
        {
            "start": 874918678,
            "stop": 874918708
        },
        {
            "start": 874918709,
            "stop": 874918716
        },
        {
            "start": 874918717,
            "stop": 874918762
        },
        {
            "start": 874918763,
            "stop": 874918796
        },
        {
            "start": 874918797,
            "stop": 874918939
        },
        {
            "start": 874918940,
            "stop": 874919016
        },
        {
            "start": 874919017,
            "stop": 874919050
        },
        {
            "start": 874919052,
            "stop": 874919119
        },
        {
            "start": 874919121,
            "stop": 874919127
        },
        {
            "start": 874919128,
            "stop": 874919156
        },
        {
            "start": 874919157,
            "stop": 874919159
        },
        {
            "start": 874919160,
            "stop": 874919161
        },
        {
            "start": 874919162,
            "stop": 874919174
        },
        {
            "start": 874919175,
            "stop": 874919177
        },
        {
            "start": 874919179,
            "stop": 874919183
        },
        {
            "start": 874919184,
            "stop": 874919186
        }
    ]
}