Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=296
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=295",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 296,
    "results": [
        {
            "start": 1246831586,
            "stop": 1246831587
        },
        {
            "start": 1246831588,
            "stop": 1246832024
        },
        {
            "start": 1246832025,
            "stop": 1246832379
        },
        {
            "start": 1246832380,
            "stop": 1246832388
        },
        {
            "start": 1246832389,
            "stop": 1246838836
        },
        {
            "start": 1246838839,
            "stop": 1246838840
        },
        {
            "start": 1246838844,
            "stop": 1246841309
        },
        {
            "start": 1246841310,
            "stop": 1246859254
        },
        {
            "start": 1246865561,
            "stop": 1246889115
        },
        {
            "start": 1246889120,
            "stop": 1246892449
        },
        {
            "start": 1246926018,
            "stop": 1246933796
        },
        {
            "start": 1246933797,
            "stop": 1246934124
        },
        {
            "start": 1246934125,
            "stop": 1246934838
        },
        {
            "start": 1247260174,
            "stop": 1247285054
        },
        {
            "start": 1247288257,
            "stop": 1247320815
        },
        {
            "start": 1247342128,
            "stop": 1247343126
        },
        {
            "start": 1247343127,
            "stop": 1247344410
        },
        {
            "start": 1247344538,
            "stop": 1247346423
        },
        {
            "start": 1247346424,
            "stop": 1247348160
        },
        {
            "start": 1247350874,
            "stop": 1247372945
        }
    ]
}