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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=75",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 76,
    "results": [
        {
            "start": 818770503,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818780217
        },
        {
            "start": 818780249,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818790361
        },
        {
            "start": 818791706,
            "stop": 818793793
        },
        {
            "start": 818795618,
            "stop": 818800121
        },
        {
            "start": 818800128,
            "stop": 818800573
        },
        {
            "start": 818801834,
            "stop": 818804796
        },
        {
            "start": 818804803,
            "stop": 818805493
        },
        {
            "start": 818809957,
            "stop": 818811964
        },
        {
            "start": 818811971,
            "stop": 818812393
        },
        {
            "start": 818814826,
            "stop": 818814883
        },
        {
            "start": 818814887,
            "stop": 818814973
        },
        {
            "start": 818814997,
            "stop": 818814998
        },
        {
            "start": 818816477,
            "stop": 818817013
        },
        {
            "start": 818817034,
            "stop": 818817035
        },
        {
            "start": 818817518,
            "stop": 818822811
        },
        {
            "start": 818822818,
            "stop": 818825086
        },
        {
            "start": 818825093,
            "stop": 818827319
        },
        {
            "start": 818827326,
            "stop": 818830853
        }
    ]
}