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_CAT3/segments?format=api&page=806
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=807",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=805",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 806,
    "results": [
        {
            "start": 1250204543,
            "stop": 1250204547
        },
        {
            "start": 1250204550,
            "stop": 1250204612
        },
        {
            "start": 1250204614,
            "stop": 1250204635
        },
        {
            "start": 1250204638,
            "stop": 1250204764
        },
        {
            "start": 1250204766,
            "stop": 1250205055
        },
        {
            "start": 1250205058,
            "stop": 1250205096
        },
        {
            "start": 1250205099,
            "stop": 1250205101
        },
        {
            "start": 1250205104,
            "stop": 1250205113
        },
        {
            "start": 1250205115,
            "stop": 1250205148
        },
        {
            "start": 1250205155,
            "stop": 1250205180
        },
        {
            "start": 1250205182,
            "stop": 1250205225
        },
        {
            "start": 1250205229,
            "stop": 1250205549
        },
        {
            "start": 1250205554,
            "stop": 1250205561
        },
        {
            "start": 1250205563,
            "stop": 1250205569
        },
        {
            "start": 1250205572,
            "stop": 1250205585
        },
        {
            "start": 1250205592,
            "stop": 1250205594
        },
        {
            "start": 1250205599,
            "stop": 1250205601
        },
        {
            "start": 1250205603,
            "stop": 1250205616
        },
        {
            "start": 1250205618,
            "stop": 1250205628
        },
        {
            "start": 1250205630,
            "stop": 1250205716
        }
    ]
}