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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=78",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 79,
    "results": [
        {
            "start": 1258758265,
            "stop": 1258759091
        },
        {
            "start": 1258759093,
            "stop": 1258760085
        },
        {
            "start": 1258760088,
            "stop": 1258763463
        },
        {
            "start": 1258763467,
            "stop": 1258763711
        },
        {
            "start": 1258763713,
            "stop": 1258769750
        },
        {
            "start": 1258769752,
            "stop": 1258772840
        },
        {
            "start": 1258772845,
            "stop": 1258773359
        },
        {
            "start": 1258773363,
            "stop": 1258773459
        },
        {
            "start": 1258784522,
            "stop": 1258786825
        },
        {
            "start": 1258786828,
            "stop": 1258787167
        },
        {
            "start": 1258787172,
            "stop": 1258787174
        },
        {
            "start": 1258787177,
            "stop": 1258787183
        },
        {
            "start": 1258787186,
            "stop": 1258787387
        },
        {
            "start": 1258787390,
            "stop": 1258787488
        },
        {
            "start": 1258787492,
            "stop": 1258787514
        },
        {
            "start": 1258787517,
            "stop": 1258787558
        },
        {
            "start": 1258787562,
            "stop": 1258787590
        },
        {
            "start": 1258787592,
            "stop": 1258787742
        },
        {
            "start": 1258787746,
            "stop": 1258787841
        },
        {
            "start": 1258787844,
            "stop": 1258787867
        }
    ]
}