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=661
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=662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=660",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 661,
    "results": [
        {
            "start": 829474431,
            "stop": 829474910
        },
        {
            "start": 829474914,
            "stop": 829476924
        },
        {
            "start": 829476941,
            "stop": 829477920
        },
        {
            "start": 829477937,
            "stop": 829478886
        },
        {
            "start": 829478903,
            "stop": 829479101
        },
        {
            "start": 829479118,
            "stop": 829480266
        },
        {
            "start": 829480283,
            "stop": 829480347
        },
        {
            "start": 829480364,
            "stop": 829480461
        },
        {
            "start": 829480478,
            "stop": 829480980
        },
        {
            "start": 829480997,
            "stop": 829481802
        },
        {
            "start": 829481819,
            "stop": 829482171
        },
        {
            "start": 829482174,
            "stop": 829482747
        },
        {
            "start": 829482750,
            "stop": 829485458
        },
        {
            "start": 829485461,
            "stop": 829490199
        },
        {
            "start": 829490202,
            "stop": 829491134
        },
        {
            "start": 829491151,
            "stop": 829493652
        },
        {
            "start": 829493669,
            "stop": 829494896
        },
        {
            "start": 829494913,
            "stop": 829496754
        },
        {
            "start": 829496820,
            "stop": 829496829
        },
        {
            "start": 829496851,
            "stop": 829497130
        }
    ]
}