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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=130",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 131,
    "results": [
        {
            "start": 820133046,
            "stop": 820133064
        },
        {
            "start": 820133071,
            "stop": 820135570
        },
        {
            "start": 820135577,
            "stop": 820135955
        },
        {
            "start": 820135963,
            "stop": 820137063
        },
        {
            "start": 820137070,
            "stop": 820138405
        },
        {
            "start": 820138410,
            "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": 820148765
        }
    ]
}