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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6507",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6508,
    "results": [
        {
            "start": 874226840,
            "stop": 874226862
        },
        {
            "start": 874226863,
            "stop": 874226987
        },
        {
            "start": 874226988,
            "stop": 874226992
        },
        {
            "start": 874226994,
            "stop": 874226998
        },
        {
            "start": 874226999,
            "stop": 874227005
        },
        {
            "start": 874227006,
            "stop": 874227039
        },
        {
            "start": 874227040,
            "stop": 874227287
        },
        {
            "start": 874227289,
            "stop": 874227403
        },
        {
            "start": 874227404,
            "stop": 874227557
        },
        {
            "start": 874227558,
            "stop": 874227679
        },
        {
            "start": 874227681,
            "stop": 874228099
        },
        {
            "start": 874228100,
            "stop": 874228233
        },
        {
            "start": 874228234,
            "stop": 874228479
        },
        {
            "start": 874228481,
            "stop": 874228880
        },
        {
            "start": 874228882,
            "stop": 874228982
        },
        {
            "start": 874228983,
            "stop": 874229054
        },
        {
            "start": 874229056,
            "stop": 874229408
        },
        {
            "start": 874229409,
            "stop": 874229448
        },
        {
            "start": 874229449,
            "stop": 874229477
        },
        {
            "start": 874229479,
            "stop": 874230037
        }
    ]
}