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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2050",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2051,
    "results": [
        {
            "start": 860602975,
            "stop": 860609422
        },
        {
            "start": 860609428,
            "stop": 860615604
        },
        {
            "start": 860616843,
            "stop": 860624010
        },
        {
            "start": 860624441,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675504
        },
        {
            "start": 860677088,
            "stop": 860710770
        },
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722395
        },
        {
            "start": 860723606,
            "stop": 860728993
        },
        {
            "start": 860729828,
            "stop": 860735194
        },
        {
            "start": 860736025,
            "stop": 860759718
        },
        {
            "start": 860761092,
            "stop": 860772088
        },
        {
            "start": 860772092,
            "stop": 860774257
        },
        {
            "start": 860774374,
            "stop": 860783330
        },
        {
            "start": 860783335,
            "stop": 860783785
        },
        {
            "start": 860783790,
            "stop": 860783812
        },
        {
            "start": 860783828,
            "stop": 860783832
        },
        {
            "start": 860783838,
            "stop": 860783840
        },
        {
            "start": 860783848,
            "stop": 860783865
        },
        {
            "start": 860783875,
            "stop": 860785500
        }
    ]
}