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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=394",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 395,
    "results": [
        {
            "start": 867055433,
            "stop": 867056156
        },
        {
            "start": 867057277,
            "stop": 867075999
        },
        {
            "start": 867076080,
            "stop": 867076099
        },
        {
            "start": 867076123,
            "stop": 867078144
        },
        {
            "start": 867078254,
            "stop": 867079634
        },
        {
            "start": 867079640,
            "stop": 867081381
        },
        {
            "start": 867081681,
            "stop": 867081734
        },
        {
            "start": 867082034,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867084709
        },
        {
            "start": 867085009,
            "stop": 867087180
        },
        {
            "start": 867087278,
            "stop": 867089487
        },
        {
            "start": 867089787,
            "stop": 867091312
        },
        {
            "start": 867108964,
            "stop": 867109607
        },
        {
            "start": 867110116,
            "stop": 867110529
        },
        {
            "start": 867110639,
            "stop": 867110698
        },
        {
            "start": 867110998,
            "stop": 867111260
        },
        {
            "start": 867111370,
            "stop": 867111455
        },
        {
            "start": 867111755,
            "stop": 867120021
        },
        {
            "start": 867120131,
            "stop": 867120488
        },
        {
            "start": 867123116,
            "stop": 867143117
        }
    ]
}