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=5221
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=5222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5220",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5221,
    "results": [
        {
            "start": 874158826,
            "stop": 874158857
        },
        {
            "start": 874158921,
            "stop": 874158929
        },
        {
            "start": 874159008,
            "stop": 874159020
        },
        {
            "start": 874159057,
            "stop": 874159111
        },
        {
            "start": 874159145,
            "stop": 874159163
        },
        {
            "start": 874159199,
            "stop": 874159268
        },
        {
            "start": 874159275,
            "stop": 874159532
        },
        {
            "start": 874159603,
            "stop": 874159675
        },
        {
            "start": 874159711,
            "stop": 874159712
        },
        {
            "start": 874159769,
            "stop": 874159856
        },
        {
            "start": 874159892,
            "stop": 874159996
        },
        {
            "start": 874160032,
            "stop": 874160295
        },
        {
            "start": 874160331,
            "stop": 874160726
        },
        {
            "start": 874160762,
            "stop": 874161262
        },
        {
            "start": 874161298,
            "stop": 874161313
        },
        {
            "start": 874161349,
            "stop": 874161379
        },
        {
            "start": 874161396,
            "stop": 874161399
        },
        {
            "start": 874161417,
            "stop": 874161449
        },
        {
            "start": 874161465,
            "stop": 874162157
        },
        {
            "start": 874162193,
            "stop": 874162922
        }
    ]
}