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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=284",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 285,
    "results": [
        {
            "start": 1260187799,
            "stop": 1260187920
        },
        {
            "start": 1260187921,
            "stop": 1260187946
        },
        {
            "start": 1260187947,
            "stop": 1260188136
        },
        {
            "start": 1260188138,
            "stop": 1260188393
        },
        {
            "start": 1260188395,
            "stop": 1260188538
        },
        {
            "start": 1260188539,
            "stop": 1260188954
        },
        {
            "start": 1260188955,
            "stop": 1260189266
        },
        {
            "start": 1260189268,
            "stop": 1260189345
        },
        {
            "start": 1260196598,
            "stop": 1260196660
        },
        {
            "start": 1260196661,
            "stop": 1260196673
        },
        {
            "start": 1260196675,
            "stop": 1260196873
        },
        {
            "start": 1260196874,
            "stop": 1260196948
        },
        {
            "start": 1260196951,
            "stop": 1260197107
        },
        {
            "start": 1260197110,
            "stop": 1260197141
        },
        {
            "start": 1260197143,
            "stop": 1260197190
        },
        {
            "start": 1260197191,
            "stop": 1260197343
        },
        {
            "start": 1260197344,
            "stop": 1260197651
        },
        {
            "start": 1260197652,
            "stop": 1260197665
        },
        {
            "start": 1260197668,
            "stop": 1260197673
        },
        {
            "start": 1260197677,
            "stop": 1260197966
        }
    ]
}