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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=306",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 307,
    "results": [
        {
            "start": 859221092,
            "stop": 859225411
        },
        {
            "start": 859225430,
            "stop": 859226382
        },
        {
            "start": 859226413,
            "stop": 859226422
        },
        {
            "start": 859226443,
            "stop": 859228925
        },
        {
            "start": 859228944,
            "stop": 859228965
        },
        {
            "start": 859229005,
            "stop": 859229194
        },
        {
            "start": 859229228,
            "stop": 859230414
        },
        {
            "start": 859230433,
            "stop": 859231890
        },
        {
            "start": 859232391,
            "stop": 859236940
        },
        {
            "start": 859236959,
            "stop": 859242503
        },
        {
            "start": 859243717,
            "stop": 859281082
        },
        {
            "start": 859283147,
            "stop": 859284008
        },
        {
            "start": 859284308,
            "stop": 859291993
        },
        {
            "start": 859291999,
            "stop": 859301807
        },
        {
            "start": 859301828,
            "stop": 859302784
        },
        {
            "start": 859302806,
            "stop": 859303912
        },
        {
            "start": 859303991,
            "stop": 859307376
        },
        {
            "start": 859307395,
            "stop": 859311966
        },
        {
            "start": 859311985,
            "stop": 859312447
        },
        {
            "start": 859313116,
            "stop": 859313413
        }
    ]
}