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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1694",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1692",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1693,
    "results": [
        {
            "start": 1249003550,
            "stop": 1249003552
        },
        {
            "start": 1249003558,
            "stop": 1249003559
        },
        {
            "start": 1249003565,
            "stop": 1249003566
        },
        {
            "start": 1249003567,
            "stop": 1249003572
        },
        {
            "start": 1249003574,
            "stop": 1249003581
        },
        {
            "start": 1249003582,
            "stop": 1249003583
        },
        {
            "start": 1249003587,
            "stop": 1249003591
        },
        {
            "start": 1249003594,
            "stop": 1249003600
        },
        {
            "start": 1249003603,
            "stop": 1249003605
        },
        {
            "start": 1249003606,
            "stop": 1249003609
        },
        {
            "start": 1249003616,
            "stop": 1249003620
        },
        {
            "start": 1249003621,
            "stop": 1249003690
        },
        {
            "start": 1249003692,
            "stop": 1249003712
        },
        {
            "start": 1249003752,
            "stop": 1249003753
        },
        {
            "start": 1249003778,
            "stop": 1249003779
        },
        {
            "start": 1249003787,
            "stop": 1249003792
        },
        {
            "start": 1249003807,
            "stop": 1249003808
        },
        {
            "start": 1249003810,
            "stop": 1249003813
        },
        {
            "start": 1249003814,
            "stop": 1249003816
        },
        {
            "start": 1249003818,
            "stop": 1249003829
        }
    ]
}