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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=337",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 338,
    "results": [
        {
            "start": 829237635,
            "stop": 829237639
        },
        {
            "start": 829237643,
            "stop": 829237645
        },
        {
            "start": 829237654,
            "stop": 829237660
        },
        {
            "start": 829237663,
            "stop": 829237666
        },
        {
            "start": 829237669,
            "stop": 829237675
        },
        {
            "start": 829237680,
            "stop": 829237681
        },
        {
            "start": 829237690,
            "stop": 829237691
        },
        {
            "start": 829237695,
            "stop": 829237696
        },
        {
            "start": 829237699,
            "stop": 829237701
        },
        {
            "start": 829237704,
            "stop": 829237706
        },
        {
            "start": 829237709,
            "stop": 829237712
        },
        {
            "start": 829237714,
            "stop": 829237715
        },
        {
            "start": 829237718,
            "stop": 829237719
        },
        {
            "start": 829237721,
            "stop": 829237722
        },
        {
            "start": 829237726,
            "stop": 829237729
        },
        {
            "start": 829237731,
            "stop": 829237734
        },
        {
            "start": 829237737,
            "stop": 829237741
        },
        {
            "start": 829237748,
            "stop": 829237749
        },
        {
            "start": 829237753,
            "stop": 829237756
        },
        {
            "start": 829237759,
            "stop": 829237761
        }
    ]
}