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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 82,
    "results": [
        {
            "start": 1258875506,
            "stop": 1258875707
        },
        {
            "start": 1258875710,
            "stop": 1258876101
        },
        {
            "start": 1258876106,
            "stop": 1258876476
        },
        {
            "start": 1258876481,
            "stop": 1258876769
        },
        {
            "start": 1258876771,
            "stop": 1258877200
        },
        {
            "start": 1258877204,
            "stop": 1258878079
        },
        {
            "start": 1258878082,
            "stop": 1258880005
        },
        {
            "start": 1258880010,
            "stop": 1258886940
        },
        {
            "start": 1258886941,
            "stop": 1258890407
        },
        {
            "start": 1258890411,
            "stop": 1258891103
        },
        {
            "start": 1258891106,
            "stop": 1258891406
        },
        {
            "start": 1258891409,
            "stop": 1258891567
        },
        {
            "start": 1258891570,
            "stop": 1258891573
        },
        {
            "start": 1258891576,
            "stop": 1258891632
        },
        {
            "start": 1258891635,
            "stop": 1258891793
        },
        {
            "start": 1258891794,
            "stop": 1258891882
        },
        {
            "start": 1258891886,
            "stop": 1258893431
        },
        {
            "start": 1258893434,
            "stop": 1258893873
        },
        {
            "start": 1258893874,
            "stop": 1258894789
        },
        {
            "start": 1258894790,
            "stop": 1258894940
        }
    ]
}