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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 109,
    "results": [
        {
            "start": 1372058786,
            "stop": 1372060847
        },
        {
            "start": 1372060849,
            "stop": 1372063041
        },
        {
            "start": 1372063043,
            "stop": 1372065092
        },
        {
            "start": 1372065094,
            "stop": 1372067261
        },
        {
            "start": 1372067262,
            "stop": 1372068180
        },
        {
            "start": 1372068183,
            "stop": 1372069265
        },
        {
            "start": 1372069267,
            "stop": 1372072450
        },
        {
            "start": 1372072454,
            "stop": 1372072948
        },
        {
            "start": 1372072951,
            "stop": 1372073393
        },
        {
            "start": 1372073394,
            "stop": 1372075358
        },
        {
            "start": 1372075359,
            "stop": 1372077500
        },
        {
            "start": 1372077505,
            "stop": 1372081963
        },
        {
            "start": 1372081965,
            "stop": 1372084244
        },
        {
            "start": 1372084246,
            "stop": 1372086114
        },
        {
            "start": 1372086119,
            "stop": 1372087217
        },
        {
            "start": 1372087222,
            "stop": 1372089719
        },
        {
            "start": 1372089721,
            "stop": 1372091065
        },
        {
            "start": 1372091067,
            "stop": 1372091984
        },
        {
            "start": 1372091988,
            "stop": 1372092062
        },
        {
            "start": 1372092064,
            "stop": 1372094159
        }
    ]
}