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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=841",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=839",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 840,
    "results": [
        {
            "start": 1269312717,
            "stop": 1269315606
        },
        {
            "start": 1269315614,
            "stop": 1269316233
        },
        {
            "start": 1269316234,
            "stop": 1269316254
        },
        {
            "start": 1269316255,
            "stop": 1269316256
        },
        {
            "start": 1269316257,
            "stop": 1269316260
        },
        {
            "start": 1269316263,
            "stop": 1269316265
        },
        {
            "start": 1269316266,
            "stop": 1269316273
        },
        {
            "start": 1269316275,
            "stop": 1269316277
        },
        {
            "start": 1269316278,
            "stop": 1269321492
        },
        {
            "start": 1269321495,
            "stop": 1269326694
        },
        {
            "start": 1269326699,
            "stop": 1269327630
        },
        {
            "start": 1269327633,
            "stop": 1269328266
        },
        {
            "start": 1269328269,
            "stop": 1269328270
        },
        {
            "start": 1269328274,
            "stop": 1269328275
        },
        {
            "start": 1269328276,
            "stop": 1269329309
        },
        {
            "start": 1269329313,
            "stop": 1269329888
        },
        {
            "start": 1269329892,
            "stop": 1269330830
        },
        {
            "start": 1269330835,
            "stop": 1269331505
        },
        {
            "start": 1269331508,
            "stop": 1269332956
        },
        {
            "start": 1269332958,
            "stop": 1269333170
        }
    ]
}