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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=209",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 210,
    "results": [
        {
            "start": 820940148,
            "stop": 820940149
        },
        {
            "start": 820940415,
            "stop": 820940669
        },
        {
            "start": 820940673,
            "stop": 820940708
        },
        {
            "start": 820940872,
            "stop": 820941409
        },
        {
            "start": 820941412,
            "stop": 820941519
        },
        {
            "start": 820941522,
            "stop": 820941584
        },
        {
            "start": 820941765,
            "stop": 820941987
        },
        {
            "start": 820941990,
            "stop": 820942060
        },
        {
            "start": 820942064,
            "stop": 820942080
        },
        {
            "start": 820942260,
            "stop": 820942375
        },
        {
            "start": 820942379,
            "stop": 820942410
        },
        {
            "start": 820942413,
            "stop": 820942482
        },
        {
            "start": 820942485,
            "stop": 820942499
        },
        {
            "start": 820942503,
            "stop": 820942518
        },
        {
            "start": 820942522,
            "stop": 820942549
        },
        {
            "start": 820942552,
            "stop": 820942750
        },
        {
            "start": 820942754,
            "stop": 820942799
        },
        {
            "start": 820965635,
            "stop": 820965654
        },
        {
            "start": 820965658,
            "stop": 820965734
        },
        {
            "start": 820965737,
            "stop": 820966320
        }
    ]
}