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=1041
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=1042",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1040",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1041,
    "results": [
        {
            "start": 1252836920,
            "stop": 1252836986
        },
        {
            "start": 1252836989,
            "stop": 1252837042
        },
        {
            "start": 1252837047,
            "stop": 1252837326
        },
        {
            "start": 1252837329,
            "stop": 1252837345
        },
        {
            "start": 1252837350,
            "stop": 1252837531
        },
        {
            "start": 1252837536,
            "stop": 1252837565
        },
        {
            "start": 1252837570,
            "stop": 1252837603
        },
        {
            "start": 1252837608,
            "stop": 1252837731
        },
        {
            "start": 1252837735,
            "stop": 1252837826
        },
        {
            "start": 1252837831,
            "stop": 1252838546
        },
        {
            "start": 1252838550,
            "stop": 1252838763
        },
        {
            "start": 1252838768,
            "stop": 1252838953
        },
        {
            "start": 1252838957,
            "stop": 1252838998
        },
        {
            "start": 1252839003,
            "stop": 1252839079
        },
        {
            "start": 1252839082,
            "stop": 1252839169
        },
        {
            "start": 1252842473,
            "stop": 1252842679
        },
        {
            "start": 1252842857,
            "stop": 1252844234
        },
        {
            "start": 1252844330,
            "stop": 1252844533
        },
        {
            "start": 1252844702,
            "stop": 1252844826
        },
        {
            "start": 1252845358,
            "stop": 1252845463
        }
    ]
}