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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8729",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8730,
    "results": [
        {
            "start": 872679280,
            "stop": 872681897
        },
        {
            "start": 872681914,
            "stop": 872686757
        },
        {
            "start": 872686774,
            "stop": 872687280
        },
        {
            "start": 872687340,
            "stop": 872687522
        },
        {
            "start": 872687642,
            "stop": 872690496
        },
        {
            "start": 872690780,
            "stop": 872690900
        },
        {
            "start": 872691020,
            "stop": 872692108
        },
        {
            "start": 872692228,
            "stop": 872692620
        },
        {
            "start": 872692680,
            "stop": 872693510
        },
        {
            "start": 872693590,
            "stop": 872694780
        },
        {
            "start": 872694840,
            "stop": 872695367
        },
        {
            "start": 872695487,
            "stop": 872696007
        },
        {
            "start": 872696174,
            "stop": 872696864
        },
        {
            "start": 872697074,
            "stop": 872697671
        },
        {
            "start": 872697818,
            "stop": 872698954
        },
        {
            "start": 872699088,
            "stop": 872700177
        },
        {
            "start": 872700297,
            "stop": 872700860
        },
        {
            "start": 872701040,
            "stop": 872701561
        },
        {
            "start": 872701791,
            "stop": 872702314
        },
        {
            "start": 872702434,
            "stop": 872702619
        }
    ]
}