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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=695",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 696,
    "results": [
        {
            "start": 1266066111,
            "stop": 1266066920
        },
        {
            "start": 1266066923,
            "stop": 1266067774
        },
        {
            "start": 1266067777,
            "stop": 1266071918
        },
        {
            "start": 1266071920,
            "stop": 1266073323
        },
        {
            "start": 1266073326,
            "stop": 1266075764
        },
        {
            "start": 1266075767,
            "stop": 1266076129
        },
        {
            "start": 1266115342,
            "stop": 1266115375
        },
        {
            "start": 1266115377,
            "stop": 1266116120
        },
        {
            "start": 1266116123,
            "stop": 1266118583
        },
        {
            "start": 1266118586,
            "stop": 1266118746
        },
        {
            "start": 1266118754,
            "stop": 1266118840
        },
        {
            "start": 1266118843,
            "stop": 1266119061
        },
        {
            "start": 1266119064,
            "stop": 1266119104
        },
        {
            "start": 1266119107,
            "stop": 1266120118
        },
        {
            "start": 1266120120,
            "stop": 1266120670
        },
        {
            "start": 1266120678,
            "stop": 1266124549
        },
        {
            "start": 1266124552,
            "stop": 1266125684
        },
        {
            "start": 1266125692,
            "stop": 1266126835
        },
        {
            "start": 1266126843,
            "stop": 1266127489
        },
        {
            "start": 1266127497,
            "stop": 1266127928
        }
    ]
}