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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=686",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=684",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 685,
    "results": [
        {
            "start": 1266457189,
            "stop": 1266457284
        },
        {
            "start": 1266457286,
            "stop": 1266459384
        },
        {
            "start": 1266459388,
            "stop": 1266460304
        },
        {
            "start": 1266466233,
            "stop": 1266467578
        },
        {
            "start": 1266467583,
            "stop": 1266474695
        },
        {
            "start": 1266474698,
            "stop": 1266475698
        },
        {
            "start": 1266475699,
            "stop": 1266476159
        },
        {
            "start": 1266476164,
            "stop": 1266476230
        },
        {
            "start": 1266476235,
            "stop": 1266478342
        },
        {
            "start": 1266478347,
            "stop": 1266482555
        },
        {
            "start": 1266482558,
            "stop": 1266483130
        },
        {
            "start": 1266483131,
            "stop": 1266483153
        },
        {
            "start": 1266483154,
            "stop": 1266483319
        },
        {
            "start": 1266483324,
            "stop": 1266484464
        },
        {
            "start": 1266484469,
            "stop": 1266484668
        },
        {
            "start": 1266484672,
            "stop": 1266487818
        },
        {
            "start": 1266487819,
            "stop": 1266488636
        },
        {
            "start": 1266488637,
            "stop": 1266488969
        },
        {
            "start": 1266488970,
            "stop": 1266490149
        },
        {
            "start": 1266490150,
            "stop": 1266490231
        }
    ]
}