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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10190",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10191,
    "results": [
        {
            "start": 873865616,
            "stop": 873865648
        },
        {
            "start": 873865684,
            "stop": 873865690
        },
        {
            "start": 873865726,
            "stop": 873865977
        },
        {
            "start": 873866045,
            "stop": 873866151
        },
        {
            "start": 873866202,
            "stop": 873866216
        },
        {
            "start": 873866256,
            "stop": 873866277
        },
        {
            "start": 873866400,
            "stop": 873866499
        },
        {
            "start": 873866536,
            "stop": 873866833
        },
        {
            "start": 873866869,
            "stop": 873866967
        },
        {
            "start": 873867076,
            "stop": 873867123
        },
        {
            "start": 873867160,
            "stop": 873867185
        },
        {
            "start": 873867257,
            "stop": 873867384
        },
        {
            "start": 873867489,
            "stop": 873867560
        },
        {
            "start": 873867596,
            "stop": 873867795
        },
        {
            "start": 873867831,
            "stop": 873868020
        },
        {
            "start": 873868028,
            "stop": 873868051
        },
        {
            "start": 873868130,
            "stop": 873868285
        },
        {
            "start": 873868302,
            "stop": 873868324
        },
        {
            "start": 873868360,
            "stop": 873868960
        },
        {
            "start": 873869048,
            "stop": 873869282
        }
    ]
}