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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=301",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 302,
    "results": [
        {
            "start": 852264336,
            "stop": 852264371
        },
        {
            "start": 852264380,
            "stop": 852264405
        },
        {
            "start": 852264409,
            "stop": 852264429
        },
        {
            "start": 852264432,
            "stop": 852264500
        },
        {
            "start": 852264504,
            "stop": 852264510
        },
        {
            "start": 852264518,
            "stop": 852264529
        },
        {
            "start": 852264533,
            "stop": 852264554
        },
        {
            "start": 852264558,
            "stop": 852264568
        },
        {
            "start": 852264572,
            "stop": 852264726
        },
        {
            "start": 852264730,
            "stop": 852264957
        },
        {
            "start": 852264961,
            "stop": 852264971
        },
        {
            "start": 852264980,
            "stop": 852313033
        },
        {
            "start": 852313035,
            "stop": 852313037
        },
        {
            "start": 852313326,
            "stop": 852320588
        },
        {
            "start": 852320823,
            "stop": 852323413
        },
        {
            "start": 852324494,
            "stop": 852325449
        },
        {
            "start": 852326460,
            "stop": 852393164
        },
        {
            "start": 852414474,
            "stop": 852414599
        },
        {
            "start": 852414627,
            "stop": 852414673
        },
        {
            "start": 852414690,
            "stop": 852414691
        }
    ]
}