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=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=411",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 412,
    "results": [
        {
            "start": 825048888,
            "stop": 825049484
        },
        {
            "start": 825049488,
            "stop": 825050129
        },
        {
            "start": 825050567,
            "stop": 825050821
        },
        {
            "start": 825051378,
            "stop": 825052095
        },
        {
            "start": 825052099,
            "stop": 825052328
        },
        {
            "start": 825052345,
            "stop": 825053377
        },
        {
            "start": 825053394,
            "stop": 825054096
        },
        {
            "start": 825054099,
            "stop": 825060024
        },
        {
            "start": 825060041,
            "stop": 825062972
        },
        {
            "start": 825062976,
            "stop": 825062979
        },
        {
            "start": 825062982,
            "stop": 825063419
        },
        {
            "start": 825063422,
            "stop": 825063794
        },
        {
            "start": 825063811,
            "stop": 825067247
        },
        {
            "start": 825067250,
            "stop": 825067947
        },
        {
            "start": 825067964,
            "stop": 825074922
        },
        {
            "start": 825074939,
            "stop": 825076081
        },
        {
            "start": 825076098,
            "stop": 825076533
        },
        {
            "start": 825076536,
            "stop": 825078316
        },
        {
            "start": 825078333,
            "stop": 825078430
        },
        {
            "start": 825078433,
            "stop": 825079500
        }
    ]
}