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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5172",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5173,
    "results": [
        {
            "start": 875034065,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875039705
        },
        {
            "start": 875039724,
            "stop": 875040001
        },
        {
            "start": 875040020,
            "stop": 875041600
        },
        {
            "start": 875042699,
            "stop": 875043543
        },
        {
            "start": 875043560,
            "stop": 875045789
        },
        {
            "start": 875045808,
            "stop": 875045993
        },
        {
            "start": 875046010,
            "stop": 875047496
        },
        {
            "start": 875047515,
            "stop": 875048084
        },
        {
            "start": 875048103,
            "stop": 875048418
        },
        {
            "start": 875048437,
            "stop": 875048490
        },
        {
            "start": 875048509,
            "stop": 875048604
        },
        {
            "start": 875048623,
            "stop": 875049176
        },
        {
            "start": 875049195,
            "stop": 875049444
        },
        {
            "start": 875049463,
            "stop": 875050689
        },
        {
            "start": 875050708,
            "stop": 875052057
        },
        {
            "start": 875052076,
            "stop": 875052660
        },
        {
            "start": 875052720,
            "stop": 875052801
        },
        {
            "start": 875052820,
            "stop": 875052881
        },
        {
            "start": 875052900,
            "stop": 875052960
        }
    ]
}