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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8778",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8779,
    "results": [
        {
            "start": 873376680,
            "stop": 873376860
        },
        {
            "start": 873376920,
            "stop": 873381619
        },
        {
            "start": 873381827,
            "stop": 873382295
        },
        {
            "start": 873382415,
            "stop": 873383606
        },
        {
            "start": 873383894,
            "stop": 873384827
        },
        {
            "start": 873384998,
            "stop": 873385080
        },
        {
            "start": 873385140,
            "stop": 873385680
        },
        {
            "start": 873385740,
            "stop": 873385846
        },
        {
            "start": 873386034,
            "stop": 873386460
        },
        {
            "start": 873386520,
            "stop": 873386700
        },
        {
            "start": 873386760,
            "stop": 873387180
        },
        {
            "start": 873387240,
            "stop": 873388070
        },
        {
            "start": 873388190,
            "stop": 873388440
        },
        {
            "start": 873388500,
            "stop": 873388720
        },
        {
            "start": 873388840,
            "stop": 873389100
        },
        {
            "start": 873389220,
            "stop": 873390060
        },
        {
            "start": 873390120,
            "stop": 873390723
        },
        {
            "start": 873390843,
            "stop": 873391260
        },
        {
            "start": 873391320,
            "stop": 873392478
        },
        {
            "start": 873392495,
            "stop": 873392580
        }
    ]
}