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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14636",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14634",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14635,
    "results": [
        {
            "start": 971164532,
            "stop": 971164533
        },
        {
            "start": 971164534,
            "stop": 971164538
        },
        {
            "start": 971164539,
            "stop": 971164540
        },
        {
            "start": 971164541,
            "stop": 971164544
        },
        {
            "start": 971164545,
            "stop": 971164546
        },
        {
            "start": 971164550,
            "stop": 971164551
        },
        {
            "start": 971164553,
            "stop": 971164554
        },
        {
            "start": 971164556,
            "stop": 971164557
        },
        {
            "start": 971164558,
            "stop": 971164560
        },
        {
            "start": 971164561,
            "stop": 971164564
        },
        {
            "start": 971164567,
            "stop": 971164572
        },
        {
            "start": 971164577,
            "stop": 971164579
        },
        {
            "start": 971164581,
            "stop": 971164584
        },
        {
            "start": 971164585,
            "stop": 971164594
        },
        {
            "start": 971164598,
            "stop": 971164599
        },
        {
            "start": 971164600,
            "stop": 971164601
        },
        {
            "start": 971164604,
            "stop": 971164605
        },
        {
            "start": 971164606,
            "stop": 971164607
        },
        {
            "start": 971164613,
            "stop": 971164614
        },
        {
            "start": 971164616,
            "stop": 971164622
        }
    ]
}