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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=202",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 203,
    "results": [
        {
            "start": 820681726,
            "stop": 820684228
        },
        {
            "start": 820684405,
            "stop": 820688535
        },
        {
            "start": 820688540,
            "stop": 820691063
        },
        {
            "start": 820691241,
            "stop": 820695698
        },
        {
            "start": 820695705,
            "stop": 820704831
        },
        {
            "start": 820704836,
            "stop": 820704839
        },
        {
            "start": 820707812,
            "stop": 820710737
        },
        {
            "start": 820710744,
            "stop": 820718787
        },
        {
            "start": 820720874,
            "stop": 820744671
        },
        {
            "start": 820744676,
            "stop": 820744742
        },
        {
            "start": 820744747,
            "stop": 820744832
        },
        {
            "start": 820744841,
            "stop": 820744865
        },
        {
            "start": 820744870,
            "stop": 820744902
        },
        {
            "start": 820745748,
            "stop": 820756090
        },
        {
            "start": 820766152,
            "stop": 820768637
        },
        {
            "start": 820768644,
            "stop": 820772578
        },
        {
            "start": 820772583,
            "stop": 820772767
        },
        {
            "start": 820772772,
            "stop": 820772893
        },
        {
            "start": 820791230,
            "stop": 820792443
        },
        {
            "start": 820798090,
            "stop": 820802386
        }
    ]
}