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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=446",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 447,
    "results": [
        {
            "start": 1264384988,
            "stop": 1264384991
        },
        {
            "start": 1264384992,
            "stop": 1264384996
        },
        {
            "start": 1264384997,
            "stop": 1264385003
        },
        {
            "start": 1264385005,
            "stop": 1264385012
        },
        {
            "start": 1264385015,
            "stop": 1264385145
        },
        {
            "start": 1264385147,
            "stop": 1264385187
        },
        {
            "start": 1264385189,
            "stop": 1264385195
        },
        {
            "start": 1264385198,
            "stop": 1264385233
        },
        {
            "start": 1264385235,
            "stop": 1264385259
        },
        {
            "start": 1264385260,
            "stop": 1264385267
        },
        {
            "start": 1264385269,
            "stop": 1264385271
        },
        {
            "start": 1264385273,
            "stop": 1264385276
        },
        {
            "start": 1264385277,
            "stop": 1264385284
        },
        {
            "start": 1264385286,
            "stop": 1264385301
        },
        {
            "start": 1264385302,
            "stop": 1264385317
        },
        {
            "start": 1264385318,
            "stop": 1264385376
        },
        {
            "start": 1264385377,
            "stop": 1264385385
        },
        {
            "start": 1264385386,
            "stop": 1264385395
        },
        {
            "start": 1264385396,
            "stop": 1264385403
        },
        {
            "start": 1264385405,
            "stop": 1264385510
        }
    ]
}