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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9898",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9899,
    "results": [
        {
            "start": 874553814,
            "stop": 874554217
        },
        {
            "start": 874554220,
            "stop": 874554235
        },
        {
            "start": 874554249,
            "stop": 874554691
        },
        {
            "start": 874554696,
            "stop": 874554791
        },
        {
            "start": 874554794,
            "stop": 874554871
        },
        {
            "start": 874554874,
            "stop": 874554939
        },
        {
            "start": 874554942,
            "stop": 874555075
        },
        {
            "start": 874555078,
            "stop": 874555341
        },
        {
            "start": 874555344,
            "stop": 874559925
        },
        {
            "start": 874559930,
            "stop": 874560165
        },
        {
            "start": 874560168,
            "stop": 874560192
        },
        {
            "start": 874560196,
            "stop": 874560782
        },
        {
            "start": 874560786,
            "stop": 874560840
        },
        {
            "start": 874560843,
            "stop": 874560845
        },
        {
            "start": 874560850,
            "stop": 874564860
        },
        {
            "start": 874564863,
            "stop": 874565790
        },
        {
            "start": 874565796,
            "stop": 874565926
        },
        {
            "start": 874565929,
            "stop": 874566357
        },
        {
            "start": 874566360,
            "stop": 874566487
        },
        {
            "start": 874566490,
            "stop": 874566502
        }
    ]
}