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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=73",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 74,
    "results": [
        {
            "start": 817547716,
            "stop": 817548249
        },
        {
            "start": 817548278,
            "stop": 817551866
        },
        {
            "start": 817551873,
            "stop": 817551902
        },
        {
            "start": 817551909,
            "stop": 817551967
        },
        {
            "start": 817551974,
            "stop": 817552230
        },
        {
            "start": 817553384,
            "stop": 817555318
        },
        {
            "start": 817555347,
            "stop": 817555499
        },
        {
            "start": 817555529,
            "stop": 817564037
        },
        {
            "start": 817564112,
            "stop": 817564874
        },
        {
            "start": 817564882,
            "stop": 817565430
        },
        {
            "start": 817580832,
            "stop": 817583634
        },
        {
            "start": 817583669,
            "stop": 817583829
        },
        {
            "start": 817583837,
            "stop": 817585142
        },
        {
            "start": 817585151,
            "stop": 817585157
        },
        {
            "start": 817585166,
            "stop": 817585441
        },
        {
            "start": 817585470,
            "stop": 817585541
        },
        {
            "start": 817585548,
            "stop": 817586649
        },
        {
            "start": 817586736,
            "stop": 817586934
        },
        {
            "start": 817586967,
            "stop": 817587018
        },
        {
            "start": 817587052,
            "stop": 817587273
        }
    ]
}