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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=392",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 393,
    "results": [
        {
            "start": 825965555,
            "stop": 825965582
        },
        {
            "start": 825965589,
            "stop": 825965595
        },
        {
            "start": 825965603,
            "stop": 825965781
        },
        {
            "start": 825965789,
            "stop": 825965877
        },
        {
            "start": 825966228,
            "stop": 825966434
        },
        {
            "start": 825966441,
            "stop": 825966458
        },
        {
            "start": 825966466,
            "stop": 825966492
        },
        {
            "start": 825966499,
            "stop": 825966587
        },
        {
            "start": 825966618,
            "stop": 825966654
        },
        {
            "start": 825966662,
            "stop": 825966673
        },
        {
            "start": 825967025,
            "stop": 825967380
        },
        {
            "start": 825967387,
            "stop": 825968876
        },
        {
            "start": 825968884,
            "stop": 825969257
        },
        {
            "start": 825969264,
            "stop": 825969506
        },
        {
            "start": 825969513,
            "stop": 825969648
        },
        {
            "start": 825969656,
            "stop": 825970085
        },
        {
            "start": 825970092,
            "stop": 825970370
        },
        {
            "start": 825970450,
            "stop": 825970550
        },
        {
            "start": 825970690,
            "stop": 825970771
        },
        {
            "start": 825970775,
            "stop": 825970836
        }
    ]
}