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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=713",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 714,
    "results": [
        {
            "start": 830373793,
            "stop": 830373819
        },
        {
            "start": 830373838,
            "stop": 830373844
        },
        {
            "start": 830373879,
            "stop": 830373882
        },
        {
            "start": 830374065,
            "stop": 830374096
        },
        {
            "start": 830374115,
            "stop": 830374116
        },
        {
            "start": 830374149,
            "stop": 830374176
        },
        {
            "start": 830374214,
            "stop": 830374229
        },
        {
            "start": 830374313,
            "stop": 830374321
        },
        {
            "start": 830374340,
            "stop": 830374363
        },
        {
            "start": 830374382,
            "stop": 830374456
        },
        {
            "start": 830374475,
            "stop": 830374482
        },
        {
            "start": 830374516,
            "stop": 830374528
        },
        {
            "start": 830374603,
            "stop": 830374620
        },
        {
            "start": 830374643,
            "stop": 830374702
        },
        {
            "start": 830374721,
            "stop": 830374750
        },
        {
            "start": 830374769,
            "stop": 830374825
        },
        {
            "start": 830374844,
            "stop": 830374867
        },
        {
            "start": 830374908,
            "stop": 830374929
        },
        {
            "start": 830374932,
            "stop": 830374937
        },
        {
            "start": 830374957,
            "stop": 830375053
        }
    ]
}