Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8642
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=8643",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8641",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8642,
    "results": [
        {
            "start": 871510878,
            "stop": 871510883
        },
        {
            "start": 871510900,
            "stop": 871510928
        },
        {
            "start": 871510954,
            "stop": 871511012
        },
        {
            "start": 871511029,
            "stop": 871511084
        },
        {
            "start": 871511101,
            "stop": 871511196
        },
        {
            "start": 871511213,
            "stop": 871511243
        },
        {
            "start": 871511260,
            "stop": 871511294
        },
        {
            "start": 871511311,
            "stop": 871511411
        },
        {
            "start": 871511428,
            "stop": 871511752
        },
        {
            "start": 871511769,
            "stop": 871511803
        },
        {
            "start": 871511820,
            "stop": 871511896
        },
        {
            "start": 871511913,
            "stop": 871511967
        },
        {
            "start": 871511984,
            "stop": 871512136
        },
        {
            "start": 871512153,
            "stop": 871512159
        },
        {
            "start": 871512176,
            "stop": 871512765
        },
        {
            "start": 871512893,
            "stop": 871513184
        },
        {
            "start": 871513245,
            "stop": 871513336
        },
        {
            "start": 871513353,
            "stop": 871513598
        },
        {
            "start": 871513615,
            "stop": 871513654
        },
        {
            "start": 871513902,
            "stop": 871513936
        }
    ]
}