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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3759",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3760,
    "results": [
        {
            "start": 873006927,
            "stop": 873006960
        },
        {
            "start": 873006966,
            "stop": 873007322
        },
        {
            "start": 873007325,
            "stop": 873007326
        },
        {
            "start": 873007329,
            "stop": 873007330
        },
        {
            "start": 873007333,
            "stop": 873007335
        },
        {
            "start": 873007340,
            "stop": 873007450
        },
        {
            "start": 873007453,
            "stop": 873007457
        },
        {
            "start": 873007460,
            "stop": 873007474
        },
        {
            "start": 873007477,
            "stop": 873007480
        },
        {
            "start": 873007483,
            "stop": 873007503
        },
        {
            "start": 873007508,
            "stop": 873007515
        },
        {
            "start": 873007519,
            "stop": 873007527
        },
        {
            "start": 873007530,
            "stop": 873007597
        },
        {
            "start": 873007600,
            "stop": 873007688
        },
        {
            "start": 873007691,
            "stop": 873007693
        },
        {
            "start": 873007696,
            "stop": 873007730
        },
        {
            "start": 873007735,
            "stop": 873007746
        },
        {
            "start": 873007750,
            "stop": 873007763
        },
        {
            "start": 873007767,
            "stop": 873007808
        },
        {
            "start": 873007811,
            "stop": 873007999
        }
    ]
}