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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 169,
    "results": [
        {
            "start": 1419580913,
            "stop": 1419580917
        },
        {
            "start": 1419580921,
            "stop": 1419580929
        },
        {
            "start": 1419580953,
            "stop": 1419586122
        },
        {
            "start": 1419586123,
            "stop": 1419603331
        },
        {
            "start": 1419603332,
            "stop": 1419620301
        },
        {
            "start": 1419620303,
            "stop": 1419621989
        },
        {
            "start": 1419621993,
            "stop": 1419632326
        },
        {
            "start": 1419635269,
            "stop": 1419638604
        },
        {
            "start": 1419638606,
            "stop": 1419639652
        },
        {
            "start": 1419639654,
            "stop": 1419655045
        },
        {
            "start": 1419655049,
            "stop": 1419655479
        },
        {
            "start": 1419655481,
            "stop": 1419657801
        },
        {
            "start": 1419657805,
            "stop": 1419663648
        },
        {
            "start": 1419682152,
            "stop": 1419690589
        },
        {
            "start": 1419690590,
            "stop": 1419692608
        },
        {
            "start": 1419699331,
            "stop": 1419708263
        },
        {
            "start": 1419708264,
            "stop": 1419767003
        },
        {
            "start": 1419767004,
            "stop": 1419783517
        },
        {
            "start": 1419783518,
            "stop": 1419784740
        },
        {
            "start": 1419784741,
            "stop": 1419788577
        }
    ]
}