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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=211",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 212,
    "results": [
        {
            "start": 931453255,
            "stop": 931453310
        },
        {
            "start": 931453312,
            "stop": 931453337
        },
        {
            "start": 931453339,
            "stop": 931453408
        },
        {
            "start": 931453410,
            "stop": 931453484
        },
        {
            "start": 931453486,
            "stop": 931453528
        },
        {
            "start": 931453530,
            "stop": 931453662
        },
        {
            "start": 931453664,
            "stop": 931453706
        },
        {
            "start": 931453708,
            "stop": 931453710
        },
        {
            "start": 931453713,
            "stop": 931453715
        },
        {
            "start": 931453718,
            "stop": 931453727
        },
        {
            "start": 931453731,
            "stop": 931453732
        },
        {
            "start": 931453734,
            "stop": 931453736
        },
        {
            "start": 931453737,
            "stop": 931453742
        },
        {
            "start": 931453744,
            "stop": 931453745
        },
        {
            "start": 931453752,
            "stop": 931453757
        },
        {
            "start": 931453759,
            "stop": 931453763
        },
        {
            "start": 931453765,
            "stop": 931453771
        },
        {
            "start": 931453774,
            "stop": 931453780
        },
        {
            "start": 931453820,
            "stop": 931453823
        },
        {
            "start": 931453856,
            "stop": 931453858
        }
    ]
}