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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=235",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 236,
    "results": [
        {
            "start": 846435969,
            "stop": 846440173
        },
        {
            "start": 846440191,
            "stop": 846440192
        },
        {
            "start": 846440272,
            "stop": 846457803
        },
        {
            "start": 846460721,
            "stop": 846539989
        },
        {
            "start": 846542348,
            "stop": 846545686
        },
        {
            "start": 846545844,
            "stop": 846620088
        },
        {
            "start": 846620743,
            "stop": 846623766
        },
        {
            "start": 846624913,
            "stop": 846641626
        },
        {
            "start": 846647923,
            "stop": 846671240
        },
        {
            "start": 846671248,
            "stop": 846675249
        },
        {
            "start": 846675253,
            "stop": 846675259
        },
        {
            "start": 846675267,
            "stop": 846675659
        },
        {
            "start": 846675662,
            "stop": 846675692
        },
        {
            "start": 846675696,
            "stop": 846676371
        },
        {
            "start": 846676375,
            "stop": 846680836
        },
        {
            "start": 846680840,
            "stop": 846681063
        },
        {
            "start": 846681067,
            "stop": 846681078
        },
        {
            "start": 846681091,
            "stop": 846681096
        },
        {
            "start": 846681110,
            "stop": 846681116
        },
        {
            "start": 846681120,
            "stop": 846684049
        }
    ]
}