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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9057",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9058,
    "results": [
        {
            "start": 874399816,
            "stop": 874400222
        },
        {
            "start": 874400239,
            "stop": 874400468
        },
        {
            "start": 874400488,
            "stop": 874400700
        },
        {
            "start": 874400760,
            "stop": 874400790
        },
        {
            "start": 874402650,
            "stop": 874402732
        },
        {
            "start": 874402751,
            "stop": 874403228
        },
        {
            "start": 874403248,
            "stop": 874403440
        },
        {
            "start": 874403459,
            "stop": 874403496
        },
        {
            "start": 874403515,
            "stop": 874403647
        },
        {
            "start": 874403667,
            "stop": 874403940
        },
        {
            "start": 874403960,
            "stop": 874404020
        },
        {
            "start": 874404040,
            "stop": 874404322
        },
        {
            "start": 874404351,
            "stop": 874404388
        },
        {
            "start": 874404405,
            "stop": 874404847
        },
        {
            "start": 874404866,
            "stop": 874404967
        },
        {
            "start": 874404984,
            "stop": 874405662
        },
        {
            "start": 874405682,
            "stop": 874406150
        },
        {
            "start": 874406352,
            "stop": 874406429
        },
        {
            "start": 874406446,
            "stop": 874406724
        },
        {
            "start": 874406746,
            "stop": 874406791
        }
    ]
}