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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 115,
    "results": [
        {
            "start": 818064040,
            "stop": 818064042
        },
        {
            "start": 818064045,
            "stop": 818064050
        },
        {
            "start": 818064053,
            "stop": 818064054
        },
        {
            "start": 818064057,
            "stop": 818064069
        },
        {
            "start": 818064072,
            "stop": 818064078
        },
        {
            "start": 818064086,
            "stop": 818064087
        },
        {
            "start": 818064090,
            "stop": 818064101
        },
        {
            "start": 818064104,
            "stop": 818064105
        },
        {
            "start": 818064111,
            "stop": 818064114
        },
        {
            "start": 818064118,
            "stop": 818064121
        },
        {
            "start": 818064127,
            "stop": 818064140
        },
        {
            "start": 818064145,
            "stop": 818064149
        },
        {
            "start": 818064152,
            "stop": 818064156
        },
        {
            "start": 818064159,
            "stop": 818064162
        },
        {
            "start": 818064165,
            "stop": 818064166
        },
        {
            "start": 818064170,
            "stop": 818064173
        },
        {
            "start": 818064179,
            "stop": 818064185
        },
        {
            "start": 818064188,
            "stop": 818064189
        },
        {
            "start": 818064192,
            "stop": 818064196
        },
        {
            "start": 818064202,
            "stop": 818064203
        }
    ]
}