Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=7",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 8,
    "results": [
        {
            "start": 1397517388,
            "stop": 1397518725
        },
        {
            "start": 1397518728,
            "stop": 1397531118
        },
        {
            "start": 1397533305,
            "stop": 1397543123
        },
        {
            "start": 1397543126,
            "stop": 1397544427
        },
        {
            "start": 1397544431,
            "stop": 1397545206
        },
        {
            "start": 1397545211,
            "stop": 1397546856
        },
        {
            "start": 1397546859,
            "stop": 1397547091
        },
        {
            "start": 1397547095,
            "stop": 1397549790
        },
        {
            "start": 1397549795,
            "stop": 1397551164
        },
        {
            "start": 1397551168,
            "stop": 1397555674
        },
        {
            "start": 1397555677,
            "stop": 1397567475
        },
        {
            "start": 1397567479,
            "stop": 1397567734
        },
        {
            "start": 1397567736,
            "stop": 1397578901
        },
        {
            "start": 1397578906,
            "stop": 1397588120
        },
        {
            "start": 1397588125,
            "stop": 1397588476
        },
        {
            "start": 1397599673,
            "stop": 1397601304
        },
        {
            "start": 1397601306,
            "stop": 1397614709
        },
        {
            "start": 1397614714,
            "stop": 1397616329
        },
        {
            "start": 1397616332,
            "stop": 1397622594
        },
        {
            "start": 1397622596,
            "stop": 1397624648
        }
    ]
}