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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=384",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 385,
    "results": [
        {
            "start": 866333902,
            "stop": 866335109
        },
        {
            "start": 866335131,
            "stop": 866353506
        },
        {
            "start": 866355458,
            "stop": 866355781
        },
        {
            "start": 866356081,
            "stop": 866356154
        },
        {
            "start": 866356208,
            "stop": 866356209
        },
        {
            "start": 866356231,
            "stop": 866356472
        },
        {
            "start": 866356493,
            "stop": 866356499
        },
        {
            "start": 866356521,
            "stop": 866356534
        },
        {
            "start": 866356556,
            "stop": 866382176
        },
        {
            "start": 866382366,
            "stop": 866383722
        },
        {
            "start": 866383743,
            "stop": 866383752
        },
        {
            "start": 866383775,
            "stop": 866385084
        },
        {
            "start": 866385151,
            "stop": 866386342
        },
        {
            "start": 866386363,
            "stop": 866386571
        },
        {
            "start": 866389454,
            "stop": 866389601
        },
        {
            "start": 866389619,
            "stop": 866389690
        },
        {
            "start": 866390185,
            "stop": 866391666
        },
        {
            "start": 866392264,
            "stop": 866393474
        },
        {
            "start": 866393526,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866396833
        }
    ]
}