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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=572",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=570",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 571,
    "results": [
        {
            "start": 1262867615,
            "stop": 1262868868
        },
        {
            "start": 1262868871,
            "stop": 1262873327
        },
        {
            "start": 1262873330,
            "stop": 1262874538
        },
        {
            "start": 1262874541,
            "stop": 1262874715
        },
        {
            "start": 1262874718,
            "stop": 1262874886
        },
        {
            "start": 1262874889,
            "stop": 1262875265
        },
        {
            "start": 1262875268,
            "stop": 1262875270
        },
        {
            "start": 1262875273,
            "stop": 1262875292
        },
        {
            "start": 1262875295,
            "stop": 1262876551
        },
        {
            "start": 1262876554,
            "stop": 1262876617
        },
        {
            "start": 1262876620,
            "stop": 1262876640
        },
        {
            "start": 1262876642,
            "stop": 1262876652
        },
        {
            "start": 1262876657,
            "stop": 1262876675
        },
        {
            "start": 1262876676,
            "stop": 1262876678
        },
        {
            "start": 1262876679,
            "stop": 1262876967
        },
        {
            "start": 1262876971,
            "stop": 1262877185
        },
        {
            "start": 1262877188,
            "stop": 1262877371
        },
        {
            "start": 1262877374,
            "stop": 1262878245
        },
        {
            "start": 1262884040,
            "stop": 1262884316
        },
        {
            "start": 1262884319,
            "stop": 1262884374
        }
    ]
}