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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=218",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 219,
    "results": [
        {
            "start": 820262872,
            "stop": 820263554
        },
        {
            "start": 820263557,
            "stop": 820263607
        },
        {
            "start": 820263610,
            "stop": 820264236
        },
        {
            "start": 820264239,
            "stop": 820264679
        },
        {
            "start": 820264682,
            "stop": 820264903
        },
        {
            "start": 820264907,
            "stop": 820267463
        },
        {
            "start": 820267466,
            "stop": 820267930
        },
        {
            "start": 820267933,
            "stop": 820267991
        },
        {
            "start": 820267995,
            "stop": 820269548
        },
        {
            "start": 820269552,
            "stop": 820269718
        },
        {
            "start": 820269735,
            "stop": 820270345
        },
        {
            "start": 820270348,
            "stop": 820272159
        },
        {
            "start": 820272162,
            "stop": 820272324
        },
        {
            "start": 820272327,
            "stop": 820272787
        },
        {
            "start": 820272791,
            "stop": 820273453
        },
        {
            "start": 820273458,
            "stop": 820273600
        },
        {
            "start": 820273603,
            "stop": 820274962
        },
        {
            "start": 820274966,
            "stop": 820275538
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279555,
            "stop": 820279637
        }
    ]
}