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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=731",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 732,
    "results": [
        {
            "start": 869661065,
            "stop": 869661083
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869663229
        },
        {
            "start": 869663248,
            "stop": 869665393
        },
        {
            "start": 869665413,
            "stop": 869665731
        },
        {
            "start": 869665752,
            "stop": 869665805
        },
        {
            "start": 869665828,
            "stop": 869666095
        },
        {
            "start": 869666120,
            "stop": 869666121
        },
        {
            "start": 869666141,
            "stop": 869666160
        },
        {
            "start": 869666304,
            "stop": 869666305
        },
        {
            "start": 869666349,
            "stop": 869666364
        },
        {
            "start": 869666450,
            "stop": 869666538
        },
        {
            "start": 869666559,
            "stop": 869666562
        },
        {
            "start": 869666710,
            "stop": 869666711
        },
        {
            "start": 869666803,
            "stop": 869666805
        },
        {
            "start": 869666839,
            "stop": 869666841
        },
        {
            "start": 869666887,
            "stop": 869666892
        },
        {
            "start": 869667057,
            "stop": 869667058
        },
        {
            "start": 869667124,
            "stop": 869667197
        },
        {
            "start": 869667272,
            "stop": 869667302
        }
    ]
}