Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=580
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=579",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 580,
    "results": [
        {
            "start": 839046376,
            "stop": 839047101
        },
        {
            "start": 839047107,
            "stop": 839050426
        },
        {
            "start": 839050431,
            "stop": 839073634
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839101541
        },
        {
            "start": 839101549,
            "stop": 839102754
        },
        {
            "start": 839102765,
            "stop": 839102909
        },
        {
            "start": 839102916,
            "stop": 839102924
        },
        {
            "start": 839102931,
            "stop": 839103012
        },
        {
            "start": 839103017,
            "stop": 839103026
        },
        {
            "start": 839103033,
            "stop": 839103148
        },
        {
            "start": 839103966,
            "stop": 839106960
        },
        {
            "start": 839106966,
            "stop": 839108780
        },
        {
            "start": 839108788,
            "stop": 839127724
        },
        {
            "start": 839127739,
            "stop": 839127743
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839169242
        },
        {
            "start": 839169247,
            "stop": 839184801
        },
        {
            "start": 839185083,
            "stop": 839185878
        },
        {
            "start": 839187406,
            "stop": 839189065
        }
    ]
}