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=7459
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=7460",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7458",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7459,
    "results": [
        {
            "start": 970078522,
            "stop": 970078565
        },
        {
            "start": 970078575,
            "stop": 970078582
        },
        {
            "start": 970078585,
            "stop": 970078592
        },
        {
            "start": 970078604,
            "stop": 970078659
        },
        {
            "start": 970078665,
            "stop": 970078689
        },
        {
            "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
        }
    ]
}