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_CAT3/segments?format=api&page=487
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=488",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=486",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 487,
    "results": [
        {
            "start": 1262343183,
            "stop": 1262343377
        },
        {
            "start": 1262343380,
            "stop": 1262343493
        },
        {
            "start": 1262343496,
            "stop": 1262343540
        },
        {
            "start": 1262343543,
            "stop": 1262343616
        },
        {
            "start": 1262343619,
            "stop": 1262343626
        },
        {
            "start": 1262343629,
            "stop": 1262343812
        },
        {
            "start": 1262343815,
            "stop": 1262343985
        },
        {
            "start": 1262349768,
            "stop": 1262349938
        },
        {
            "start": 1262349941,
            "stop": 1262350676
        },
        {
            "start": 1262350679,
            "stop": 1262352524
        },
        {
            "start": 1262352527,
            "stop": 1262353832
        },
        {
            "start": 1262353835,
            "stop": 1262354391
        },
        {
            "start": 1262354394,
            "stop": 1262355729
        },
        {
            "start": 1262355732,
            "stop": 1262356757
        },
        {
            "start": 1262356760,
            "stop": 1262357078
        },
        {
            "start": 1262357086,
            "stop": 1262357722
        },
        {
            "start": 1262357725,
            "stop": 1262357896
        },
        {
            "start": 1262357899,
            "stop": 1262358306
        },
        {
            "start": 1262358309,
            "stop": 1262358688
        },
        {
            "start": 1262358691,
            "stop": 1262359559
        }
    ]
}