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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5098",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5096",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5097,
    "results": [
        {
            "start": 1136975969,
            "stop": 1136976021
        },
        {
            "start": 1136976023,
            "stop": 1136976071
        },
        {
            "start": 1136976073,
            "stop": 1136976116
        },
        {
            "start": 1136976119,
            "stop": 1136976144
        },
        {
            "start": 1136976147,
            "stop": 1136976165
        },
        {
            "start": 1136976167,
            "stop": 1136976170
        },
        {
            "start": 1136976171,
            "stop": 1136976207
        },
        {
            "start": 1136976211,
            "stop": 1136976223
        },
        {
            "start": 1136976225,
            "stop": 1136976287
        },
        {
            "start": 1136976289,
            "stop": 1136976304
        },
        {
            "start": 1136976306,
            "stop": 1136976309
        },
        {
            "start": 1136976311,
            "stop": 1136976312
        },
        {
            "start": 1136976314,
            "stop": 1136976320
        },
        {
            "start": 1136976322,
            "stop": 1136976324
        },
        {
            "start": 1136976326,
            "stop": 1136976332
        },
        {
            "start": 1136976333,
            "stop": 1136976337
        },
        {
            "start": 1136976339,
            "stop": 1136976349
        },
        {
            "start": 1136976351,
            "stop": 1136976353
        },
        {
            "start": 1136976355,
            "stop": 1136976359
        },
        {
            "start": 1136976361,
            "stop": 1136976373
        }
    ]
}