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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=323",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 324,
    "results": [
        {
            "start": 931775285,
            "stop": 931775286
        },
        {
            "start": 931775293,
            "stop": 931775297
        },
        {
            "start": 931775304,
            "stop": 931775305
        },
        {
            "start": 931775309,
            "stop": 931775320
        },
        {
            "start": 931775323,
            "stop": 931775325
        },
        {
            "start": 931775328,
            "stop": 931775329
        },
        {
            "start": 931775332,
            "stop": 931775333
        },
        {
            "start": 931775336,
            "stop": 931775347
        },
        {
            "start": 931775353,
            "stop": 931775361
        },
        {
            "start": 931775364,
            "stop": 931775366
        },
        {
            "start": 931775374,
            "stop": 931775382
        },
        {
            "start": 931775385,
            "stop": 931775395
        },
        {
            "start": 931775398,
            "stop": 931775401
        },
        {
            "start": 931775405,
            "stop": 931775408
        },
        {
            "start": 931775413,
            "stop": 931775414
        },
        {
            "start": 931775419,
            "stop": 931775424
        },
        {
            "start": 931775426,
            "stop": 931775427
        },
        {
            "start": 931775430,
            "stop": 931775435
        },
        {
            "start": 931775437,
            "stop": 931775439
        },
        {
            "start": 931775442,
            "stop": 931775457
        }
    ]
}