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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 210,
    "results": [
        {
            "start": 931488052,
            "stop": 931488053
        },
        {
            "start": 931488055,
            "stop": 931488062
        },
        {
            "start": 931488063,
            "stop": 931488068
        },
        {
            "start": 931488070,
            "stop": 931488107
        },
        {
            "start": 931488109,
            "stop": 931488110
        },
        {
            "start": 931488230,
            "stop": 931488235
        },
        {
            "start": 931488237,
            "stop": 931488238
        },
        {
            "start": 931488249,
            "stop": 931488251
        },
        {
            "start": 931488254,
            "stop": 931488257
        },
        {
            "start": 931488259,
            "stop": 931488262
        },
        {
            "start": 931488263,
            "stop": 931488268
        },
        {
            "start": 931488280,
            "stop": 931488284
        },
        {
            "start": 931488294,
            "stop": 931488295
        },
        {
            "start": 931488297,
            "stop": 931488298
        },
        {
            "start": 931488312,
            "stop": 931488313
        },
        {
            "start": 931488320,
            "stop": 931488327
        },
        {
            "start": 931488330,
            "stop": 931488332
        },
        {
            "start": 931488334,
            "stop": 931488338
        },
        {
            "start": 931488340,
            "stop": 931488341
        },
        {
            "start": 931488342,
            "stop": 931488344
        }
    ]
}