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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=229",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 230,
    "results": [
        {
            "start": 847127907,
            "stop": 847127908
        },
        {
            "start": 847128183,
            "stop": 847135513
        },
        {
            "start": 847136322,
            "stop": 847137234
        },
        {
            "start": 847138067,
            "stop": 847139233
        },
        {
            "start": 847139266,
            "stop": 847139267
        },
        {
            "start": 847142774,
            "stop": 847144033
        },
        {
            "start": 847144053,
            "stop": 847144055
        },
        {
            "start": 847148233,
            "stop": 847148893
        },
        {
            "start": 847150733,
            "stop": 847151293
        },
        {
            "start": 847151309,
            "stop": 847151311
        },
        {
            "start": 847151873,
            "stop": 847161181
        },
        {
            "start": 847161240,
            "stop": 847182013
        },
        {
            "start": 847182055,
            "stop": 847182057
        },
        {
            "start": 847183193,
            "stop": 847192213
        },
        {
            "start": 847192230,
            "stop": 847192232
        },
        {
            "start": 847192394,
            "stop": 847201384
        },
        {
            "start": 847201668,
            "stop": 847201813
        },
        {
            "start": 847204051,
            "stop": 847204851
        },
        {
            "start": 847206434,
            "stop": 847212013
        },
        {
            "start": 847212041,
            "stop": 847212042
        }
    ]
}