Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=697
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=698",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=696",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 697,
    "results": [
        {
            "start": 1248763552,
            "stop": 1248763558
        },
        {
            "start": 1248763562,
            "stop": 1248763722
        },
        {
            "start": 1248763727,
            "stop": 1248763730
        },
        {
            "start": 1248763734,
            "stop": 1248763747
        },
        {
            "start": 1248763748,
            "stop": 1248763754
        },
        {
            "start": 1248763757,
            "stop": 1248763763
        },
        {
            "start": 1248763772,
            "stop": 1248763776
        },
        {
            "start": 1248763779,
            "stop": 1248763780
        },
        {
            "start": 1248763787,
            "stop": 1248763791
        },
        {
            "start": 1248763792,
            "stop": 1248763794
        },
        {
            "start": 1248763795,
            "stop": 1248763797
        },
        {
            "start": 1248763798,
            "stop": 1248763858
        },
        {
            "start": 1248763864,
            "stop": 1248763918
        },
        {
            "start": 1248763924,
            "stop": 1248763925
        },
        {
            "start": 1248763926,
            "stop": 1248763927
        },
        {
            "start": 1248763932,
            "stop": 1248763945
        },
        {
            "start": 1248763950,
            "stop": 1248763955
        },
        {
            "start": 1248763960,
            "stop": 1248764058
        },
        {
            "start": 1248764062,
            "stop": 1248764154
        },
        {
            "start": 1248764160,
            "stop": 1248764163
        }
    ]
}