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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=50",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 51,
    "results": [
        {
            "start": 816443310,
            "stop": 816443338
        },
        {
            "start": 816443342,
            "stop": 816443387
        },
        {
            "start": 816443390,
            "stop": 816443395
        },
        {
            "start": 816443400,
            "stop": 816443441
        },
        {
            "start": 816443447,
            "stop": 816443512
        },
        {
            "start": 816443516,
            "stop": 816443574
        },
        {
            "start": 816443578,
            "stop": 816443607
        },
        {
            "start": 816443614,
            "stop": 816443653
        },
        {
            "start": 816443659,
            "stop": 816443660
        },
        {
            "start": 816443668,
            "stop": 816443669
        },
        {
            "start": 816443676,
            "stop": 816443680
        },
        {
            "start": 816443685,
            "stop": 816443792
        },
        {
            "start": 816443797,
            "stop": 816443817
        },
        {
            "start": 816443820,
            "stop": 816443824
        },
        {
            "start": 816443830,
            "stop": 816443833
        },
        {
            "start": 816443839,
            "stop": 816443924
        },
        {
            "start": 816443928,
            "stop": 816443938
        },
        {
            "start": 816443943,
            "stop": 816443945
        },
        {
            "start": 816443952,
            "stop": 816443954
        },
        {
            "start": 816443960,
            "stop": 816444007
        }
    ]
}