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=833
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=834",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=832",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 833,
    "results": [
        {
            "start": 1269019487,
            "stop": 1269019580
        },
        {
            "start": 1269019582,
            "stop": 1269021376
        },
        {
            "start": 1269021380,
            "stop": 1269021641
        },
        {
            "start": 1269026954,
            "stop": 1269031266
        },
        {
            "start": 1269031268,
            "stop": 1269033672
        },
        {
            "start": 1269033675,
            "stop": 1269036772
        },
        {
            "start": 1269036775,
            "stop": 1269037283
        },
        {
            "start": 1269037286,
            "stop": 1269037525
        },
        {
            "start": 1269046699,
            "stop": 1269047795
        },
        {
            "start": 1269047797,
            "stop": 1269048402
        },
        {
            "start": 1269048403,
            "stop": 1269049029
        },
        {
            "start": 1269049033,
            "stop": 1269049605
        },
        {
            "start": 1269049608,
            "stop": 1269053128
        },
        {
            "start": 1269053130,
            "stop": 1269055545
        },
        {
            "start": 1269055547,
            "stop": 1269056128
        },
        {
            "start": 1269056129,
            "stop": 1269056458
        },
        {
            "start": 1269056462,
            "stop": 1269057257
        },
        {
            "start": 1269057259,
            "stop": 1269057722
        },
        {
            "start": 1269057723,
            "stop": 1269058949
        },
        {
            "start": 1269058954,
            "stop": 1269059035
        }
    ]
}