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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=68",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 69,
    "results": [
        {
            "start": 816276056,
            "stop": 816276190
        },
        {
            "start": 816276197,
            "stop": 816276238
        },
        {
            "start": 816276245,
            "stop": 816276353
        },
        {
            "start": 816276360,
            "stop": 816276361
        },
        {
            "start": 816276368,
            "stop": 816276650
        },
        {
            "start": 816276657,
            "stop": 816276708
        },
        {
            "start": 816276715,
            "stop": 816276761
        },
        {
            "start": 816276769,
            "stop": 816276869
        },
        {
            "start": 816276876,
            "stop": 816276965
        },
        {
            "start": 816276972,
            "stop": 816276993
        },
        {
            "start": 816277005,
            "stop": 816277095
        },
        {
            "start": 816277277,
            "stop": 816277278
        },
        {
            "start": 816277285,
            "stop": 816277408
        },
        {
            "start": 816277415,
            "stop": 816277546
        },
        {
            "start": 816277553,
            "stop": 816277599
        },
        {
            "start": 816277606,
            "stop": 816278123
        },
        {
            "start": 816278130,
            "stop": 816278184
        },
        {
            "start": 816278191,
            "stop": 816278804
        },
        {
            "start": 816278811,
            "stop": 816278829
        },
        {
            "start": 816278836,
            "stop": 816278838
        }
    ]
}