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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=348",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 349,
    "results": [
        {
            "start": 821752658,
            "stop": 821752666
        },
        {
            "start": 821752669,
            "stop": 821752671
        },
        {
            "start": 821752674,
            "stop": 821752679
        },
        {
            "start": 821752685,
            "stop": 821752694
        },
        {
            "start": 821752702,
            "stop": 821752706
        },
        {
            "start": 821752709,
            "stop": 821752716
        },
        {
            "start": 821752719,
            "stop": 821752721
        },
        {
            "start": 821752735,
            "stop": 821752739
        },
        {
            "start": 821752752,
            "stop": 821752756
        },
        {
            "start": 821752764,
            "stop": 821752773
        },
        {
            "start": 821752788,
            "stop": 821752795
        },
        {
            "start": 821752798,
            "stop": 821752812
        },
        {
            "start": 821752816,
            "stop": 821752823
        },
        {
            "start": 821752829,
            "stop": 821752839
        },
        {
            "start": 821752847,
            "stop": 821752855
        },
        {
            "start": 821752858,
            "stop": 821752865
        },
        {
            "start": 821752868,
            "stop": 821752873
        },
        {
            "start": 821752885,
            "stop": 821752887
        },
        {
            "start": 821752890,
            "stop": 821752894
        },
        {
            "start": 821752898,
            "stop": 821752901
        }
    ]
}