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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=383",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 384,
    "results": [
        {
            "start": 961364375,
            "stop": 961364928
        },
        {
            "start": 961367297,
            "stop": 961368125
        },
        {
            "start": 961371043,
            "stop": 961394963
        },
        {
            "start": 961396988,
            "stop": 961404271
        },
        {
            "start": 961406170,
            "stop": 961418370
        },
        {
            "start": 961421140,
            "stop": 961431052
        },
        {
            "start": 961438805,
            "stop": 961442686
        },
        {
            "start": 961444561,
            "stop": 961450940
        },
        {
            "start": 961454469,
            "stop": 961454581
        },
        {
            "start": 961456142,
            "stop": 961480551
        },
        {
            "start": 961482706,
            "stop": 961497804
        },
        {
            "start": 961501108,
            "stop": 961510202
        },
        {
            "start": 961515804,
            "stop": 961516423
        },
        {
            "start": 961521270,
            "stop": 961522765
        },
        {
            "start": 961524606,
            "stop": 961525641
        },
        {
            "start": 961527557,
            "stop": 961527651
        },
        {
            "start": 961528948,
            "stop": 961533208
        },
        {
            "start": 961533215,
            "stop": 961535808
        },
        {
            "start": 961537381,
            "stop": 961556235
        },
        {
            "start": 961559720,
            "stop": 961566208
        }
    ]
}