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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2480",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2481,
    "results": [
        {
            "start": 875032913,
            "stop": 875033270
        },
        {
            "start": 875033410,
            "stop": 875033695
        },
        {
            "start": 875033712,
            "stop": 875034386
        },
        {
            "start": 875034403,
            "stop": 875035070
        },
        {
            "start": 875035150,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037730
        },
        {
            "start": 875037747,
            "stop": 875038490
        },
        {
            "start": 875038570,
            "stop": 875039210
        },
        {
            "start": 875039290,
            "stop": 875039450
        },
        {
            "start": 875039530,
            "stop": 875040393
        },
        {
            "start": 875040410,
            "stop": 875041550
        },
        {
            "start": 875042981,
            "stop": 875043456
        },
        {
            "start": 875043473,
            "stop": 875043770
        },
        {
            "start": 875043850,
            "stop": 875043926
        },
        {
            "start": 875043962,
            "stop": 875044190
        },
        {
            "start": 875044270,
            "stop": 875047430
        },
        {
            "start": 875047510,
            "stop": 875048054
        },
        {
            "start": 875048071,
            "stop": 875049110
        },
        {
            "start": 875049190,
            "stop": 875053190
        },
        {
            "start": 875053270,
            "stop": 875053560
        }
    ]
}