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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=169",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 170,
    "results": [
        {
            "start": 932932781,
            "stop": 932933293
        },
        {
            "start": 932933294,
            "stop": 932933319
        },
        {
            "start": 932933324,
            "stop": 932934368
        },
        {
            "start": 932934369,
            "stop": 932934660
        },
        {
            "start": 932934665,
            "stop": 932935545
        },
        {
            "start": 932935605,
            "stop": 932935897
        },
        {
            "start": 932935898,
            "stop": 932935965
        },
        {
            "start": 932936325,
            "stop": 932936674
        },
        {
            "start": 932936675,
            "stop": 932937757
        },
        {
            "start": 932937758,
            "stop": 932938477
        },
        {
            "start": 932938478,
            "stop": 932939505
        },
        {
            "start": 932939565,
            "stop": 932939685
        },
        {
            "start": 932939745,
            "stop": 932941336
        },
        {
            "start": 932941337,
            "stop": 932942445
        },
        {
            "start": 932942565,
            "stop": 932943376
        },
        {
            "start": 932943377,
            "stop": 932944049
        },
        {
            "start": 932948372,
            "stop": 932948374
        },
        {
            "start": 932952442,
            "stop": 932952451
        },
        {
            "start": 932953794,
            "stop": 932953795
        },
        {
            "start": 932953884,
            "stop": 932953885
        }
    ]
}