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=2282
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=2283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2281",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2282,
    "results": [
        {
            "start": 873776337,
            "stop": 873776530
        },
        {
            "start": 873776551,
            "stop": 873776566
        },
        {
            "start": 873776590,
            "stop": 873776615
        },
        {
            "start": 873776634,
            "stop": 873776686
        },
        {
            "start": 873776709,
            "stop": 873777188
        },
        {
            "start": 873777207,
            "stop": 873778138
        },
        {
            "start": 873778157,
            "stop": 873778301
        },
        {
            "start": 873778320,
            "stop": 873779409
        },
        {
            "start": 873779428,
            "stop": 873781993
        },
        {
            "start": 873782012,
            "stop": 873783077
        },
        {
            "start": 873783097,
            "stop": 873783103
        },
        {
            "start": 873783125,
            "stop": 873783126
        },
        {
            "start": 873783145,
            "stop": 873783511
        },
        {
            "start": 873783540,
            "stop": 873783926
        },
        {
            "start": 873783945,
            "stop": 873785135
        },
        {
            "start": 873785177,
            "stop": 873785348
        },
        {
            "start": 873785398,
            "stop": 873785409
        },
        {
            "start": 873785465,
            "stop": 873785477
        },
        {
            "start": 873785511,
            "stop": 873785517
        },
        {
            "start": 873785536,
            "stop": 873785653
        }
    ]
}