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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40834",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40835,
    "results": [
        {
            "start": 875043013,
            "stop": 875043017
        },
        {
            "start": 875043018,
            "stop": 875043020
        },
        {
            "start": 875043021,
            "stop": 875043022
        },
        {
            "start": 875043024,
            "stop": 875043026
        },
        {
            "start": 875043027,
            "stop": 875043028
        },
        {
            "start": 875043029,
            "stop": 875043033
        },
        {
            "start": 875043034,
            "stop": 875043039
        },
        {
            "start": 875043040,
            "stop": 875043044
        },
        {
            "start": 875043045,
            "stop": 875043049
        },
        {
            "start": 875043051,
            "stop": 875043055
        },
        {
            "start": 875043056,
            "stop": 875043060
        },
        {
            "start": 875043061,
            "stop": 875043065
        },
        {
            "start": 875043067,
            "stop": 875043068
        },
        {
            "start": 875043069,
            "stop": 875043071
        },
        {
            "start": 875043073,
            "stop": 875043076
        },
        {
            "start": 875043079,
            "stop": 875043080
        },
        {
            "start": 875043083,
            "stop": 875043087
        },
        {
            "start": 875043088,
            "stop": 875043092
        },
        {
            "start": 875043093,
            "stop": 875043098
        },
        {
            "start": 875043099,
            "stop": 875043103
        }
    ]
}