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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=276",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 277,
    "results": [
        {
            "start": 931527917,
            "stop": 931527923
        },
        {
            "start": 931527925,
            "stop": 931527933
        },
        {
            "start": 931527934,
            "stop": 931527939
        },
        {
            "start": 931527942,
            "stop": 931527954
        },
        {
            "start": 931527960,
            "stop": 931527964
        },
        {
            "start": 931527965,
            "stop": 931527968
        },
        {
            "start": 931527970,
            "stop": 931527980
        },
        {
            "start": 931527983,
            "stop": 931527984
        },
        {
            "start": 931527986,
            "stop": 931527987
        },
        {
            "start": 931527991,
            "stop": 931528001
        },
        {
            "start": 931528002,
            "stop": 931528012
        },
        {
            "start": 931528014,
            "stop": 931528016
        },
        {
            "start": 931528019,
            "stop": 931528040
        },
        {
            "start": 931528042,
            "stop": 931528048
        },
        {
            "start": 931528052,
            "stop": 931528055
        },
        {
            "start": 931528056,
            "stop": 931528089
        },
        {
            "start": 931528093,
            "stop": 931528094
        },
        {
            "start": 931528096,
            "stop": 931528106
        },
        {
            "start": 931528108,
            "stop": 931528114
        },
        {
            "start": 931528118,
            "stop": 931528123
        }
    ]
}