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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=164",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 165,
    "results": [
        {
            "start": 819215545,
            "stop": 819216099
        },
        {
            "start": 819216977,
            "stop": 819217724
        },
        {
            "start": 819217725,
            "stop": 819218037
        },
        {
            "start": 819218040,
            "stop": 819218823
        },
        {
            "start": 819218943,
            "stop": 819222170
        },
        {
            "start": 819222173,
            "stop": 819222470
        },
        {
            "start": 819222473,
            "stop": 819222947
        },
        {
            "start": 819222950,
            "stop": 819222955
        },
        {
            "start": 819222959,
            "stop": 819223850
        },
        {
            "start": 819223970,
            "stop": 819223984
        },
        {
            "start": 819224104,
            "stop": 819225709
        },
        {
            "start": 819225712,
            "stop": 819226590
        },
        {
            "start": 819227687,
            "stop": 819228340
        },
        {
            "start": 819229819,
            "stop": 819233846
        },
        {
            "start": 819233849,
            "stop": 819235863
        },
        {
            "start": 819235866,
            "stop": 819235939
        },
        {
            "start": 819235942,
            "stop": 819237872
        },
        {
            "start": 819237875,
            "stop": 819238887
        },
        {
            "start": 819242168,
            "stop": 819247201
        },
        {
            "start": 819247321,
            "stop": 819250608
        }
    ]
}