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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=225",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 226,
    "results": [
        {
            "start": 827361574,
            "stop": 827361575
        },
        {
            "start": 827361577,
            "stop": 827361578
        },
        {
            "start": 827361580,
            "stop": 827361603
        },
        {
            "start": 827361606,
            "stop": 827361629
        },
        {
            "start": 827361632,
            "stop": 827363228
        },
        {
            "start": 827363231,
            "stop": 827363242
        },
        {
            "start": 827363244,
            "stop": 827364347
        },
        {
            "start": 827364457,
            "stop": 827364546
        },
        {
            "start": 827364846,
            "stop": 827366216
        },
        {
            "start": 827366326,
            "stop": 827366414
        },
        {
            "start": 827366714,
            "stop": 827369423
        },
        {
            "start": 827369533,
            "stop": 827369610
        },
        {
            "start": 827369910,
            "stop": 827370466
        },
        {
            "start": 827370772,
            "stop": 827372690
        },
        {
            "start": 827372692,
            "stop": 827372693
        },
        {
            "start": 827372695,
            "stop": 827372698
        },
        {
            "start": 827372701,
            "stop": 827373570
        },
        {
            "start": 827373959,
            "stop": 827375189
        },
        {
            "start": 827375299,
            "stop": 827375730
        },
        {
            "start": 827376030,
            "stop": 827378550
        }
    ]
}