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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=140",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 141,
    "results": [
        {
            "start": 865491711,
            "stop": 865542460
        },
        {
            "start": 865544081,
            "stop": 865557033
        },
        {
            "start": 865557960,
            "stop": 865612843
        },
        {
            "start": 865613009,
            "stop": 865613973
        },
        {
            "start": 865622921,
            "stop": 865625898
        },
        {
            "start": 865626700,
            "stop": 865668367
        },
        {
            "start": 865671422,
            "stop": 865684194
        },
        {
            "start": 865685185,
            "stop": 865695514
        },
        {
            "start": 865720229,
            "stop": 865720707
        },
        {
            "start": 865722919,
            "stop": 865736608
        },
        {
            "start": 865738350,
            "stop": 865738892
        },
        {
            "start": 865739470,
            "stop": 865743320
        },
        {
            "start": 865748132,
            "stop": 865795305
        },
        {
            "start": 865797088,
            "stop": 865798643
        },
        {
            "start": 865803552,
            "stop": 865808660
        },
        {
            "start": 865809601,
            "stop": 865824186
        },
        {
            "start": 865826838,
            "stop": 865828734
        },
        {
            "start": 865829346,
            "stop": 865829357
        },
        {
            "start": 865830464,
            "stop": 865853735
        },
        {
            "start": 865855206,
            "stop": 865864235
        }
    ]
}