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=503
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=504",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=502",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 503,
    "results": [
        {
            "start": 1264575449,
            "stop": 1264575694
        },
        {
            "start": 1264578718,
            "stop": 1264578943
        },
        {
            "start": 1264578944,
            "stop": 1264579327
        },
        {
            "start": 1264579329,
            "stop": 1264579497
        },
        {
            "start": 1264579500,
            "stop": 1264584182
        },
        {
            "start": 1264584185,
            "stop": 1264584186
        },
        {
            "start": 1264584187,
            "stop": 1264584196
        },
        {
            "start": 1264584197,
            "stop": 1264584200
        },
        {
            "start": 1264584201,
            "stop": 1264584218
        },
        {
            "start": 1264584219,
            "stop": 1264584221
        },
        {
            "start": 1264584226,
            "stop": 1264584229
        },
        {
            "start": 1264584234,
            "stop": 1264584263
        },
        {
            "start": 1264584265,
            "stop": 1264584273
        },
        {
            "start": 1264584276,
            "stop": 1264584277
        },
        {
            "start": 1264584282,
            "stop": 1264584283
        },
        {
            "start": 1264584293,
            "stop": 1264584294
        },
        {
            "start": 1264584298,
            "stop": 1264584300
        },
        {
            "start": 1264584307,
            "stop": 1264584308
        },
        {
            "start": 1264584309,
            "stop": 1264584310
        },
        {
            "start": 1264584313,
            "stop": 1264584324
        }
    ]
}