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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=91",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 92,
    "results": [
        {
            "start": 1259160821,
            "stop": 1259161246
        },
        {
            "start": 1259161254,
            "stop": 1259162583
        },
        {
            "start": 1259162586,
            "stop": 1259163957
        },
        {
            "start": 1259163962,
            "stop": 1259164304
        },
        {
            "start": 1259164305,
            "stop": 1259166374
        },
        {
            "start": 1259166375,
            "stop": 1259169348
        },
        {
            "start": 1259169350,
            "stop": 1259169590
        },
        {
            "start": 1259169592,
            "stop": 1259169675
        },
        {
            "start": 1259169676,
            "stop": 1259170941
        },
        {
            "start": 1259170946,
            "stop": 1259176344
        },
        {
            "start": 1259176349,
            "stop": 1259176510
        },
        {
            "start": 1259176515,
            "stop": 1259176607
        },
        {
            "start": 1259176611,
            "stop": 1259177342
        },
        {
            "start": 1259177345,
            "stop": 1259177394
        },
        {
            "start": 1259177399,
            "stop": 1259179643
        },
        {
            "start": 1259179648,
            "stop": 1259179994
        },
        {
            "start": 1259179999,
            "stop": 1259180344
        },
        {
            "start": 1259180349,
            "stop": 1259183804
        },
        {
            "start": 1259183876,
            "stop": 1259184008
        },
        {
            "start": 1259309010,
            "stop": 1259309102
        }
    ]
}