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=8123
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=8124",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8122",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8123,
    "results": [
        {
            "start": 970893143,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893410
        },
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        },
        {
            "start": 970894162,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895443
        },
        {
            "start": 970895446,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895994
        },
        {
            "start": 970895997,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897284
        }
    ]
}