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=808
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=809",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=807",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 808,
    "results": [
        {
            "start": 1268691221,
            "stop": 1268692551
        },
        {
            "start": 1268692554,
            "stop": 1268696343
        },
        {
            "start": 1268696348,
            "stop": 1268696922
        },
        {
            "start": 1268696924,
            "stop": 1268698893
        },
        {
            "start": 1268698895,
            "stop": 1268699379
        },
        {
            "start": 1268699383,
            "stop": 1268701833
        },
        {
            "start": 1268701836,
            "stop": 1268704683
        },
        {
            "start": 1268704685,
            "stop": 1268705800
        },
        {
            "start": 1268705802,
            "stop": 1268706598
        },
        {
            "start": 1268706599,
            "stop": 1268711802
        },
        {
            "start": 1268711805,
            "stop": 1268714149
        },
        {
            "start": 1268714153,
            "stop": 1268714453
        },
        {
            "start": 1268714455,
            "stop": 1268714488
        },
        {
            "start": 1268714540,
            "stop": 1268721435
        },
        {
            "start": 1268721440,
            "stop": 1268724487
        },
        {
            "start": 1268724492,
            "stop": 1268724881
        },
        {
            "start": 1268724885,
            "stop": 1268726929
        },
        {
            "start": 1268726934,
            "stop": 1268732081
        },
        {
            "start": 1268732085,
            "stop": 1268734287
        },
        {
            "start": 1268734288,
            "stop": 1268734530
        }
    ]
}