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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1735",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1733",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1734,
    "results": [
        {
            "start": 958488409,
            "stop": 958489311
        },
        {
            "start": 958489313,
            "stop": 958489691
        },
        {
            "start": 958489693,
            "stop": 958489816
        },
        {
            "start": 958489819,
            "stop": 958490308
        },
        {
            "start": 958490311,
            "stop": 958490315
        },
        {
            "start": 958490317,
            "stop": 958490434
        },
        {
            "start": 958490436,
            "stop": 958490531
        },
        {
            "start": 958490533,
            "stop": 958490622
        },
        {
            "start": 958490624,
            "stop": 958490627
        },
        {
            "start": 958490629,
            "stop": 958490675
        },
        {
            "start": 958490677,
            "stop": 958491092
        },
        {
            "start": 958491094,
            "stop": 958491248
        },
        {
            "start": 958491250,
            "stop": 958491278
        },
        {
            "start": 958491281,
            "stop": 958491284
        },
        {
            "start": 958491289,
            "stop": 958491291
        },
        {
            "start": 958492564,
            "stop": 958493483
        },
        {
            "start": 958493485,
            "stop": 958495402
        },
        {
            "start": 958495405,
            "stop": 958495726
        },
        {
            "start": 958495728,
            "stop": 958496269
        },
        {
            "start": 958499875,
            "stop": 958502331
        }
    ]
}