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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 263,
    "results": [
        {
            "start": 1240053069,
            "stop": 1240053116
        },
        {
            "start": 1240053121,
            "stop": 1240053124
        },
        {
            "start": 1240053127,
            "stop": 1240053188
        },
        {
            "start": 1240053189,
            "stop": 1240053234
        },
        {
            "start": 1240053237,
            "stop": 1240053308
        },
        {
            "start": 1240053314,
            "stop": 1240053428
        },
        {
            "start": 1240053429,
            "stop": 1240053548
        },
        {
            "start": 1240053549,
            "stop": 1240053668
        },
        {
            "start": 1240053669,
            "stop": 1240053788
        },
        {
            "start": 1240053789,
            "stop": 1240053908
        },
        {
            "start": 1240053909,
            "stop": 1240053981
        },
        {
            "start": 1240053985,
            "stop": 1240054028
        },
        {
            "start": 1240054029,
            "stop": 1240054148
        },
        {
            "start": 1240054149,
            "stop": 1240054268
        },
        {
            "start": 1240054269,
            "stop": 1240054388
        },
        {
            "start": 1240054389,
            "stop": 1240054508
        },
        {
            "start": 1240054509,
            "stop": 1240054628
        },
        {
            "start": 1240054629,
            "stop": 1240054748
        },
        {
            "start": 1240054749,
            "stop": 1240054868
        },
        {
            "start": 1240054869,
            "stop": 1240054873
        }
    ]
}