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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=162",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 163,
    "results": [
        {
            "start": 820137070,
            "stop": 820138140
        },
        {
            "start": 820138200,
            "stop": 820138260
        },
        {
            "start": 820138440,
            "stop": 820138500
        },
        {
            "start": 820138560,
            "stop": 820138860
        },
        {
            "start": 820138980,
            "stop": 820139338
        },
        {
            "start": 820139345,
            "stop": 820139413
        },
        {
            "start": 820139822,
            "stop": 820141283
        },
        {
            "start": 820141290,
            "stop": 820141559
        },
        {
            "start": 820141566,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820145233
        },
        {
            "start": 820145240,
            "stop": 820145494
        },
        {
            "start": 820145502,
            "stop": 820145535
        },
        {
            "start": 820145543,
            "stop": 820146435
        },
        {
            "start": 820146442,
            "stop": 820147273
        },
        {
            "start": 820148015,
            "stop": 820148460
        },
        {
            "start": 820148520,
            "stop": 820148533
        },
        {
            "start": 820148760,
            "stop": 820148764
        },
        {
            "start": 820149460,
            "stop": 820150140
        }
    ]
}