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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1045",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1043",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1044,
    "results": [
        {
            "start": 1252899005,
            "stop": 1252899019
        },
        {
            "start": 1252899022,
            "stop": 1252899472
        },
        {
            "start": 1252899479,
            "stop": 1252900146
        },
        {
            "start": 1252900150,
            "stop": 1252900534
        },
        {
            "start": 1252900538,
            "stop": 1252900694
        },
        {
            "start": 1252900696,
            "stop": 1252900915
        },
        {
            "start": 1252900919,
            "stop": 1252901403
        },
        {
            "start": 1252901407,
            "stop": 1252901528
        },
        {
            "start": 1252901535,
            "stop": 1252901629
        },
        {
            "start": 1252901632,
            "stop": 1252902354
        },
        {
            "start": 1252902358,
            "stop": 1252902499
        },
        {
            "start": 1252902503,
            "stop": 1252903453
        },
        {
            "start": 1252903457,
            "stop": 1252903906
        },
        {
            "start": 1252903913,
            "stop": 1252904622
        },
        {
            "start": 1252904626,
            "stop": 1252904636
        },
        {
            "start": 1252904640,
            "stop": 1252905360
        },
        {
            "start": 1252905363,
            "stop": 1252905621
        },
        {
            "start": 1252905624,
            "stop": 1252906041
        },
        {
            "start": 1252906045,
            "stop": 1252906201
        },
        {
            "start": 1252906205,
            "stop": 1252906978
        }
    ]
}