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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=90",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 91,
    "results": [
        {
            "start": 818557833,
            "stop": 818557914
        },
        {
            "start": 818558415,
            "stop": 818558622
        },
        {
            "start": 818559669,
            "stop": 818561476
        },
        {
            "start": 818561585,
            "stop": 818561623
        },
        {
            "start": 818561682,
            "stop": 818561762
        },
        {
            "start": 818561846,
            "stop": 818564839
        },
        {
            "start": 818564984,
            "stop": 818569765
        },
        {
            "start": 818571469,
            "stop": 818571839
        },
        {
            "start": 818571991,
            "stop": 818572065
        },
        {
            "start": 818572161,
            "stop": 818572237
        },
        {
            "start": 818572427,
            "stop": 818572690
        },
        {
            "start": 818572814,
            "stop": 818572933
        },
        {
            "start": 818573031,
            "stop": 818573138
        },
        {
            "start": 818573196,
            "stop": 818573208
        },
        {
            "start": 818573251,
            "stop": 818573302
        },
        {
            "start": 818573468,
            "stop": 818573672
        },
        {
            "start": 818573774,
            "stop": 818573878
        },
        {
            "start": 818574012,
            "stop": 818574243
        },
        {
            "start": 818574427,
            "stop": 818574659
        },
        {
            "start": 818574800,
            "stop": 818574839
        }
    ]
}