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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=79",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 80,
    "results": [
        {
            "start": 817941908,
            "stop": 817941950
        },
        {
            "start": 817942080,
            "stop": 817942560
        },
        {
            "start": 817942680,
            "stop": 817943040
        },
        {
            "start": 817943100,
            "stop": 817943160
        },
        {
            "start": 817943220,
            "stop": 817943227
        },
        {
            "start": 817943607,
            "stop": 817943700
        },
        {
            "start": 817944849,
            "stop": 817944960
        },
        {
            "start": 817945020,
            "stop": 817945140
        },
        {
            "start": 817945200,
            "stop": 817945500
        },
        {
            "start": 817945560,
            "stop": 817946160
        },
        {
            "start": 817946220,
            "stop": 817946280
        },
        {
            "start": 817946340,
            "stop": 817946630
        },
        {
            "start": 817946710,
            "stop": 817946750
        },
        {
            "start": 817946830,
            "stop": 817947000
        },
        {
            "start": 817947060,
            "stop": 817948250
        },
        {
            "start": 817948330,
            "stop": 817948910
        },
        {
            "start": 817949050,
            "stop": 817949570
        },
        {
            "start": 817949650,
            "stop": 817949690
        },
        {
            "start": 817949770,
            "stop": 817950823
        },
        {
            "start": 817951004,
            "stop": 817953005
        }
    ]
}