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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=196",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 197,
    "results": [
        {
            "start": 820570830,
            "stop": 820570892
        },
        {
            "start": 820570951,
            "stop": 820570955
        },
        {
            "start": 820571924,
            "stop": 820586799
        },
        {
            "start": 820586806,
            "stop": 820586828
        },
        {
            "start": 820586839,
            "stop": 820587110
        },
        {
            "start": 820587247,
            "stop": 820587248
        },
        {
            "start": 820587391,
            "stop": 820587955
        },
        {
            "start": 820587972,
            "stop": 820588169
        },
        {
            "start": 820588180,
            "stop": 820588760
        },
        {
            "start": 820588767,
            "stop": 820588906
        },
        {
            "start": 820588915,
            "stop": 820588916
        },
        {
            "start": 820588923,
            "stop": 820588931
        },
        {
            "start": 820588942,
            "stop": 820589060
        },
        {
            "start": 820589072,
            "stop": 820589079
        },
        {
            "start": 820589097,
            "stop": 820589130
        },
        {
            "start": 820590653,
            "stop": 820590768
        },
        {
            "start": 820590776,
            "stop": 820590816
        },
        {
            "start": 820590832,
            "stop": 820590833
        },
        {
            "start": 820590844,
            "stop": 820590866
        },
        {
            "start": 820590878,
            "stop": 820590925
        }
    ]
}