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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3059",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3060,
    "results": [
        {
            "start": 865189081,
            "stop": 865189098
        },
        {
            "start": 865189101,
            "stop": 865189140
        },
        {
            "start": 865189200,
            "stop": 865189227
        },
        {
            "start": 865189230,
            "stop": 865189237
        },
        {
            "start": 865194120,
            "stop": 865194180
        },
        {
            "start": 865194300,
            "stop": 865194360
        },
        {
            "start": 865195860,
            "stop": 865195920
        },
        {
            "start": 865196220,
            "stop": 865196277
        },
        {
            "start": 865196282,
            "stop": 865196289
        },
        {
            "start": 865196294,
            "stop": 865196331
        },
        {
            "start": 865196334,
            "stop": 865196340
        },
        {
            "start": 865196401,
            "stop": 865196460
        },
        {
            "start": 865196587,
            "stop": 865196640
        },
        {
            "start": 865197060,
            "stop": 865197120
        },
        {
            "start": 865197180,
            "stop": 865197240
        },
        {
            "start": 865197300,
            "stop": 865197360
        },
        {
            "start": 865197420,
            "stop": 865197480
        },
        {
            "start": 865197540,
            "stop": 865197600
        },
        {
            "start": 865198020,
            "stop": 865198067
        },
        {
            "start": 865198071,
            "stop": 865198080
        }
    ]
}