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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=645",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 646,
    "results": [
        {
            "start": 847266491,
            "stop": 847287852
        },
        {
            "start": 847287855,
            "stop": 847317962
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847347771,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847381428
        },
        {
            "start": 847382390,
            "stop": 847383613
        },
        {
            "start": 847396581,
            "stop": 847402627
        },
        {
            "start": 847404960,
            "stop": 847416734
        },
        {
            "start": 847421708,
            "stop": 847421823
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604571
        },
        {
            "start": 847605646,
            "stop": 847622470
        },
        {
            "start": 847638826,
            "stop": 847638934
        },
        {
            "start": 847640262,
            "stop": 847647904
        },
        {
            "start": 847647907,
            "stop": 847651135
        },
        {
            "start": 847651136,
            "stop": 847651228
        },
        {
            "start": 847651268,
            "stop": 847651270
        },
        {
            "start": 847651274,
            "stop": 847651276
        },
        {
            "start": 847651298,
            "stop": 847651306
        },
        {
            "start": 847651309,
            "stop": 847652998
        }
    ]
}