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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=95",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 96,
    "results": [
        {
            "start": 848087164,
            "stop": 848095220
        },
        {
            "start": 848096106,
            "stop": 848099941
        },
        {
            "start": 848102931,
            "stop": 848116329
        },
        {
            "start": 848117703,
            "stop": 848156016
        },
        {
            "start": 848198645,
            "stop": 848219988
        },
        {
            "start": 848221955,
            "stop": 848229942
        },
        {
            "start": 848234927,
            "stop": 848237105
        },
        {
            "start": 848238106,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848311669
        },
        {
            "start": 848312977,
            "stop": 848317912
        },
        {
            "start": 848318823,
            "stop": 848319602
        },
        {
            "start": 848324697,
            "stop": 848324965
        },
        {
            "start": 848325568,
            "stop": 848325676
        },
        {
            "start": 848326670,
            "stop": 848330599
        },
        {
            "start": 848332046,
            "stop": 848335499
        },
        {
            "start": 848336639,
            "stop": 848348093
        },
        {
            "start": 848383967,
            "stop": 848418277
        },
        {
            "start": 848419578,
            "stop": 848424954
        },
        {
            "start": 848425667,
            "stop": 848430982
        }
    ]
}