Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7230
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7229",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7230,
    "results": [
        {
            "start": 874767255,
            "stop": 874767514
        },
        {
            "start": 874767515,
            "stop": 874767527
        },
        {
            "start": 874767528,
            "stop": 874767628
        },
        {
            "start": 874767629,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786533
        },
        {
            "start": 874786534,
            "stop": 874786827
        },
        {
            "start": 874786828,
            "stop": 874786911
        },
        {
            "start": 874786913,
            "stop": 874787126
        },
        {
            "start": 874787128,
            "stop": 874787580
        },
        {
            "start": 874787582,
            "stop": 874787738
        },
        {
            "start": 874787857,
            "stop": 874788038
        },
        {
            "start": 874788039,
            "stop": 874788115
        },
        {
            "start": 874788117,
            "stop": 874788147
        },
        {
            "start": 874788148,
            "stop": 874788152
        },
        {
            "start": 874788153,
            "stop": 874788164
        },
        {
            "start": 874788165,
            "stop": 874788180
        },
        {
            "start": 874788240,
            "stop": 874788359
        },
        {
            "start": 874788361,
            "stop": 874788379
        },
        {
            "start": 874788381,
            "stop": 874788403
        },
        {
            "start": 874788404,
            "stop": 874788417
        }
    ]
}