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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3514",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3515,
    "results": [
        {
            "start": 871398157,
            "stop": 871398301
        },
        {
            "start": 871398318,
            "stop": 871398548
        },
        {
            "start": 871398565,
            "stop": 871399016
        },
        {
            "start": 871399033,
            "stop": 871399090
        },
        {
            "start": 871399107,
            "stop": 871399451
        },
        {
            "start": 871399474,
            "stop": 871399518
        },
        {
            "start": 871399547,
            "stop": 871399822
        },
        {
            "start": 871399826,
            "stop": 871400705
        },
        {
            "start": 871400722,
            "stop": 871401022
        },
        {
            "start": 871401039,
            "stop": 871401309
        },
        {
            "start": 871401326,
            "stop": 871401553
        },
        {
            "start": 871401570,
            "stop": 871401780
        },
        {
            "start": 871401840,
            "stop": 871402123
        },
        {
            "start": 871402140,
            "stop": 871402248
        },
        {
            "start": 871402265,
            "stop": 871402522
        },
        {
            "start": 871402539,
            "stop": 871403407
        },
        {
            "start": 871403428,
            "stop": 871403460
        },
        {
            "start": 871403520,
            "stop": 871403613
        },
        {
            "start": 871403630,
            "stop": 871404121
        },
        {
            "start": 871404138,
            "stop": 871404351
        }
    ]
}