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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=804",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=802",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 803,
    "results": [
        {
            "start": 957828734,
            "stop": 957828756
        },
        {
            "start": 957828763,
            "stop": 957828769
        },
        {
            "start": 957828774,
            "stop": 957828805
        },
        {
            "start": 957828811,
            "stop": 957828827
        },
        {
            "start": 957828833,
            "stop": 957828835
        },
        {
            "start": 957828846,
            "stop": 957828854
        },
        {
            "start": 957828860,
            "stop": 957829307
        },
        {
            "start": 957829313,
            "stop": 957829350
        },
        {
            "start": 957829370,
            "stop": 957829394
        },
        {
            "start": 957829400,
            "stop": 957829477
        },
        {
            "start": 957830493,
            "stop": 957830647
        },
        {
            "start": 957833074,
            "stop": 957834379
        },
        {
            "start": 957838624,
            "stop": 957839070
        },
        {
            "start": 957839076,
            "stop": 957839285
        },
        {
            "start": 957839291,
            "stop": 957839616
        },
        {
            "start": 957840622,
            "stop": 957840852
        },
        {
            "start": 957841669,
            "stop": 957843298
        },
        {
            "start": 957843304,
            "stop": 957846517
        },
        {
            "start": 957856582,
            "stop": 957861975
        },
        {
            "start": 957863139,
            "stop": 957865615
        }
    ]
}