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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 117,
    "results": [
        {
            "start": 1259873199,
            "stop": 1259873520
        },
        {
            "start": 1259873525,
            "stop": 1259873672
        },
        {
            "start": 1259873675,
            "stop": 1259877265
        },
        {
            "start": 1259877269,
            "stop": 1259877595
        },
        {
            "start": 1259877597,
            "stop": 1259878609
        },
        {
            "start": 1259878611,
            "stop": 1259878819
        },
        {
            "start": 1259878822,
            "stop": 1259880080
        },
        {
            "start": 1259880083,
            "stop": 1259880789
        },
        {
            "start": 1259880794,
            "stop": 1259881463
        },
        {
            "start": 1259881466,
            "stop": 1259883666
        },
        {
            "start": 1259883667,
            "stop": 1259884864
        },
        {
            "start": 1259884866,
            "stop": 1259885412
        },
        {
            "start": 1259885414,
            "stop": 1259886264
        },
        {
            "start": 1259886265,
            "stop": 1259889211
        },
        {
            "start": 1259889214,
            "stop": 1259889802
        },
        {
            "start": 1259889807,
            "stop": 1259890170
        },
        {
            "start": 1259890174,
            "stop": 1259891016
        },
        {
            "start": 1259891020,
            "stop": 1259894291
        },
        {
            "start": 1259894294,
            "stop": 1259896383
        },
        {
            "start": 1259896387,
            "stop": 1259897053
        }
    ]
}