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=7537
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=7538",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7536",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7537,
    "results": [
        {
            "start": 970413532,
            "stop": 970413551
        },
        {
            "start": 970413554,
            "stop": 970413555
        },
        {
            "start": 970413732,
            "stop": 970413733
        },
        {
            "start": 970413736,
            "stop": 970413740
        },
        {
            "start": 970413748,
            "stop": 970413754
        },
        {
            "start": 970413761,
            "stop": 970413777
        },
        {
            "start": 970413780,
            "stop": 970413801
        },
        {
            "start": 970413807,
            "stop": 970413816
        },
        {
            "start": 970413819,
            "stop": 970413822
        },
        {
            "start": 970413827,
            "stop": 970413845
        },
        {
            "start": 970413850,
            "stop": 970413884
        },
        {
            "start": 970414096,
            "stop": 970414153
        },
        {
            "start": 970416316,
            "stop": 970416407
        },
        {
            "start": 970416410,
            "stop": 970416441
        },
        {
            "start": 970416444,
            "stop": 970416450
        },
        {
            "start": 970416453,
            "stop": 970416461
        },
        {
            "start": 970416501,
            "stop": 970416554
        },
        {
            "start": 970416557,
            "stop": 970416593
        },
        {
            "start": 970416596,
            "stop": 970416597
        },
        {
            "start": 970416600,
            "stop": 970416606
        }
    ]
}