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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3712",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3713,
    "results": [
        {
            "start": 873303813,
            "stop": 873303814
        },
        {
            "start": 873303831,
            "stop": 873304566
        },
        {
            "start": 873304583,
            "stop": 873304652
        },
        {
            "start": 873304670,
            "stop": 873304676
        },
        {
            "start": 873304706,
            "stop": 873304800
        },
        {
            "start": 873304817,
            "stop": 873304851
        },
        {
            "start": 873304875,
            "stop": 873304879
        },
        {
            "start": 873304906,
            "stop": 873304964
        },
        {
            "start": 873304982,
            "stop": 873304987
        },
        {
            "start": 873305004,
            "stop": 873305010
        },
        {
            "start": 873305097,
            "stop": 873305153
        },
        {
            "start": 873305221,
            "stop": 873305222
        },
        {
            "start": 873305269,
            "stop": 873305280
        },
        {
            "start": 873305297,
            "stop": 873305322
        },
        {
            "start": 873305339,
            "stop": 873305369
        },
        {
            "start": 873305397,
            "stop": 873305423
        },
        {
            "start": 873305482,
            "stop": 873305486
        },
        {
            "start": 873305536,
            "stop": 873305583
        },
        {
            "start": 873305600,
            "stop": 873305606
        },
        {
            "start": 873305629,
            "stop": 873305657
        }
    ]
}