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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=80",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 81,
    "results": [
        {
            "start": 841176793,
            "stop": 841178617
        },
        {
            "start": 841179500,
            "stop": 841236742
        },
        {
            "start": 841237644,
            "stop": 841242308
        },
        {
            "start": 841243378,
            "stop": 841245134
        },
        {
            "start": 841246669,
            "stop": 841262350
        },
        {
            "start": 841263549,
            "stop": 841305693
        },
        {
            "start": 841307797,
            "stop": 841342896
        },
        {
            "start": 841343768,
            "stop": 841343776
        },
        {
            "start": 841343806,
            "stop": 841376525
        },
        {
            "start": 841377649,
            "stop": 841471842
        },
        {
            "start": 841475252,
            "stop": 841503823
        },
        {
            "start": 841520351,
            "stop": 841523539
        },
        {
            "start": 841526784,
            "stop": 841530589
        },
        {
            "start": 841531973,
            "stop": 841533346
        },
        {
            "start": 841534030,
            "stop": 841554530
        },
        {
            "start": 841557262,
            "stop": 841586012
        },
        {
            "start": 841586805,
            "stop": 841614419
        },
        {
            "start": 841614580,
            "stop": 841691476
        },
        {
            "start": 841692160,
            "stop": 841767482
        },
        {
            "start": 841768433,
            "stop": 841777401
        }
    ]
}