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=7532
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=7533",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7531",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7532,
    "results": [
        {
            "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
        },
        {
            "start": 970399848,
            "stop": 970399857
        },
        {
            "start": 970399863,
            "stop": 970399873
        },
        {
            "start": 970399879,
            "stop": 970399881
        },
        {
            "start": 970399887,
            "stop": 970399952
        },
        {
            "start": 970399955,
            "stop": 970400013
        }
    ]
}