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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3767",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3768,
    "results": [
        {
            "start": 873082017,
            "stop": 873084334
        },
        {
            "start": 873084496,
            "stop": 873086585
        },
        {
            "start": 873088506,
            "stop": 873088507
        },
        {
            "start": 873088526,
            "stop": 873088527
        },
        {
            "start": 873088529,
            "stop": 873088530
        },
        {
            "start": 873088531,
            "stop": 873088533
        },
        {
            "start": 873088551,
            "stop": 873088553
        },
        {
            "start": 873088568,
            "stop": 873088569
        },
        {
            "start": 873088572,
            "stop": 873088573
        },
        {
            "start": 873088579,
            "stop": 873088581
        },
        {
            "start": 873088582,
            "stop": 873088583
        },
        {
            "start": 873088586,
            "stop": 873088587
        },
        {
            "start": 873088588,
            "stop": 873088590
        },
        {
            "start": 873088595,
            "stop": 873088597
        },
        {
            "start": 873088599,
            "stop": 873088600
        },
        {
            "start": 873088601,
            "stop": 873088604
        },
        {
            "start": 873088606,
            "stop": 873088607
        },
        {
            "start": 873088609,
            "stop": 873088610
        },
        {
            "start": 873088611,
            "stop": 873088612
        },
        {
            "start": 873088614,
            "stop": 873088617
        }
    ]
}