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=7913
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=7914",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7912",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7913,
    "results": [
        {
            "start": 969988956,
            "stop": 969989277
        },
        {
            "start": 969989280,
            "stop": 969989288
        },
        {
            "start": 969989291,
            "stop": 969989335
        },
        {
            "start": 969989339,
            "stop": 969989344
        },
        {
            "start": 969989347,
            "stop": 969989351
        },
        {
            "start": 969989354,
            "stop": 969989386
        },
        {
            "start": 969989390,
            "stop": 969989392
        },
        {
            "start": 969989395,
            "stop": 969989396
        },
        {
            "start": 969989399,
            "stop": 969989410
        },
        {
            "start": 969989413,
            "stop": 969989433
        },
        {
            "start": 969989439,
            "stop": 969989451
        },
        {
            "start": 969989454,
            "stop": 969989455
        },
        {
            "start": 969989458,
            "stop": 969989481
        },
        {
            "start": 969989486,
            "stop": 969989488
        },
        {
            "start": 969989491,
            "stop": 969989495
        },
        {
            "start": 969989500,
            "stop": 969989506
        },
        {
            "start": 969989511,
            "stop": 969989513
        },
        {
            "start": 969989516,
            "stop": 969989536
        },
        {
            "start": 969989539,
            "stop": 969989607
        },
        {
            "start": 969989610,
            "stop": 969989711
        }
    ]
}