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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=866",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=864",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 865,
    "results": [
        {
            "start": 965918489,
            "stop": 965918711
        },
        {
            "start": 965920980,
            "stop": 965922357
        },
        {
            "start": 965922363,
            "stop": 965922704
        },
        {
            "start": 965923553,
            "stop": 965948699
        },
        {
            "start": 965948850,
            "stop": 965969848
        },
        {
            "start": 965971942,
            "stop": 965995626
        },
        {
            "start": 965996688,
            "stop": 965996963
        },
        {
            "start": 965997554,
            "stop": 965999238
        },
        {
            "start": 966002255,
            "stop": 966018184
        },
        {
            "start": 966018839,
            "stop": 966019135
        },
        {
            "start": 966020821,
            "stop": 966021757
        },
        {
            "start": 966022486,
            "stop": 966025380
        },
        {
            "start": 966028351,
            "stop": 966035651
        },
        {
            "start": 966036660,
            "stop": 966045759
        },
        {
            "start": 966048891,
            "stop": 966054789
        },
        {
            "start": 966055214,
            "stop": 966081003
        },
        {
            "start": 966082451,
            "stop": 966086175
        },
        {
            "start": 966102268,
            "stop": 966108405
        },
        {
            "start": 966109797,
            "stop": 966116119
        },
        {
            "start": 966117249,
            "stop": 966120961
        }
    ]
}