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=3498
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=3499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3497",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3498,
    "results": [
        {
            "start": 871278377,
            "stop": 871278480
        },
        {
            "start": 871278540,
            "stop": 871278600
        },
        {
            "start": 871278660,
            "stop": 871278723
        },
        {
            "start": 871278740,
            "stop": 871278780
        },
        {
            "start": 871280220,
            "stop": 871280280
        },
        {
            "start": 871280580,
            "stop": 871280799
        },
        {
            "start": 871280816,
            "stop": 871280828
        },
        {
            "start": 871280862,
            "stop": 871280940
        },
        {
            "start": 871281000,
            "stop": 871281045
        },
        {
            "start": 871281062,
            "stop": 871281257
        },
        {
            "start": 871281274,
            "stop": 871281291
        },
        {
            "start": 871281308,
            "stop": 871281346
        },
        {
            "start": 871281363,
            "stop": 871281428
        },
        {
            "start": 871281445,
            "stop": 871281772
        },
        {
            "start": 871281793,
            "stop": 871281802
        },
        {
            "start": 871281819,
            "stop": 871281901
        },
        {
            "start": 871281935,
            "stop": 871281939
        },
        {
            "start": 871281956,
            "stop": 871282161
        },
        {
            "start": 871282178,
            "stop": 871282506
        },
        {
            "start": 871282523,
            "stop": 871282688
        }
    ]
}