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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 93,
    "results": [
        {
            "start": 931507098,
            "stop": 931507112
        },
        {
            "start": 931507115,
            "stop": 931507127
        },
        {
            "start": 931507135,
            "stop": 931507144
        },
        {
            "start": 931507146,
            "stop": 931507147
        },
        {
            "start": 931507150,
            "stop": 931507154
        },
        {
            "start": 931507157,
            "stop": 931507163
        },
        {
            "start": 931507167,
            "stop": 931507169
        },
        {
            "start": 931507172,
            "stop": 931507176
        },
        {
            "start": 931507179,
            "stop": 931507187
        },
        {
            "start": 931507190,
            "stop": 931507199
        },
        {
            "start": 931507202,
            "stop": 931507204
        },
        {
            "start": 931507207,
            "stop": 931507264
        },
        {
            "start": 931507270,
            "stop": 931507278
        },
        {
            "start": 931507281,
            "stop": 931507298
        },
        {
            "start": 931507301,
            "stop": 931507327
        },
        {
            "start": 931507330,
            "stop": 931507349
        },
        {
            "start": 931507352,
            "stop": 931507359
        },
        {
            "start": 931507363,
            "stop": 931507390
        },
        {
            "start": 931507393,
            "stop": 931507396
        },
        {
            "start": 931507399,
            "stop": 931507422
        }
    ]
}