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_CAT2/segments?format=api&page=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 106,
    "results": [
        {
            "start": 1259540749,
            "stop": 1259543713
        },
        {
            "start": 1259543717,
            "stop": 1259546056
        },
        {
            "start": 1259546061,
            "stop": 1259546308
        },
        {
            "start": 1259546312,
            "stop": 1259546517
        },
        {
            "start": 1259546522,
            "stop": 1259546707
        },
        {
            "start": 1259546810,
            "stop": 1259548363
        },
        {
            "start": 1259548366,
            "stop": 1259549187
        },
        {
            "start": 1259549189,
            "stop": 1259549989
        },
        {
            "start": 1259549993,
            "stop": 1259553076
        },
        {
            "start": 1259553174,
            "stop": 1259553241
        },
        {
            "start": 1259553245,
            "stop": 1259554597
        },
        {
            "start": 1259554600,
            "stop": 1259555280
        },
        {
            "start": 1259555285,
            "stop": 1259559440
        },
        {
            "start": 1259559521,
            "stop": 1259559553
        },
        {
            "start": 1259559555,
            "stop": 1259561841
        },
        {
            "start": 1259561843,
            "stop": 1259564431
        },
        {
            "start": 1259564436,
            "stop": 1259565789
        },
        {
            "start": 1259565870,
            "stop": 1259566853
        },
        {
            "start": 1259566857,
            "stop": 1259568494
        },
        {
            "start": 1259574343,
            "stop": 1259575278
        }
    ]
}