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=8627
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=8628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8626",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8627,
    "results": [
        {
            "start": 871287604,
            "stop": 871287680
        },
        {
            "start": 871287697,
            "stop": 871287710
        },
        {
            "start": 871287727,
            "stop": 871287973
        },
        {
            "start": 871287990,
            "stop": 871288059
        },
        {
            "start": 871288076,
            "stop": 871288688
        },
        {
            "start": 871288705,
            "stop": 871289242
        },
        {
            "start": 871289259,
            "stop": 871289379
        },
        {
            "start": 871289403,
            "stop": 871289564
        },
        {
            "start": 871290060,
            "stop": 871290120
        },
        {
            "start": 871298280,
            "stop": 871298340
        },
        {
            "start": 871298700,
            "stop": 871298820
        },
        {
            "start": 871299070,
            "stop": 871299120
        },
        {
            "start": 871299180,
            "stop": 871299240
        },
        {
            "start": 871299360,
            "stop": 871299600
        },
        {
            "start": 871299660,
            "stop": 871299780
        },
        {
            "start": 871299840,
            "stop": 871300036
        },
        {
            "start": 871300998,
            "stop": 871301153
        },
        {
            "start": 871301796,
            "stop": 871301820
        },
        {
            "start": 871302720,
            "stop": 871302780
        },
        {
            "start": 871302840,
            "stop": 871302960
        }
    ]
}