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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1844",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1845,
    "results": [
        {
            "start": 843868582,
            "stop": 843868595
        },
        {
            "start": 843868597,
            "stop": 843868599
        },
        {
            "start": 843868601,
            "stop": 843868619
        },
        {
            "start": 843868621,
            "stop": 843868632
        },
        {
            "start": 843868634,
            "stop": 843868640
        },
        {
            "start": 843868642,
            "stop": 843868647
        },
        {
            "start": 843868649,
            "stop": 843868658
        },
        {
            "start": 843868660,
            "stop": 843868668
        },
        {
            "start": 843868670,
            "stop": 843868671
        },
        {
            "start": 843868673,
            "stop": 843868705
        },
        {
            "start": 843868707,
            "stop": 843868725
        },
        {
            "start": 843868729,
            "stop": 843868747
        },
        {
            "start": 843868750,
            "stop": 843868756
        },
        {
            "start": 843868759,
            "stop": 843868772
        },
        {
            "start": 843868774,
            "stop": 843868786
        },
        {
            "start": 843868793,
            "stop": 843868796
        },
        {
            "start": 843868799,
            "stop": 843868810
        },
        {
            "start": 843868812,
            "stop": 843868819
        },
        {
            "start": 843868821,
            "stop": 843868824
        },
        {
            "start": 843868828,
            "stop": 843868830
        }
    ]
}