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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8837",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8838,
    "results": [
        {
            "start": 874483712,
            "stop": 874484212
        },
        {
            "start": 874484229,
            "stop": 874484248
        },
        {
            "start": 874484265,
            "stop": 874485565
        },
        {
            "start": 874485582,
            "stop": 874486680
        },
        {
            "start": 874486740,
            "stop": 874488252
        },
        {
            "start": 874488269,
            "stop": 874489073
        },
        {
            "start": 874489090,
            "stop": 874489503
        },
        {
            "start": 874489520,
            "stop": 874490768
        },
        {
            "start": 874490785,
            "stop": 874491775
        },
        {
            "start": 874491792,
            "stop": 874493264
        },
        {
            "start": 874493281,
            "stop": 874493460
        },
        {
            "start": 874493520,
            "stop": 874494700
        },
        {
            "start": 874494717,
            "stop": 874495281
        },
        {
            "start": 874495298,
            "stop": 874495788
        },
        {
            "start": 874495805,
            "stop": 874495995
        },
        {
            "start": 874496012,
            "stop": 874496362
        },
        {
            "start": 874496379,
            "stop": 874496707
        },
        {
            "start": 874496724,
            "stop": 874497306
        },
        {
            "start": 874497323,
            "stop": 874497586
        },
        {
            "start": 874497603,
            "stop": 874497658
        }
    ]
}