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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=227",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 228,
    "results": [
        {
            "start": 820635641,
            "stop": 820635925
        },
        {
            "start": 820637258,
            "stop": 820639711
        },
        {
            "start": 820639714,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820672060
        },
        {
            "start": 820672063,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820695472
        },
        {
            "start": 820695985,
            "stop": 820698130
        },
        {
            "start": 820698133,
            "stop": 820700096
        },
        {
            "start": 820700496,
            "stop": 820703967
        },
        {
            "start": 820703971,
            "stop": 820712893
        },
        {
            "start": 820713379,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820716180
        },
        {
            "start": 820717121,
            "stop": 820726544
        },
        {
            "start": 820726548,
            "stop": 820732021
        },
        {
            "start": 820732616,
            "stop": 820733774
        },
        {
            "start": 820734174,
            "stop": 820737289
        },
        {
            "start": 820737292,
            "stop": 820741391
        },
        {
            "start": 820741844,
            "stop": 820742926
        },
        {
            "start": 820742929,
            "stop": 820746005
        }
    ]
}