Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5944
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5943",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5944,
    "results": [
        {
            "start": 873195608,
            "stop": 873195625
        },
        {
            "start": 873195628,
            "stop": 873195905
        },
        {
            "start": 873195913,
            "stop": 873195940
        },
        {
            "start": 873195943,
            "stop": 873195953
        },
        {
            "start": 873195956,
            "stop": 873195985
        },
        {
            "start": 873195988,
            "stop": 873196052
        },
        {
            "start": 873196055,
            "stop": 873196226
        },
        {
            "start": 873196229,
            "stop": 873196246
        },
        {
            "start": 873196249,
            "stop": 873196344
        },
        {
            "start": 873196347,
            "stop": 873196362
        },
        {
            "start": 873196365,
            "stop": 873196369
        },
        {
            "start": 873196372,
            "stop": 873196374
        },
        {
            "start": 873196377,
            "stop": 873196471
        },
        {
            "start": 873196474,
            "stop": 873196495
        },
        {
            "start": 873196501,
            "stop": 873196502
        },
        {
            "start": 873196505,
            "stop": 873196558
        },
        {
            "start": 873196562,
            "stop": 873196566
        },
        {
            "start": 873196569,
            "stop": 873196572
        },
        {
            "start": 873196578,
            "stop": 873196939
        },
        {
            "start": 873196942,
            "stop": 873196945
        }
    ]
}