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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7109",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7110,
    "results": [
        {
            "start": 874225191,
            "stop": 874225451
        },
        {
            "start": 874225453,
            "stop": 874225509
        },
        {
            "start": 874225510,
            "stop": 874225943
        },
        {
            "start": 874225944,
            "stop": 874226027
        },
        {
            "start": 874226029,
            "stop": 874226059
        },
        {
            "start": 874226060,
            "stop": 874226247
        },
        {
            "start": 874226248,
            "stop": 874226334
        },
        {
            "start": 874226335,
            "stop": 874226839
        },
        {
            "start": 874226840,
            "stop": 874226862
        },
        {
            "start": 874226863,
            "stop": 874226987
        },
        {
            "start": 874226988,
            "stop": 874226992
        },
        {
            "start": 874226994,
            "stop": 874226998
        },
        {
            "start": 874226999,
            "stop": 874227005
        },
        {
            "start": 874227006,
            "stop": 874227035
        },
        {
            "start": 874227308,
            "stop": 874227403
        },
        {
            "start": 874227404,
            "stop": 874227557
        },
        {
            "start": 874227558,
            "stop": 874227679
        },
        {
            "start": 874227681,
            "stop": 874228099
        },
        {
            "start": 874228100,
            "stop": 874228233
        },
        {
            "start": 874228234,
            "stop": 874228479
        }
    ]
}