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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=198",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 199,
    "results": [
        {
            "start": 820628379,
            "stop": 820629470
        },
        {
            "start": 820629550,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635193
        },
        {
            "start": 820637054,
            "stop": 820638830
        },
        {
            "start": 820638910,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820641890
        },
        {
            "start": 820641970,
            "stop": 820643210
        },
        {
            "start": 820643290,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820694390
        },
        {
            "start": 820694470,
            "stop": 820695673
        },
        {
            "start": 820696305,
            "stop": 820697571
        },
        {
            "start": 820697599,
            "stop": 820700113
        },
        {
            "start": 820701070,
            "stop": 820713073
        },
        {
            "start": 820713795,
            "stop": 820716193
        },
        {
            "start": 820717712,
            "stop": 820717860
        },
        {
            "start": 820717980,
            "stop": 820718003
        },
        {
            "start": 820718007,
            "stop": 820718040
        },
        {
            "start": 820718100,
            "stop": 820718220
        },
        {
            "start": 820718280,
            "stop": 820718307
        }
    ]
}