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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=8",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 9,
    "results": [
        {
            "start": 944739299,
            "stop": 944739412
        },
        {
            "start": 944741443,
            "stop": 944741556
        },
        {
            "start": 944742763,
            "stop": 944742876
        },
        {
            "start": 944745347,
            "stop": 944745460
        },
        {
            "start": 944747931,
            "stop": 944748044
        },
        {
            "start": 944762435,
            "stop": 944762548
        },
        {
            "start": 944764067,
            "stop": 944764180
        },
        {
            "start": 944771203,
            "stop": 944771316
        },
        {
            "start": 944778923,
            "stop": 944779036
        },
        {
            "start": 944784948,
            "stop": 944785060
        },
        {
            "start": 944787180,
            "stop": 944787292
        },
        {
            "start": 944788723,
            "stop": 944788835
        },
        {
            "start": 944790331,
            "stop": 944790444
        },
        {
            "start": 944792579,
            "stop": 944792692
        },
        {
            "start": 944794075,
            "stop": 944794188
        },
        {
            "start": 944797019,
            "stop": 944797132
        },
        {
            "start": 944798987,
            "stop": 944799100
        },
        {
            "start": 944800467,
            "stop": 944800580
        },
        {
            "start": 944802155,
            "stop": 944802268
        },
        {
            "start": 944803587,
            "stop": 944803700
        }
    ]
}