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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 203,
    "results": [
        {
            "start": 1239964533,
            "stop": 1239964538
        },
        {
            "start": 1239964541,
            "stop": 1239964550
        },
        {
            "start": 1239964551,
            "stop": 1239964626
        },
        {
            "start": 1239964629,
            "stop": 1239964662
        },
        {
            "start": 1239964664,
            "stop": 1239964680
        },
        {
            "start": 1239964681,
            "stop": 1239964699
        },
        {
            "start": 1239964700,
            "stop": 1239964717
        },
        {
            "start": 1239964718,
            "stop": 1239964719
        },
        {
            "start": 1239964720,
            "stop": 1239966707
        },
        {
            "start": 1239966709,
            "stop": 1239966843
        },
        {
            "start": 1239966844,
            "stop": 1239967583
        },
        {
            "start": 1239967584,
            "stop": 1239967587
        },
        {
            "start": 1239967588,
            "stop": 1239968513
        },
        {
            "start": 1239968514,
            "stop": 1239968845
        },
        {
            "start": 1239968847,
            "stop": 1239969411
        },
        {
            "start": 1239969412,
            "stop": 1239969546
        },
        {
            "start": 1239969547,
            "stop": 1239970343
        },
        {
            "start": 1239970344,
            "stop": 1239970426
        },
        {
            "start": 1239970427,
            "stop": 1239970854
        },
        {
            "start": 1239970857,
            "stop": 1239971283
        }
    ]
}