Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 21,
    "results": [
        {
            "start": 1257279999,
            "stop": 1257280354
        },
        {
            "start": 1257280359,
            "stop": 1257281200
        },
        {
            "start": 1257281204,
            "stop": 1257281729
        },
        {
            "start": 1257281731,
            "stop": 1257282480
        },
        {
            "start": 1257282485,
            "stop": 1257284269
        },
        {
            "start": 1257284273,
            "stop": 1257284306
        },
        {
            "start": 1257284307,
            "stop": 1257288040
        },
        {
            "start": 1257288075,
            "stop": 1257288711
        },
        {
            "start": 1257288719,
            "stop": 1257290249
        },
        {
            "start": 1257290271,
            "stop": 1257291632
        },
        {
            "start": 1257291637,
            "stop": 1257291915
        },
        {
            "start": 1257291918,
            "stop": 1257293267
        },
        {
            "start": 1257293270,
            "stop": 1257293492
        },
        {
            "start": 1257293497,
            "stop": 1257296025
        },
        {
            "start": 1257296027,
            "stop": 1257299575
        },
        {
            "start": 1257299580,
            "stop": 1257302203
        },
        {
            "start": 1257302205,
            "stop": 1257302402
        },
        {
            "start": 1257302407,
            "stop": 1257302613
        },
        {
            "start": 1257302615,
            "stop": 1257302755
        },
        {
            "start": 1257302760,
            "stop": 1257305467
        }
    ]
}