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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=137",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 138,
    "results": [
        {
            "start": 819834264,
            "stop": 819834660
        },
        {
            "start": 819834850,
            "stop": 819834950
        },
        {
            "start": 819835090,
            "stop": 819835249
        },
        {
            "start": 819835256,
            "stop": 819835620
        },
        {
            "start": 819835680,
            "stop": 819835850
        },
        {
            "start": 819835858,
            "stop": 819836381
        },
        {
            "start": 819836389,
            "stop": 819836411
        },
        {
            "start": 819836418,
            "stop": 819836500
        },
        {
            "start": 819836508,
            "stop": 819836632
        },
        {
            "start": 819836639,
            "stop": 819836735
        },
        {
            "start": 819836742,
            "stop": 819836983
        },
        {
            "start": 819836990,
            "stop": 819837060
        },
        {
            "start": 819837250,
            "stop": 819837288
        },
        {
            "start": 819837295,
            "stop": 819837733
        },
        {
            "start": 819839073,
            "stop": 819839083
        },
        {
            "start": 819839090,
            "stop": 819839434
        },
        {
            "start": 819839441,
            "stop": 819839450
        },
        {
            "start": 819839710,
            "stop": 819839921
        },
        {
            "start": 819839928,
            "stop": 819840830
        },
        {
            "start": 819840970,
            "stop": 819841026
        }
    ]
}