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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=176",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 177,
    "results": [
        {
            "start": 846978511,
            "stop": 847009469
        },
        {
            "start": 847012102,
            "stop": 847029381
        },
        {
            "start": 847030626,
            "stop": 847035591
        },
        {
            "start": 847038173,
            "stop": 847040198
        },
        {
            "start": 847073011,
            "stop": 847077164
        },
        {
            "start": 847077881,
            "stop": 847087031
        },
        {
            "start": 847087217,
            "stop": 847094443
        },
        {
            "start": 847095491,
            "stop": 847097701
        },
        {
            "start": 847098472,
            "stop": 847115526
        },
        {
            "start": 847117696,
            "stop": 847119467
        },
        {
            "start": 847119912,
            "stop": 847120699
        },
        {
            "start": 847121856,
            "stop": 847121884
        },
        {
            "start": 847123392,
            "stop": 847126359
        },
        {
            "start": 847127334,
            "stop": 847127908
        },
        {
            "start": 847128183,
            "stop": 847135562
        },
        {
            "start": 847136322,
            "stop": 847137263
        },
        {
            "start": 847138067,
            "stop": 847139267
        },
        {
            "start": 847142774,
            "stop": 847144055
        },
        {
            "start": 847148233,
            "stop": 847148943
        },
        {
            "start": 847150733,
            "stop": 847151311
        }
    ]
}