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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2291",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2292,
    "results": [
        {
            "start": 871174390,
            "stop": 871174973
        },
        {
            "start": 871174990,
            "stop": 871175399
        },
        {
            "start": 871189220,
            "stop": 871189670
        },
        {
            "start": 871189687,
            "stop": 871191428
        },
        {
            "start": 871191445,
            "stop": 871191533
        },
        {
            "start": 871191550,
            "stop": 871192940
        },
        {
            "start": 871192957,
            "stop": 871193206
        },
        {
            "start": 871193223,
            "stop": 871199933
        },
        {
            "start": 871199937,
            "stop": 871201999
        },
        {
            "start": 871202016,
            "stop": 871203169
        },
        {
            "start": 871203186,
            "stop": 871203945
        },
        {
            "start": 871203962,
            "stop": 871204130
        },
        {
            "start": 871204210,
            "stop": 871204710
        },
        {
            "start": 871204860,
            "stop": 871207790
        },
        {
            "start": 871207870,
            "stop": 871209644
        },
        {
            "start": 871209661,
            "stop": 871210630
        },
        {
            "start": 871210647,
            "stop": 871211486
        },
        {
            "start": 871211493,
            "stop": 871212770
        },
        {
            "start": 871212850,
            "stop": 871216921
        },
        {
            "start": 871216938,
            "stop": 871219184
        }
    ]
}