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=4015
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=4016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4014",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4015,
    "results": [
        {
            "start": 874795340,
            "stop": 874795668
        },
        {
            "start": 874795670,
            "stop": 874796536
        },
        {
            "start": 874796543,
            "stop": 874796673
        },
        {
            "start": 874796691,
            "stop": 874797151
        },
        {
            "start": 874797155,
            "stop": 874797156
        },
        {
            "start": 874797159,
            "stop": 874797925
        },
        {
            "start": 874797929,
            "stop": 874798429
        },
        {
            "start": 874798432,
            "stop": 874798458
        },
        {
            "start": 874798461,
            "stop": 874798492
        },
        {
            "start": 874798495,
            "stop": 874798846
        },
        {
            "start": 874798851,
            "stop": 874798857
        },
        {
            "start": 874798861,
            "stop": 874799714
        },
        {
            "start": 874799717,
            "stop": 874799720
        },
        {
            "start": 874799723,
            "stop": 874799725
        },
        {
            "start": 874799728,
            "stop": 874799743
        },
        {
            "start": 874799746,
            "stop": 874799783
        },
        {
            "start": 874799788,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802955
        },
        {
            "start": 874802960,
            "stop": 874803133
        },
        {
            "start": 874803136,
            "stop": 874803139
        }
    ]
}