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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=26",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 27,
    "results": [
        {
            "start": 819204688,
            "stop": 819210043
        },
        {
            "start": 819210534,
            "stop": 819211051
        },
        {
            "start": 819211057,
            "stop": 819211315
        },
        {
            "start": 819212082,
            "stop": 819216115
        },
        {
            "start": 819217966,
            "stop": 819218621
        },
        {
            "start": 819218919,
            "stop": 819226616
        },
        {
            "start": 819228203,
            "stop": 819228489
        },
        {
            "start": 819229754,
            "stop": 819230126
        },
        {
            "start": 819230311,
            "stop": 819234397
        },
        {
            "start": 819235345,
            "stop": 819238104
        },
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819257185
        },
        {
            "start": 819257191,
            "stop": 819269459
        },
        {
            "start": 819271266,
            "stop": 819292652
        },
        {
            "start": 819292659,
            "stop": 819295076
        },
        {
            "start": 819295717,
            "stop": 819299760
        },
        {
            "start": 819300449,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308537
        },
        {
            "start": 819312017,
            "stop": 819313078
        },
        {
            "start": 819313797,
            "stop": 819316039
        }
    ]
}