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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 347,
    "results": [
        {
            "start": 1240716947,
            "stop": 1240716948
        },
        {
            "start": 1240716950,
            "stop": 1240716958
        },
        {
            "start": 1240716959,
            "stop": 1240716972
        },
        {
            "start": 1240716973,
            "stop": 1240717341
        },
        {
            "start": 1240717344,
            "stop": 1240717580
        },
        {
            "start": 1240717581,
            "stop": 1240717600
        },
        {
            "start": 1240717601,
            "stop": 1240717661
        },
        {
            "start": 1240717662,
            "stop": 1240717914
        },
        {
            "start": 1240717915,
            "stop": 1240718474
        },
        {
            "start": 1240718475,
            "stop": 1240718550
        },
        {
            "start": 1240718551,
            "stop": 1240718553
        },
        {
            "start": 1240718556,
            "stop": 1240718572
        },
        {
            "start": 1240718573,
            "stop": 1240718625
        },
        {
            "start": 1240718627,
            "stop": 1240718634
        },
        {
            "start": 1240718635,
            "stop": 1240718646
        },
        {
            "start": 1240718647,
            "stop": 1240718658
        },
        {
            "start": 1240718661,
            "stop": 1240718663
        },
        {
            "start": 1240718664,
            "stop": 1240718785
        },
        {
            "start": 1240718788,
            "stop": 1240718830
        },
        {
            "start": 1240718831,
            "stop": 1240718964
        }
    ]
}