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=1887
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=1888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1886",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1887,
    "results": [
        {
            "start": 846379546,
            "stop": 846382526
        },
        {
            "start": 846382717,
            "stop": 846383262
        },
        {
            "start": 846383268,
            "stop": 846383830
        },
        {
            "start": 846383835,
            "stop": 846384059
        },
        {
            "start": 846384061,
            "stop": 846384077
        },
        {
            "start": 846384083,
            "stop": 846384897
        },
        {
            "start": 846384903,
            "stop": 846384922
        },
        {
            "start": 846384928,
            "stop": 846385457
        },
        {
            "start": 846385463,
            "stop": 846385710
        },
        {
            "start": 846385715,
            "stop": 846385736
        },
        {
            "start": 846385739,
            "stop": 846385742
        },
        {
            "start": 846385745,
            "stop": 846385941
        },
        {
            "start": 846385943,
            "stop": 846386465
        },
        {
            "start": 846386466,
            "stop": 846388342
        },
        {
            "start": 846388348,
            "stop": 846388350
        },
        {
            "start": 846388353,
            "stop": 846388390
        },
        {
            "start": 846388395,
            "stop": 846388397
        },
        {
            "start": 846388400,
            "stop": 846388787
        },
        {
            "start": 846388793,
            "stop": 846388795
        },
        {
            "start": 846388798,
            "stop": 846403513
        }
    ]
}