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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 230,
    "results": [
        {
            "start": 931538009,
            "stop": 931538010
        },
        {
            "start": 931538014,
            "stop": 931538017
        },
        {
            "start": 931538019,
            "stop": 931538023
        },
        {
            "start": 931538025,
            "stop": 931538026
        },
        {
            "start": 931538027,
            "stop": 931538033
        },
        {
            "start": 931538034,
            "stop": 931538042
        },
        {
            "start": 931538047,
            "stop": 931538049
        },
        {
            "start": 931538051,
            "stop": 931538052
        },
        {
            "start": 931538055,
            "stop": 931538060
        },
        {
            "start": 931538061,
            "stop": 931538070
        },
        {
            "start": 931538072,
            "stop": 931538073
        },
        {
            "start": 931538075,
            "stop": 931538076
        },
        {
            "start": 931538078,
            "stop": 931538080
        },
        {
            "start": 931538085,
            "stop": 931538088
        },
        {
            "start": 931538090,
            "stop": 931538096
        },
        {
            "start": 931538101,
            "stop": 931538102
        },
        {
            "start": 931538103,
            "stop": 931538106
        },
        {
            "start": 931538108,
            "stop": 931538111
        },
        {
            "start": 931538112,
            "stop": 931538113
        },
        {
            "start": 931538118,
            "stop": 931538119
        }
    ]
}