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=7322
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=7323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7321",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7322,
    "results": [
        {
            "start": 875207892,
            "stop": 875208357
        },
        {
            "start": 875208358,
            "stop": 875208526
        },
        {
            "start": 875208527,
            "stop": 875208700
        },
        {
            "start": 875208701,
            "stop": 875209837
        },
        {
            "start": 875209839,
            "stop": 875210204
        },
        {
            "start": 875210206,
            "stop": 875210343
        },
        {
            "start": 875210345,
            "stop": 875210604
        },
        {
            "start": 875210605,
            "stop": 875210733
        },
        {
            "start": 875210734,
            "stop": 875211011
        },
        {
            "start": 875211013,
            "stop": 875211782
        },
        {
            "start": 875211783,
            "stop": 875211865
        },
        {
            "start": 875211866,
            "stop": 875212228
        },
        {
            "start": 875212229,
            "stop": 875212431
        },
        {
            "start": 875212432,
            "stop": 875212503
        },
        {
            "start": 875212504,
            "stop": 875212906
        },
        {
            "start": 875212907,
            "stop": 875213200
        },
        {
            "start": 875213201,
            "stop": 875213446
        },
        {
            "start": 875213447,
            "stop": 875213642
        },
        {
            "start": 875213643,
            "stop": 875213708
        },
        {
            "start": 875213709,
            "stop": 875214096
        }
    ]
}