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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=204",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 205,
    "results": [
        {
            "start": 1375401643,
            "stop": 1375405333
        },
        {
            "start": 1375405335,
            "stop": 1375407501
        },
        {
            "start": 1375407503,
            "stop": 1375408591
        },
        {
            "start": 1375408592,
            "stop": 1375411279
        },
        {
            "start": 1375411281,
            "stop": 1375412237
        },
        {
            "start": 1375412239,
            "stop": 1375416090
        },
        {
            "start": 1375416091,
            "stop": 1375417277
        },
        {
            "start": 1375417281,
            "stop": 1375417859
        },
        {
            "start": 1375417860,
            "stop": 1375419466
        },
        {
            "start": 1375419468,
            "stop": 1375420071
        },
        {
            "start": 1375420073,
            "stop": 1375421533
        },
        {
            "start": 1375421535,
            "stop": 1375422233
        },
        {
            "start": 1375422235,
            "stop": 1375423793
        },
        {
            "start": 1375423794,
            "stop": 1375424514
        },
        {
            "start": 1375424515,
            "stop": 1375425739
        },
        {
            "start": 1375425741,
            "stop": 1375426445
        },
        {
            "start": 1375426447,
            "stop": 1375428240
        },
        {
            "start": 1375428241,
            "stop": 1375428834
        },
        {
            "start": 1375428836,
            "stop": 1375430129
        },
        {
            "start": 1375430131,
            "stop": 1375431043
        }
    ]
}