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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=438",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 439,
    "results": [
        {
            "start": 857659317,
            "stop": 857659362
        },
        {
            "start": 857660806,
            "stop": 857661155
        },
        {
            "start": 857661213,
            "stop": 857684428
        },
        {
            "start": 857685280,
            "stop": 857688997
        },
        {
            "start": 857689503,
            "stop": 857715997
        },
        {
            "start": 857718480,
            "stop": 857732216
        },
        {
            "start": 857733362,
            "stop": 857750404
        },
        {
            "start": 857750729,
            "stop": 857761772
        },
        {
            "start": 857763713,
            "stop": 857764355
        },
        {
            "start": 857765138,
            "stop": 857767791
        },
        {
            "start": 857767793,
            "stop": 857769142
        },
        {
            "start": 857769846,
            "stop": 857771055
        },
        {
            "start": 857771126,
            "stop": 857790200
        },
        {
            "start": 857798217,
            "stop": 857803366
        },
        {
            "start": 857804234,
            "stop": 857828915
        },
        {
            "start": 857831024,
            "stop": 857833989
        },
        {
            "start": 857877345,
            "stop": 857877428
        },
        {
            "start": 857877430,
            "stop": 857877837
        },
        {
            "start": 857877839,
            "stop": 857879167
        },
        {
            "start": 857879169,
            "stop": 857893892
        }
    ]
}