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=7475
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=7476",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7474",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7475,
    "results": [
        {
            "start": 970078692,
            "stop": 970078709
        },
        {
            "start": 970078712,
            "stop": 970078950
        },
        {
            "start": 970078956,
            "stop": 970079225
        },
        {
            "start": 970079231,
            "stop": 970079282
        },
        {
            "start": 970079290,
            "stop": 970079315
        },
        {
            "start": 970079321,
            "stop": 970079327
        },
        {
            "start": 970079333,
            "stop": 970079383
        },
        {
            "start": 970079389,
            "stop": 970079595
        },
        {
            "start": 970079601,
            "stop": 970079715
        },
        {
            "start": 970079750,
            "stop": 970079767
        },
        {
            "start": 970079773,
            "stop": 970079798
        },
        {
            "start": 970079804,
            "stop": 970079819
        },
        {
            "start": 970079834,
            "stop": 970079835
        },
        {
            "start": 970079878,
            "stop": 970079881
        },
        {
            "start": 970079891,
            "stop": 970079897
        },
        {
            "start": 970079916,
            "stop": 970080139
        },
        {
            "start": 970080145,
            "stop": 970080150
        },
        {
            "start": 970080166,
            "stop": 970080169
        },
        {
            "start": 970080175,
            "stop": 970080176
        },
        {
            "start": 970080190,
            "stop": 970080195
        }
    ]
}