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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=172",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 173,
    "results": [
        {
            "start": 819491331,
            "stop": 819491378
        },
        {
            "start": 819491407,
            "stop": 819491493
        },
        {
            "start": 819491529,
            "stop": 819491584
        },
        {
            "start": 819491615,
            "stop": 819493770
        },
        {
            "start": 819493799,
            "stop": 819493830
        },
        {
            "start": 819493841,
            "stop": 819493995
        },
        {
            "start": 819494006,
            "stop": 819494017
        },
        {
            "start": 819494029,
            "stop": 819495971
        },
        {
            "start": 819495982,
            "stop": 819495986
        },
        {
            "start": 819495997,
            "stop": 819496202
        },
        {
            "start": 819496213,
            "stop": 819496263
        },
        {
            "start": 819496275,
            "stop": 819496492
        },
        {
            "start": 819496503,
            "stop": 819498339
        },
        {
            "start": 819498348,
            "stop": 819498403
        },
        {
            "start": 819498410,
            "stop": 819499945
        },
        {
            "start": 819499950,
            "stop": 819500865
        },
        {
            "start": 819500876,
            "stop": 819500991
        },
        {
            "start": 819501002,
            "stop": 819502546
        },
        {
            "start": 819502553,
            "stop": 819502677
        },
        {
            "start": 819502689,
            "stop": 819502959
        }
    ]
}