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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=360",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 361,
    "results": [
        {
            "start": 931974880,
            "stop": 931974992
        },
        {
            "start": 931975003,
            "stop": 931975192
        },
        {
            "start": 931975194,
            "stop": 931975232
        },
        {
            "start": 931975234,
            "stop": 931975235
        },
        {
            "start": 931975240,
            "stop": 931975248
        },
        {
            "start": 931975251,
            "stop": 931975279
        },
        {
            "start": 931975281,
            "stop": 931975294
        },
        {
            "start": 931975297,
            "stop": 931975298
        },
        {
            "start": 931975301,
            "stop": 931975342
        },
        {
            "start": 931975354,
            "stop": 931975372
        },
        {
            "start": 931975380,
            "stop": 931975401
        },
        {
            "start": 931975403,
            "stop": 931975407
        },
        {
            "start": 931975410,
            "stop": 931975411
        },
        {
            "start": 931975414,
            "stop": 931975417
        },
        {
            "start": 931975419,
            "stop": 931975439
        },
        {
            "start": 931975442,
            "stop": 931975444
        },
        {
            "start": 931975446,
            "stop": 931975447
        },
        {
            "start": 931975449,
            "stop": 931975451
        },
        {
            "start": 931975453,
            "stop": 931975474
        },
        {
            "start": 931975478,
            "stop": 931975489
        }
    ]
}