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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=200",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 201,
    "results": [
        {
            "start": 820745748,
            "stop": 820756086
        },
        {
            "start": 820766152,
            "stop": 820768637
        },
        {
            "start": 820768665,
            "stop": 820770846
        },
        {
            "start": 820770863,
            "stop": 820771198
        },
        {
            "start": 820771210,
            "stop": 820771634
        },
        {
            "start": 820771641,
            "stop": 820771876
        },
        {
            "start": 820771893,
            "stop": 820772033
        },
        {
            "start": 820772048,
            "stop": 820772087
        },
        {
            "start": 820772100,
            "stop": 820772226
        },
        {
            "start": 820772235,
            "stop": 820772271
        },
        {
            "start": 820772288,
            "stop": 820772558
        },
        {
            "start": 820772565,
            "stop": 820772578
        },
        {
            "start": 820772589,
            "stop": 820772619
        },
        {
            "start": 820772640,
            "stop": 820772751
        },
        {
            "start": 820772762,
            "stop": 820772767
        },
        {
            "start": 820772778,
            "stop": 820772891
        },
        {
            "start": 820791230,
            "stop": 820791377
        },
        {
            "start": 820791384,
            "stop": 820791727
        },
        {
            "start": 820791741,
            "stop": 820791749
        },
        {
            "start": 820791761,
            "stop": 820791777
        }
    ]
}