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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=55",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 56,
    "results": [
        {
            "start": 816460395,
            "stop": 816460495
        },
        {
            "start": 816460501,
            "stop": 816460548
        },
        {
            "start": 816460551,
            "stop": 816460635
        },
        {
            "start": 816460640,
            "stop": 816460650
        },
        {
            "start": 816460659,
            "stop": 816460663
        },
        {
            "start": 816460667,
            "stop": 816460688
        },
        {
            "start": 816460695,
            "stop": 816460697
        },
        {
            "start": 816460712,
            "stop": 816460713
        },
        {
            "start": 816460730,
            "stop": 816460744
        },
        {
            "start": 816460749,
            "stop": 816460750
        },
        {
            "start": 816460763,
            "stop": 816460765
        },
        {
            "start": 816460771,
            "stop": 816460774
        },
        {
            "start": 816460780,
            "stop": 816460782
        },
        {
            "start": 816460787,
            "stop": 816460820
        },
        {
            "start": 816460825,
            "stop": 816460827
        },
        {
            "start": 816460834,
            "stop": 816460839
        },
        {
            "start": 816460842,
            "stop": 816460883
        },
        {
            "start": 816460911,
            "stop": 816460912
        },
        {
            "start": 816460922,
            "stop": 816460935
        },
        {
            "start": 816460940,
            "stop": 816460946
        }
    ]
}