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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7477",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7475",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7476,
    "results": [
        {
            "start": 970080201,
            "stop": 970080441
        },
        {
            "start": 970080447,
            "stop": 970080474
        },
        {
            "start": 970080483,
            "stop": 970080491
        },
        {
            "start": 970080499,
            "stop": 970080504
        },
        {
            "start": 970080510,
            "stop": 970080512
        },
        {
            "start": 970080523,
            "stop": 970080546
        },
        {
            "start": 970080552,
            "stop": 970080560
        },
        {
            "start": 970080566,
            "stop": 970080573
        },
        {
            "start": 970080583,
            "stop": 970080680
        },
        {
            "start": 970080686,
            "stop": 970081021
        },
        {
            "start": 970081042,
            "stop": 970081171
        },
        {
            "start": 970081177,
            "stop": 970081221
        },
        {
            "start": 970081227,
            "stop": 970081285
        },
        {
            "start": 970081288,
            "stop": 970081479
        },
        {
            "start": 970081482,
            "stop": 970082072
        },
        {
            "start": 970082075,
            "stop": 970082080
        },
        {
            "start": 970082083,
            "stop": 970082142
        },
        {
            "start": 970082148,
            "stop": 970082753
        },
        {
            "start": 970082756,
            "stop": 970083397
        },
        {
            "start": 970083400,
            "stop": 970083733
        }
    ]
}