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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=38",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 39,
    "results": [
        {
            "start": 817057039,
            "stop": 817057100
        },
        {
            "start": 817057108,
            "stop": 817057430
        },
        {
            "start": 817057437,
            "stop": 817057621
        },
        {
            "start": 817057635,
            "stop": 817057925
        },
        {
            "start": 817057933,
            "stop": 817059247
        },
        {
            "start": 817059255,
            "stop": 817060319
        },
        {
            "start": 817060326,
            "stop": 817061625
        },
        {
            "start": 817061632,
            "stop": 817062023
        },
        {
            "start": 817062030,
            "stop": 817063692
        },
        {
            "start": 817063699,
            "stop": 817063725
        },
        {
            "start": 817063732,
            "stop": 817063814
        },
        {
            "start": 817063821,
            "stop": 817064874
        },
        {
            "start": 817064881,
            "stop": 817065609
        },
        {
            "start": 817065616,
            "stop": 817065786
        },
        {
            "start": 817065793,
            "stop": 817067155
        },
        {
            "start": 817067167,
            "stop": 817067776
        },
        {
            "start": 817067783,
            "stop": 817068253
        },
        {
            "start": 817068262,
            "stop": 817068263
        },
        {
            "start": 817071048,
            "stop": 817071483
        },
        {
            "start": 817071490,
            "stop": 817072839
        }
    ]
}