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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=480",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 481,
    "results": [
        {
            "start": 821790605,
            "stop": 821790616
        },
        {
            "start": 821790619,
            "stop": 821790624
        },
        {
            "start": 821790627,
            "stop": 821790643
        },
        {
            "start": 821790647,
            "stop": 821790648
        },
        {
            "start": 821790651,
            "stop": 821790654
        },
        {
            "start": 821790657,
            "stop": 821790659
        },
        {
            "start": 821790662,
            "stop": 821790667
        },
        {
            "start": 821790670,
            "stop": 821790676
        },
        {
            "start": 821790679,
            "stop": 821790696
        },
        {
            "start": 821790701,
            "stop": 821790728
        },
        {
            "start": 821790731,
            "stop": 821790736
        },
        {
            "start": 821790739,
            "stop": 821790740
        },
        {
            "start": 821790744,
            "stop": 821790745
        },
        {
            "start": 821790751,
            "stop": 821790761
        },
        {
            "start": 821790776,
            "stop": 821790780
        },
        {
            "start": 821790783,
            "stop": 821790803
        },
        {
            "start": 821790806,
            "stop": 821790807
        },
        {
            "start": 821790812,
            "stop": 821790816
        },
        {
            "start": 821790819,
            "stop": 821790821
        },
        {
            "start": 821790828,
            "stop": 821790832
        }
    ]
}