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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=152",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 153,
    "results": [
        {
            "start": 932449446,
            "stop": 932449470
        },
        {
            "start": 932449475,
            "stop": 932449844
        },
        {
            "start": 932449849,
            "stop": 932449926
        },
        {
            "start": 932449931,
            "stop": 932450046
        },
        {
            "start": 932450226,
            "stop": 932450346
        },
        {
            "start": 932450406,
            "stop": 932450415
        },
        {
            "start": 932450775,
            "stop": 932450886
        },
        {
            "start": 932451066,
            "stop": 932451246
        },
        {
            "start": 932451306,
            "stop": 932451366
        },
        {
            "start": 932451426,
            "stop": 932451602
        },
        {
            "start": 932451607,
            "stop": 932451666
        },
        {
            "start": 932451846,
            "stop": 932451906
        },
        {
            "start": 932451966,
            "stop": 932452395
        },
        {
            "start": 932452397,
            "stop": 932452410
        },
        {
            "start": 932452412,
            "stop": 932452425
        },
        {
            "start": 932452427,
            "stop": 932452440
        },
        {
            "start": 932452442,
            "stop": 932452485
        },
        {
            "start": 932452487,
            "stop": 932452806
        },
        {
            "start": 932452866,
            "stop": 932453599
        },
        {
            "start": 932453604,
            "stop": 932454015
        }
    ]
}