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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=382",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 383,
    "results": [
        {
            "start": 1264330407,
            "stop": 1264330670
        },
        {
            "start": 1264330671,
            "stop": 1264331378
        },
        {
            "start": 1264331382,
            "stop": 1264331384
        },
        {
            "start": 1264331386,
            "stop": 1264331387
        },
        {
            "start": 1264331389,
            "stop": 1264331395
        },
        {
            "start": 1264331396,
            "stop": 1264331400
        },
        {
            "start": 1264331404,
            "stop": 1264331405
        },
        {
            "start": 1264331406,
            "stop": 1264331410
        },
        {
            "start": 1264331412,
            "stop": 1264331436
        },
        {
            "start": 1264331437,
            "stop": 1264331444
        },
        {
            "start": 1264331449,
            "stop": 1264332340
        },
        {
            "start": 1264332341,
            "stop": 1264332768
        },
        {
            "start": 1264332769,
            "stop": 1264334242
        },
        {
            "start": 1264334243,
            "stop": 1264334262
        },
        {
            "start": 1264334263,
            "stop": 1264334264
        },
        {
            "start": 1264334269,
            "stop": 1264334273
        },
        {
            "start": 1264334276,
            "stop": 1264334277
        },
        {
            "start": 1264334279,
            "stop": 1264334280
        },
        {
            "start": 1264334293,
            "stop": 1264334294
        },
        {
            "start": 1264334304,
            "stop": 1264334305
        }
    ]
}