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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=239",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 240,
    "results": [
        {
            "start": 931505324,
            "stop": 931505327
        },
        {
            "start": 931505332,
            "stop": 931505336
        },
        {
            "start": 931505346,
            "stop": 931505350
        },
        {
            "start": 931505359,
            "stop": 931505360
        },
        {
            "start": 931505363,
            "stop": 931505364
        },
        {
            "start": 931505369,
            "stop": 931505371
        },
        {
            "start": 931505374,
            "stop": 931505377
        },
        {
            "start": 931505381,
            "stop": 931505383
        },
        {
            "start": 931505384,
            "stop": 931505387
        },
        {
            "start": 931505393,
            "stop": 931505396
        },
        {
            "start": 931505400,
            "stop": 931505404
        },
        {
            "start": 931505411,
            "stop": 931505412
        },
        {
            "start": 931505415,
            "stop": 931505425
        },
        {
            "start": 931505428,
            "stop": 931505429
        },
        {
            "start": 931505438,
            "stop": 931505440
        },
        {
            "start": 931505446,
            "stop": 931505450
        },
        {
            "start": 931505459,
            "stop": 931505461
        },
        {
            "start": 931505465,
            "stop": 931505483
        },
        {
            "start": 931505491,
            "stop": 931505494
        },
        {
            "start": 931505497,
            "stop": 931505500
        }
    ]
}