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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=223",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 224,
    "results": [
        {
            "start": 820843939,
            "stop": 820844607
        },
        {
            "start": 820844610,
            "stop": 820845158
        },
        {
            "start": 820845161,
            "stop": 820845309
        },
        {
            "start": 820845312,
            "stop": 820847305
        },
        {
            "start": 820848189,
            "stop": 820848411
        },
        {
            "start": 820848414,
            "stop": 820849550
        },
        {
            "start": 820849553,
            "stop": 820849619
        },
        {
            "start": 820849622,
            "stop": 820850606
        },
        {
            "start": 820850609,
            "stop": 820850650
        },
        {
            "start": 820850653,
            "stop": 820852273
        },
        {
            "start": 820852657,
            "stop": 820852714
        },
        {
            "start": 820852717,
            "stop": 820854392
        },
        {
            "start": 820854395,
            "stop": 820854405
        },
        {
            "start": 820856245,
            "stop": 820856833
        },
        {
            "start": 820857155,
            "stop": 820857443
        },
        {
            "start": 820857446,
            "stop": 820858027
        },
        {
            "start": 820858030,
            "stop": 820858076
        },
        {
            "start": 820859713,
            "stop": 820860062
        },
        {
            "start": 820860065,
            "stop": 820860309
        },
        {
            "start": 820860312,
            "stop": 820860463
        }
    ]
}