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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=103",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 104,
    "results": [
        {
            "start": 1259490486,
            "stop": 1259494523
        },
        {
            "start": 1259494604,
            "stop": 1259499293
        },
        {
            "start": 1259499298,
            "stop": 1259499331
        },
        {
            "start": 1259499333,
            "stop": 1259500872
        },
        {
            "start": 1259500955,
            "stop": 1259502535
        },
        {
            "start": 1259502543,
            "stop": 1259502784
        },
        {
            "start": 1259502788,
            "stop": 1259504801
        },
        {
            "start": 1259504803,
            "stop": 1259507220
        },
        {
            "start": 1259507346,
            "stop": 1259511501
        },
        {
            "start": 1259511504,
            "stop": 1259511757
        },
        {
            "start": 1259511762,
            "stop": 1259512557
        },
        {
            "start": 1259512561,
            "stop": 1259512737
        },
        {
            "start": 1259512740,
            "stop": 1259513609
        },
        {
            "start": 1259513705,
            "stop": 1259514091
        },
        {
            "start": 1259514094,
            "stop": 1259514501
        },
        {
            "start": 1259514504,
            "stop": 1259515017
        },
        {
            "start": 1259515021,
            "stop": 1259515737
        },
        {
            "start": 1259515740,
            "stop": 1259515983
        },
        {
            "start": 1259515990,
            "stop": 1259519165
        },
        {
            "start": 1259519168,
            "stop": 1259519969
        }
    ]
}