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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=385",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 386,
    "results": [
        {
            "start": 829634484,
            "stop": 829634488
        },
        {
            "start": 829634496,
            "stop": 829634498
        },
        {
            "start": 829634501,
            "stop": 829634503
        },
        {
            "start": 829634508,
            "stop": 829634509
        },
        {
            "start": 829634514,
            "stop": 829634518
        },
        {
            "start": 829634525,
            "stop": 829634526
        },
        {
            "start": 829634532,
            "stop": 829634547
        },
        {
            "start": 829634552,
            "stop": 829634555
        },
        {
            "start": 829634557,
            "stop": 829634559
        },
        {
            "start": 829634560,
            "stop": 829634561
        },
        {
            "start": 829634564,
            "stop": 829634565
        },
        {
            "start": 829634567,
            "stop": 829634570
        },
        {
            "start": 829634572,
            "stop": 829634574
        },
        {
            "start": 829634577,
            "stop": 829634579
        },
        {
            "start": 829634584,
            "stop": 829634586
        },
        {
            "start": 829634596,
            "stop": 829634599
        },
        {
            "start": 829634601,
            "stop": 829634603
        },
        {
            "start": 829634605,
            "stop": 829634607
        },
        {
            "start": 829634615,
            "stop": 829634616
        },
        {
            "start": 829634620,
            "stop": 829634623
        }
    ]
}