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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33094",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33092",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33093,
    "results": [
        {
            "start": 970541821,
            "stop": 970541838
        },
        {
            "start": 970541839,
            "stop": 970541845
        },
        {
            "start": 970541848,
            "stop": 970541854
        },
        {
            "start": 970541855,
            "stop": 970541916
        },
        {
            "start": 970541917,
            "stop": 970541918
        },
        {
            "start": 970541919,
            "stop": 970541941
        },
        {
            "start": 970541942,
            "stop": 970541951
        },
        {
            "start": 970541953,
            "stop": 970541979
        },
        {
            "start": 970541980,
            "stop": 970541982
        },
        {
            "start": 970541984,
            "stop": 970541992
        },
        {
            "start": 970541998,
            "stop": 970542002
        },
        {
            "start": 970542009,
            "stop": 970542010
        },
        {
            "start": 970542011,
            "stop": 970542013
        },
        {
            "start": 970542019,
            "stop": 970542021
        },
        {
            "start": 970542022,
            "stop": 970542026
        },
        {
            "start": 970542032,
            "stop": 970542039
        },
        {
            "start": 970542042,
            "stop": 970542049
        },
        {
            "start": 970542050,
            "stop": 970542060
        },
        {
            "start": 970542063,
            "stop": 970542068
        },
        {
            "start": 970542074,
            "stop": 970542082
        }
    ]
}