Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2394
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2393",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2394,
    "results": [
        {
            "start": 873084500,
            "stop": 873086062
        },
        {
            "start": 873086079,
            "stop": 873086625
        },
        {
            "start": 873086642,
            "stop": 873087547
        },
        {
            "start": 873087564,
            "stop": 873087644
        },
        {
            "start": 873087825,
            "stop": 873089350
        },
        {
            "start": 873089357,
            "stop": 873089432
        },
        {
            "start": 873089440,
            "stop": 873089560
        },
        {
            "start": 873089568,
            "stop": 873089611
        },
        {
            "start": 873089619,
            "stop": 873089640
        },
        {
            "start": 873089650,
            "stop": 873089653
        },
        {
            "start": 873089660,
            "stop": 873089664
        },
        {
            "start": 873089674,
            "stop": 873089702
        },
        {
            "start": 873089710,
            "stop": 873089875
        },
        {
            "start": 873089884,
            "stop": 873090203
        },
        {
            "start": 873090210,
            "stop": 873090410
        },
        {
            "start": 873090490,
            "stop": 873090810
        },
        {
            "start": 873090827,
            "stop": 873090877
        },
        {
            "start": 873090884,
            "stop": 873092723
        },
        {
            "start": 873092730,
            "stop": 873093067
        },
        {
            "start": 873093074,
            "stop": 873095819
        }
    ]
}