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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=175",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 176,
    "results": [
        {
            "start": 819983228,
            "stop": 819983359
        },
        {
            "start": 819983362,
            "stop": 819983519
        },
        {
            "start": 819983522,
            "stop": 819983840
        },
        {
            "start": 819983843,
            "stop": 819983880
        },
        {
            "start": 819983883,
            "stop": 819983917
        },
        {
            "start": 819984860,
            "stop": 819984863
        },
        {
            "start": 819984866,
            "stop": 819984918
        },
        {
            "start": 819984921,
            "stop": 819984937
        },
        {
            "start": 819984940,
            "stop": 819984967
        },
        {
            "start": 819984970,
            "stop": 819985038
        },
        {
            "start": 819985041,
            "stop": 819985074
        },
        {
            "start": 819985077,
            "stop": 819985094
        },
        {
            "start": 819985097,
            "stop": 819985109
        },
        {
            "start": 819985112,
            "stop": 819985244
        },
        {
            "start": 819985247,
            "stop": 819985327
        },
        {
            "start": 819985330,
            "stop": 819985434
        },
        {
            "start": 819985437,
            "stop": 819985599
        },
        {
            "start": 819985602,
            "stop": 819985683
        },
        {
            "start": 819985687,
            "stop": 819985702
        },
        {
            "start": 819985705,
            "stop": 819985706
        }
    ]
}