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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=5",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 6,
    "results": [
        {
            "start": 1259365338,
            "stop": 1259401381
        },
        {
            "start": 1259403124,
            "stop": 1259423392
        },
        {
            "start": 1259445222,
            "stop": 1259465348
        },
        {
            "start": 1259465604,
            "stop": 1259469824
        },
        {
            "start": 1259479311,
            "stop": 1259528407
        },
        {
            "start": 1259538168,
            "stop": 1259547865
        },
        {
            "start": 1259549843,
            "stop": 1259559668
        },
        {
            "start": 1259560273,
            "stop": 1259581061
        },
        {
            "start": 1259592829,
            "stop": 1259607402
        },
        {
            "start": 1259607628,
            "stop": 1259618544
        },
        {
            "start": 1259625238,
            "stop": 1259639682
        },
        {
            "start": 1259640165,
            "stop": 1259820500
        },
        {
            "start": 1259820637,
            "stop": 1259853895
        },
        {
            "start": 1259864451,
            "stop": 1259874609
        },
        {
            "start": 1259877351,
            "stop": 1259880448
        },
        {
            "start": 1259880531,
            "stop": 1259938327
        },
        {
            "start": 1259938879,
            "stop": 1259966500
        },
        {
            "start": 1259966842,
            "stop": 1259968948
        },
        {
            "start": 1259968997,
            "stop": 1259981885
        },
        {
            "start": 1259982021,
            "stop": 1259982058
        }
    ]
}