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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 111,
    "results": [
        {
            "start": 818063187,
            "stop": 818063188
        },
        {
            "start": 818063191,
            "stop": 818063196
        },
        {
            "start": 818063199,
            "stop": 818063200
        },
        {
            "start": 818063212,
            "stop": 818063218
        },
        {
            "start": 818063221,
            "stop": 818063223
        },
        {
            "start": 818063226,
            "stop": 818063261
        },
        {
            "start": 818063267,
            "stop": 818063273
        },
        {
            "start": 818063276,
            "stop": 818063284
        },
        {
            "start": 818063289,
            "stop": 818063302
        },
        {
            "start": 818063307,
            "stop": 818063318
        },
        {
            "start": 818063326,
            "stop": 818063328
        },
        {
            "start": 818063332,
            "stop": 818063338
        },
        {
            "start": 818063341,
            "stop": 818063350
        },
        {
            "start": 818063355,
            "stop": 818063357
        },
        {
            "start": 818063369,
            "stop": 818063373
        },
        {
            "start": 818063383,
            "stop": 818063391
        },
        {
            "start": 818063397,
            "stop": 818063402
        },
        {
            "start": 818063409,
            "stop": 818063415
        },
        {
            "start": 818063418,
            "stop": 818063420
        },
        {
            "start": 818063426,
            "stop": 818063430
        }
    ]
}