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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 178,
    "results": [
        {
            "start": 1239861308,
            "stop": 1239861638
        },
        {
            "start": 1239861640,
            "stop": 1239861752
        },
        {
            "start": 1239861753,
            "stop": 1239861876
        },
        {
            "start": 1239861878,
            "stop": 1239861994
        },
        {
            "start": 1239861997,
            "stop": 1239862186
        },
        {
            "start": 1239862187,
            "stop": 1239862252
        },
        {
            "start": 1239862253,
            "stop": 1239862934
        },
        {
            "start": 1239862935,
            "stop": 1239863061
        },
        {
            "start": 1239863062,
            "stop": 1239863172
        },
        {
            "start": 1239863175,
            "stop": 1239863304
        },
        {
            "start": 1239863305,
            "stop": 1239863797
        },
        {
            "start": 1239863799,
            "stop": 1239864671
        },
        {
            "start": 1239864673,
            "stop": 1239865320
        },
        {
            "start": 1239865321,
            "stop": 1239865936
        },
        {
            "start": 1239865937,
            "stop": 1239866291
        },
        {
            "start": 1239866293,
            "stop": 1239866575
        },
        {
            "start": 1239866576,
            "stop": 1239866835
        },
        {
            "start": 1239866836,
            "stop": 1239866903
        },
        {
            "start": 1239866905,
            "stop": 1239867080
        },
        {
            "start": 1239867081,
            "stop": 1239867306
        }
    ]
}