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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5683",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5681",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5682,
    "results": [
        {
            "start": 874559281,
            "stop": 874559288
        },
        {
            "start": 874559291,
            "stop": 874559372
        },
        {
            "start": 874559375,
            "stop": 874559399
        },
        {
            "start": 874559402,
            "stop": 874559409
        },
        {
            "start": 874559412,
            "stop": 874559466
        },
        {
            "start": 874559469,
            "stop": 874559480
        },
        {
            "start": 874559487,
            "stop": 874559558
        },
        {
            "start": 874559561,
            "stop": 874559581
        },
        {
            "start": 874559589,
            "stop": 874559600
        },
        {
            "start": 874559603,
            "stop": 874559636
        },
        {
            "start": 874559641,
            "stop": 874559701
        },
        {
            "start": 874559704,
            "stop": 874559711
        },
        {
            "start": 874559714,
            "stop": 874559763
        },
        {
            "start": 874559766,
            "stop": 874559787
        },
        {
            "start": 874559791,
            "stop": 874559843
        },
        {
            "start": 874559847,
            "stop": 874559851
        },
        {
            "start": 874559854,
            "stop": 874559916
        },
        {
            "start": 874559919,
            "stop": 874559975
        },
        {
            "start": 874559978,
            "stop": 874559984
        },
        {
            "start": 874559988,
            "stop": 874560112
        }
    ]
}