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=696
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=697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=695",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 696,
    "results": [
        {
            "start": 864928080,
            "stop": 864950583
        },
        {
            "start": 864950601,
            "stop": 864963091
        },
        {
            "start": 864969390,
            "stop": 864969400
        },
        {
            "start": 864969908,
            "stop": 864973352
        },
        {
            "start": 864973359,
            "stop": 865015101
        },
        {
            "start": 865015123,
            "stop": 865015213
        },
        {
            "start": 865015856,
            "stop": 865019529
        },
        {
            "start": 865021114,
            "stop": 865029056
        },
        {
            "start": 865030494,
            "stop": 865030602
        },
        {
            "start": 865032163,
            "stop": 865034655
        },
        {
            "start": 865035842,
            "stop": 865035945
        },
        {
            "start": 865036589,
            "stop": 865044562
        },
        {
            "start": 865044567,
            "stop": 865044716
        },
        {
            "start": 865044722,
            "stop": 865045190
        },
        {
            "start": 865045196,
            "stop": 865045793
        },
        {
            "start": 865045798,
            "stop": 865046302
        },
        {
            "start": 865046308,
            "stop": 865047987
        },
        {
            "start": 865047993,
            "stop": 865048087
        },
        {
            "start": 865048093,
            "stop": 865055474
        },
        {
            "start": 865055480,
            "stop": 865055910
        }
    ]
}