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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 167,
    "results": [
        {
            "start": 1258657856,
            "stop": 1258657868
        },
        {
            "start": 1258657871,
            "stop": 1258658585
        },
        {
            "start": 1258658588,
            "stop": 1258658988
        },
        {
            "start": 1258658991,
            "stop": 1258659433
        },
        {
            "start": 1258659436,
            "stop": 1258659521
        },
        {
            "start": 1258659524,
            "stop": 1258659816
        },
        {
            "start": 1258659819,
            "stop": 1258659976
        },
        {
            "start": 1258659979,
            "stop": 1258660241
        },
        {
            "start": 1258660244,
            "stop": 1258660343
        },
        {
            "start": 1258660346,
            "stop": 1258660434
        },
        {
            "start": 1258660437,
            "stop": 1258660444
        },
        {
            "start": 1258660447,
            "stop": 1258660536
        },
        {
            "start": 1258660539,
            "stop": 1258660553
        },
        {
            "start": 1258660556,
            "stop": 1258660568
        },
        {
            "start": 1258660571,
            "stop": 1258660580
        },
        {
            "start": 1258660583,
            "stop": 1258660875
        },
        {
            "start": 1258660878,
            "stop": 1258661253
        },
        {
            "start": 1258661256,
            "stop": 1258661406
        },
        {
            "start": 1258661409,
            "stop": 1258661481
        },
        {
            "start": 1258661484,
            "stop": 1258661507
        }
    ]
}