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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=454",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 455,
    "results": [
        {
            "start": 825913972,
            "stop": 825914012
        },
        {
            "start": 825914015,
            "stop": 825914057
        },
        {
            "start": 825914060,
            "stop": 825914078
        },
        {
            "start": 825914082,
            "stop": 825914120
        },
        {
            "start": 825914124,
            "stop": 825914131
        },
        {
            "start": 825914134,
            "stop": 825914177
        },
        {
            "start": 825914180,
            "stop": 825914222
        },
        {
            "start": 825914226,
            "stop": 825914237
        },
        {
            "start": 825914240,
            "stop": 825914249
        },
        {
            "start": 825914253,
            "stop": 825914260
        },
        {
            "start": 825914263,
            "stop": 825914333
        },
        {
            "start": 825914347,
            "stop": 825914352
        },
        {
            "start": 825914376,
            "stop": 825914385
        },
        {
            "start": 825914388,
            "stop": 825914391
        },
        {
            "start": 825914394,
            "stop": 825914396
        },
        {
            "start": 825914405,
            "stop": 825914414
        },
        {
            "start": 825914418,
            "stop": 825914454
        },
        {
            "start": 825914462,
            "stop": 825914472
        },
        {
            "start": 825914476,
            "stop": 825914517
        },
        {
            "start": 825914529,
            "stop": 825914532
        }
    ]
}