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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14101",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14102,
    "results": [
        {
            "start": 971159392,
            "stop": 971159394
        },
        {
            "start": 971159395,
            "stop": 971159397
        },
        {
            "start": 971159399,
            "stop": 971159403
        },
        {
            "start": 971159405,
            "stop": 971159406
        },
        {
            "start": 971159408,
            "stop": 971159409
        },
        {
            "start": 971159410,
            "stop": 971159411
        },
        {
            "start": 971159413,
            "stop": 971159414
        },
        {
            "start": 971159424,
            "stop": 971159426
        },
        {
            "start": 971159430,
            "stop": 971159432
        },
        {
            "start": 971159434,
            "stop": 971159435
        },
        {
            "start": 971159437,
            "stop": 971159438
        },
        {
            "start": 971159439,
            "stop": 971159440
        },
        {
            "start": 971159443,
            "stop": 971159445
        },
        {
            "start": 971159446,
            "stop": 971159447
        },
        {
            "start": 971159448,
            "stop": 971159452
        },
        {
            "start": 971159456,
            "stop": 971159457
        },
        {
            "start": 971159458,
            "stop": 971159459
        },
        {
            "start": 971159460,
            "stop": 971159463
        },
        {
            "start": 971159466,
            "stop": 971159467
        },
        {
            "start": 971159470,
            "stop": 971159472
        }
    ]
}