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=9
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=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 9,
    "results": [
        {
            "start": 815772558,
            "stop": 815772638
        },
        {
            "start": 815772645,
            "stop": 815772886
        },
        {
            "start": 815772893,
            "stop": 815773382
        },
        {
            "start": 815773409,
            "stop": 815773813
        },
        {
            "start": 815773847,
            "stop": 815773849
        },
        {
            "start": 815773884,
            "stop": 815774457
        },
        {
            "start": 815774464,
            "stop": 815774930
        },
        {
            "start": 815775010,
            "stop": 815775182
        },
        {
            "start": 815775189,
            "stop": 815775305
        },
        {
            "start": 815775312,
            "stop": 815775736
        },
        {
            "start": 815775769,
            "stop": 815775820
        },
        {
            "start": 815775827,
            "stop": 815775913
        },
        {
            "start": 815775949,
            "stop": 815775951
        },
        {
            "start": 815775983,
            "stop": 815776103
        },
        {
            "start": 815776111,
            "stop": 815776158
        },
        {
            "start": 815776166,
            "stop": 815776475
        },
        {
            "start": 815776482,
            "stop": 815776494
        },
        {
            "start": 815776522,
            "stop": 815776528
        },
        {
            "start": 815776535,
            "stop": 815776550
        },
        {
            "start": 815776690,
            "stop": 815776730
        }
    ]
}