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=2327
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=2328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2326",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2327,
    "results": [
        {
            "start": 871714608,
            "stop": 871714652
        },
        {
            "start": 871714673,
            "stop": 871714778
        },
        {
            "start": 871714796,
            "stop": 871714827
        },
        {
            "start": 871714844,
            "stop": 871715086
        },
        {
            "start": 871715103,
            "stop": 871715110
        },
        {
            "start": 871715127,
            "stop": 871715180
        },
        {
            "start": 871715197,
            "stop": 871715241
        },
        {
            "start": 871715258,
            "stop": 871715314
        },
        {
            "start": 871715331,
            "stop": 871715421
        },
        {
            "start": 871715438,
            "stop": 871715454
        },
        {
            "start": 871715471,
            "stop": 871716102
        },
        {
            "start": 871716119,
            "stop": 871716219
        },
        {
            "start": 871716236,
            "stop": 871716594
        },
        {
            "start": 871716611,
            "stop": 871716620
        },
        {
            "start": 871716646,
            "stop": 871716822
        },
        {
            "start": 871716839,
            "stop": 871716896
        },
        {
            "start": 871716920,
            "stop": 871716925
        },
        {
            "start": 871716942,
            "stop": 871716949
        },
        {
            "start": 871716975,
            "stop": 871717037
        },
        {
            "start": 871717068,
            "stop": 871717231
        }
    ]
}