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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7515",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7516,
    "results": [
        {
            "start": 970396895,
            "stop": 970396916
        },
        {
            "start": 970396919,
            "stop": 970396935
        },
        {
            "start": 970396938,
            "stop": 970396978
        },
        {
            "start": 970396981,
            "stop": 970396995
        },
        {
            "start": 970397001,
            "stop": 970397035
        },
        {
            "start": 970397038,
            "stop": 970397104
        },
        {
            "start": 970397107,
            "stop": 970397179
        },
        {
            "start": 970398564,
            "stop": 970398588
        },
        {
            "start": 970398591,
            "stop": 970398681
        },
        {
            "start": 970398685,
            "stop": 970398691
        },
        {
            "start": 970398694,
            "stop": 970398733
        },
        {
            "start": 970398737,
            "stop": 970398784
        },
        {
            "start": 970398787,
            "stop": 970398859
        },
        {
            "start": 970398865,
            "stop": 970399014
        },
        {
            "start": 970399017,
            "stop": 970399386
        },
        {
            "start": 970399389,
            "stop": 970399420
        },
        {
            "start": 970399423,
            "stop": 970399632
        },
        {
            "start": 970399635,
            "stop": 970399686
        },
        {
            "start": 970399689,
            "stop": 970399713
        },
        {
            "start": 970399716,
            "stop": 970399845
        }
    ]
}