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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=325",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 326,
    "results": [
        {
            "start": 822487087,
            "stop": 822487100
        },
        {
            "start": 822487113,
            "stop": 822487153
        },
        {
            "start": 822487304,
            "stop": 822487506
        },
        {
            "start": 822487514,
            "stop": 822487573
        },
        {
            "start": 822487724,
            "stop": 822487766
        },
        {
            "start": 822487773,
            "stop": 822487812
        },
        {
            "start": 822487819,
            "stop": 822487851
        },
        {
            "start": 822487865,
            "stop": 822487888
        },
        {
            "start": 822488648,
            "stop": 822488727
        },
        {
            "start": 822488907,
            "stop": 822488958
        },
        {
            "start": 822489188,
            "stop": 822489429
        },
        {
            "start": 822489543,
            "stop": 822489664
        },
        {
            "start": 822489676,
            "stop": 822489712
        },
        {
            "start": 822489719,
            "stop": 822489726
        },
        {
            "start": 822489874,
            "stop": 822489904
        },
        {
            "start": 822489911,
            "stop": 822490063
        },
        {
            "start": 822490070,
            "stop": 822490114
        },
        {
            "start": 822490126,
            "stop": 822490315
        },
        {
            "start": 822490322,
            "stop": 822490419
        },
        {
            "start": 822490426,
            "stop": 822490557
        }
    ]
}