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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=996",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=994",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 995,
    "results": [
        {
            "start": 1251838246,
            "stop": 1251838424
        },
        {
            "start": 1251838428,
            "stop": 1251839430
        },
        {
            "start": 1251839433,
            "stop": 1251839748
        },
        {
            "start": 1251839752,
            "stop": 1251839761
        },
        {
            "start": 1251839766,
            "stop": 1251839807
        },
        {
            "start": 1251839811,
            "stop": 1251842472
        },
        {
            "start": 1251847249,
            "stop": 1251851785
        },
        {
            "start": 1251851789,
            "stop": 1251853431
        },
        {
            "start": 1251853436,
            "stop": 1251853524
        },
        {
            "start": 1251853528,
            "stop": 1251853530
        },
        {
            "start": 1251853533,
            "stop": 1251853609
        },
        {
            "start": 1251853614,
            "stop": 1251853868
        },
        {
            "start": 1251853872,
            "stop": 1251853914
        },
        {
            "start": 1251853919,
            "stop": 1251854012
        },
        {
            "start": 1251854015,
            "stop": 1251854416
        },
        {
            "start": 1251854421,
            "stop": 1251854946
        },
        {
            "start": 1251854951,
            "stop": 1251855450
        },
        {
            "start": 1251855454,
            "stop": 1251855855
        },
        {
            "start": 1251855858,
            "stop": 1251855943
        },
        {
            "start": 1251855945,
            "stop": 1251855988
        }
    ]
}