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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=85",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 86,
    "results": [
        {
            "start": 1238426641,
            "stop": 1238426650
        },
        {
            "start": 1238426651,
            "stop": 1238426669
        },
        {
            "start": 1238426672,
            "stop": 1238426681
        },
        {
            "start": 1238441899,
            "stop": 1238441915
        },
        {
            "start": 1238441916,
            "stop": 1238442100
        },
        {
            "start": 1238442101,
            "stop": 1238442231
        },
        {
            "start": 1238442232,
            "stop": 1238442341
        },
        {
            "start": 1238442344,
            "stop": 1238442347
        },
        {
            "start": 1238442348,
            "stop": 1238442573
        },
        {
            "start": 1238442578,
            "stop": 1238442612
        },
        {
            "start": 1238442614,
            "stop": 1238442729
        },
        {
            "start": 1238442736,
            "stop": 1238442738
        },
        {
            "start": 1238442741,
            "stop": 1238442907
        },
        {
            "start": 1238442909,
            "stop": 1238442985
        },
        {
            "start": 1238442987,
            "stop": 1238442998
        },
        {
            "start": 1238443001,
            "stop": 1238443017
        },
        {
            "start": 1238443018,
            "stop": 1238443109
        },
        {
            "start": 1238443111,
            "stop": 1238443140
        },
        {
            "start": 1238443141,
            "stop": 1238443143
        },
        {
            "start": 1238443144,
            "stop": 1238443543
        }
    ]
}