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=40625
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=40626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40624",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40625,
    "results": [
        {
            "start": 874900844,
            "stop": 874900948
        },
        {
            "start": 874900949,
            "stop": 874900950
        },
        {
            "start": 874900951,
            "stop": 874900992
        },
        {
            "start": 874900993,
            "stop": 874901002
        },
        {
            "start": 874901003,
            "stop": 874901013
        },
        {
            "start": 874901014,
            "stop": 874901026
        },
        {
            "start": 874901028,
            "stop": 874901031
        },
        {
            "start": 874901033,
            "stop": 874901041
        },
        {
            "start": 874901042,
            "stop": 874901094
        },
        {
            "start": 874901097,
            "stop": 874901141
        },
        {
            "start": 874901143,
            "stop": 874901180
        },
        {
            "start": 874901182,
            "stop": 874901248
        },
        {
            "start": 874901249,
            "stop": 874901273
        },
        {
            "start": 874901274,
            "stop": 874901287
        },
        {
            "start": 874901288,
            "stop": 874901291
        },
        {
            "start": 874901292,
            "stop": 874901312
        },
        {
            "start": 874901313,
            "stop": 874901333
        },
        {
            "start": 874901334,
            "stop": 874901376
        },
        {
            "start": 874901377,
            "stop": 874901378
        },
        {
            "start": 874901379,
            "stop": 874901418
        }
    ]
}