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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=41",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 42,
    "results": [
        {
            "start": 817057933,
            "stop": 817059247
        },
        {
            "start": 817059255,
            "stop": 817060319
        },
        {
            "start": 817060326,
            "stop": 817061625
        },
        {
            "start": 817061632,
            "stop": 817062023
        },
        {
            "start": 817062030,
            "stop": 817062060
        },
        {
            "start": 817062120,
            "stop": 817063692
        },
        {
            "start": 817063699,
            "stop": 817063725
        },
        {
            "start": 817063732,
            "stop": 817063814
        },
        {
            "start": 817063821,
            "stop": 817063860
        },
        {
            "start": 817063920,
            "stop": 817064874
        },
        {
            "start": 817064881,
            "stop": 817065300
        },
        {
            "start": 817065360,
            "stop": 817065609
        },
        {
            "start": 817065616,
            "stop": 817065786
        },
        {
            "start": 817065793,
            "stop": 817065960
        },
        {
            "start": 817066080,
            "stop": 817066200
        },
        {
            "start": 817066260,
            "stop": 817067155
        },
        {
            "start": 817067167,
            "stop": 817067776
        },
        {
            "start": 817067783,
            "stop": 817068253
        },
        {
            "start": 817068262,
            "stop": 817068263
        },
        {
            "start": 817071048,
            "stop": 817071483
        }
    ]
}