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_CBCLOW_CAT3/segments?format=api&page=299
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=298",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 299,
    "results": [
        {
            "start": 935407006,
            "stop": 935407070
        },
        {
            "start": 935407073,
            "stop": 935407712
        },
        {
            "start": 935407715,
            "stop": 935409615
        },
        {
            "start": 935409799,
            "stop": 935409825
        },
        {
            "start": 935409828,
            "stop": 935409830
        },
        {
            "start": 935409833,
            "stop": 935409839
        },
        {
            "start": 935409841,
            "stop": 935409847
        },
        {
            "start": 935409852,
            "stop": 935410322
        },
        {
            "start": 935410325,
            "stop": 935411524
        },
        {
            "start": 935411526,
            "stop": 935412604
        },
        {
            "start": 935412607,
            "stop": 935413215
        },
        {
            "start": 935413455,
            "stop": 935413578
        },
        {
            "start": 935413582,
            "stop": 935413821
        },
        {
            "start": 935416561,
            "stop": 935416815
        },
        {
            "start": 935416995,
            "stop": 935416998
        },
        {
            "start": 935417001,
            "stop": 935417017
        },
        {
            "start": 935417020,
            "stop": 935417024
        },
        {
            "start": 935417026,
            "stop": 935417031
        },
        {
            "start": 935417034,
            "stop": 935417039
        },
        {
            "start": 935417045,
            "stop": 935417061
        }
    ]
}