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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=258",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 259,
    "results": [
        {
            "start": 821923965,
            "stop": 821935132
        },
        {
            "start": 821935140,
            "stop": 821969293
        },
        {
            "start": 821970104,
            "stop": 821975329
        },
        {
            "start": 821975333,
            "stop": 821977484
        },
        {
            "start": 821977665,
            "stop": 821990653
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821993087,
            "stop": 822003373
        },
        {
            "start": 822003393,
            "stop": 822003394
        },
        {
            "start": 822004157,
            "stop": 822004850
        },
        {
            "start": 822004930,
            "stop": 822007670
        },
        {
            "start": 822007750,
            "stop": 822012073
        },
        {
            "start": 822012769,
            "stop": 822032173
        },
        {
            "start": 822032188,
            "stop": 822032189
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822041564
        },
        {
            "start": 822041745,
            "stop": 822047810
        },
        {
            "start": 822047890,
            "stop": 822049070
        },
        {
            "start": 822049150,
            "stop": 822051669
        },
        {
            "start": 822051676,
            "stop": 822054290
        },
        {
            "start": 822054370,
            "stop": 822061190
        }
    ]
}