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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=404",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 405,
    "results": [
        {
            "start": 830032506,
            "stop": 830032520
        },
        {
            "start": 830032523,
            "stop": 830032528
        },
        {
            "start": 830032530,
            "stop": 830032549
        },
        {
            "start": 830032554,
            "stop": 830032559
        },
        {
            "start": 830032561,
            "stop": 830032568
        },
        {
            "start": 830032571,
            "stop": 830032583
        },
        {
            "start": 830032585,
            "stop": 830032591
        },
        {
            "start": 830032596,
            "stop": 830032609
        },
        {
            "start": 830032616,
            "stop": 830032620
        },
        {
            "start": 830032622,
            "stop": 830032627
        },
        {
            "start": 830032633,
            "stop": 830032642
        },
        {
            "start": 830032644,
            "stop": 830032647
        },
        {
            "start": 830032650,
            "stop": 830032655
        },
        {
            "start": 830032669,
            "stop": 830032671
        },
        {
            "start": 830032673,
            "stop": 830032675
        },
        {
            "start": 830032679,
            "stop": 830032692
        },
        {
            "start": 830032694,
            "stop": 830032696
        },
        {
            "start": 830032698,
            "stop": 830032707
        },
        {
            "start": 830032709,
            "stop": 830032727
        },
        {
            "start": 830032729,
            "stop": 830032738
        }
    ]
}