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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=394",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 395,
    "results": [
        {
            "start": 1261047822,
            "stop": 1261047827
        },
        {
            "start": 1261047830,
            "stop": 1261047850
        },
        {
            "start": 1261047855,
            "stop": 1261047864
        },
        {
            "start": 1261047866,
            "stop": 1261047868
        },
        {
            "start": 1261047870,
            "stop": 1261047872
        },
        {
            "start": 1261047876,
            "stop": 1261047880
        },
        {
            "start": 1261047885,
            "stop": 1261047896
        },
        {
            "start": 1261047897,
            "stop": 1261047970
        },
        {
            "start": 1261047972,
            "stop": 1261047998
        },
        {
            "start": 1261047999,
            "stop": 1261048275
        },
        {
            "start": 1261048277,
            "stop": 1261048286
        },
        {
            "start": 1261048288,
            "stop": 1261048641
        },
        {
            "start": 1261048643,
            "stop": 1261048645
        },
        {
            "start": 1261048647,
            "stop": 1261048663
        },
        {
            "start": 1261048666,
            "stop": 1261048710
        },
        {
            "start": 1261048718,
            "stop": 1261048831
        },
        {
            "start": 1261048834,
            "stop": 1261048837
        },
        {
            "start": 1261048839,
            "stop": 1261048844
        },
        {
            "start": 1261048846,
            "stop": 1261048944
        },
        {
            "start": 1261048947,
            "stop": 1261048992
        }
    ]
}