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=7370
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=7371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7369",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7370,
    "results": [
        {
            "start": 969455126,
            "stop": 969455204
        },
        {
            "start": 969455210,
            "stop": 969455214
        },
        {
            "start": 969455221,
            "stop": 969455499
        },
        {
            "start": 969455502,
            "stop": 969457144
        },
        {
            "start": 969457147,
            "stop": 969457278
        },
        {
            "start": 969457281,
            "stop": 969457442
        },
        {
            "start": 969457445,
            "stop": 969458204
        },
        {
            "start": 969458207,
            "stop": 969458747
        },
        {
            "start": 969458750,
            "stop": 969458950
        },
        {
            "start": 969458953,
            "stop": 969459037
        },
        {
            "start": 969459040,
            "stop": 969459070
        },
        {
            "start": 969459110,
            "stop": 969459119
        },
        {
            "start": 969459122,
            "stop": 969462132
        },
        {
            "start": 969462135,
            "stop": 969462601
        },
        {
            "start": 969462604,
            "stop": 969463546
        },
        {
            "start": 969463549,
            "stop": 969465099
        },
        {
            "start": 969465102,
            "stop": 969465821
        },
        {
            "start": 969465827,
            "stop": 969465831
        },
        {
            "start": 969465852,
            "stop": 969466068
        },
        {
            "start": 969466089,
            "stop": 969466178
        }
    ]
}