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/H2_CBCLOW_CAT2/segments?format=api&page=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=159",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 160,
    "results": [
        {
            "start": 821580295,
            "stop": 821581490
        },
        {
            "start": 821581498,
            "stop": 821581597
        },
        {
            "start": 821581600,
            "stop": 821582628
        },
        {
            "start": 821582631,
            "stop": 821583890
        },
        {
            "start": 821584740,
            "stop": 821592298
        },
        {
            "start": 821593374,
            "stop": 821596523
        },
        {
            "start": 821596526,
            "stop": 821597450
        },
        {
            "start": 821597457,
            "stop": 821597459
        },
        {
            "start": 821597693,
            "stop": 821598492
        },
        {
            "start": 821598495,
            "stop": 821598502
        },
        {
            "start": 821598505,
            "stop": 821598896
        },
        {
            "start": 821598901,
            "stop": 821599050
        },
        {
            "start": 821599053,
            "stop": 821599144
        },
        {
            "start": 821599147,
            "stop": 821599284
        },
        {
            "start": 821599287,
            "stop": 821599302
        },
        {
            "start": 821599305,
            "stop": 821599411
        },
        {
            "start": 821599414,
            "stop": 821599482
        },
        {
            "start": 821599485,
            "stop": 821599595
        },
        {
            "start": 821599599,
            "stop": 821599850
        },
        {
            "start": 821599853,
            "stop": 821600009
        }
    ]
}