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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=308",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 309,
    "results": [
        {
            "start": 822827316,
            "stop": 822827322
        },
        {
            "start": 822827326,
            "stop": 822827340
        },
        {
            "start": 822848880,
            "stop": 822848888
        },
        {
            "start": 822848891,
            "stop": 822848923
        },
        {
            "start": 822848931,
            "stop": 822848952
        },
        {
            "start": 822849186,
            "stop": 822849298
        },
        {
            "start": 822849302,
            "stop": 822849341
        },
        {
            "start": 822849348,
            "stop": 822849475
        },
        {
            "start": 822849691,
            "stop": 822849703
        },
        {
            "start": 822849711,
            "stop": 822849751
        },
        {
            "start": 822849765,
            "stop": 822849770
        },
        {
            "start": 822849910,
            "stop": 822849913
        },
        {
            "start": 822849921,
            "stop": 822849952
        },
        {
            "start": 822849959,
            "stop": 822850012
        },
        {
            "start": 822850025,
            "stop": 822850058
        },
        {
            "start": 822850065,
            "stop": 822850196
        },
        {
            "start": 822850324,
            "stop": 822850390
        },
        {
            "start": 822859664,
            "stop": 822859902
        },
        {
            "start": 822859910,
            "stop": 822860060
        },
        {
            "start": 822860067,
            "stop": 822860198
        }
    ]
}