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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=226",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 227,
    "results": [
        {
            "start": 820549265,
            "stop": 820549508
        },
        {
            "start": 820549516,
            "stop": 820549598
        },
        {
            "start": 820549606,
            "stop": 820550128
        },
        {
            "start": 820550135,
            "stop": 820550299
        },
        {
            "start": 820550306,
            "stop": 820550663
        },
        {
            "start": 820550670,
            "stop": 820551278
        },
        {
            "start": 820551286,
            "stop": 820551913
        },
        {
            "start": 820551921,
            "stop": 820551956
        },
        {
            "start": 820551963,
            "stop": 820552261
        },
        {
            "start": 820552268,
            "stop": 820552306
        },
        {
            "start": 820552313,
            "stop": 820552832
        },
        {
            "start": 820552839,
            "stop": 820552957
        },
        {
            "start": 820552965,
            "stop": 820552978
        },
        {
            "start": 820552985,
            "stop": 820553597
        },
        {
            "start": 820553604,
            "stop": 820554185
        },
        {
            "start": 820554192,
            "stop": 820554545
        },
        {
            "start": 820555503,
            "stop": 820555852
        },
        {
            "start": 820555859,
            "stop": 820557408
        },
        {
            "start": 820557886,
            "stop": 820558584
        },
        {
            "start": 820558592,
            "stop": 820558598
        }
    ]
}