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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=934
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=935",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=933",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 934,
    "results": [
        {
            "start": 1251547579,
            "stop": 1251547580
        },
        {
            "start": 1251547585,
            "stop": 1251547596
        },
        {
            "start": 1251547599,
            "stop": 1251547631
        },
        {
            "start": 1251547633,
            "stop": 1251547667
        },
        {
            "start": 1251547671,
            "stop": 1251547710
        },
        {
            "start": 1251547713,
            "stop": 1251547841
        },
        {
            "start": 1251547846,
            "stop": 1251547854
        },
        {
            "start": 1251547859,
            "stop": 1251547886
        },
        {
            "start": 1251547889,
            "stop": 1251547999
        },
        {
            "start": 1251548001,
            "stop": 1251548068
        },
        {
            "start": 1251548072,
            "stop": 1251548262
        },
        {
            "start": 1251548266,
            "stop": 1251548607
        },
        {
            "start": 1251548612,
            "stop": 1251548846
        },
        {
            "start": 1251548851,
            "stop": 1251548860
        },
        {
            "start": 1251548861,
            "stop": 1251548863
        },
        {
            "start": 1251548866,
            "stop": 1251548880
        },
        {
            "start": 1251548883,
            "stop": 1251548979
        },
        {
            "start": 1251548983,
            "stop": 1251549014
        },
        {
            "start": 1251549019,
            "stop": 1251549030
        },
        {
            "start": 1251549034,
            "stop": 1251549036
        }
    ]
}