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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=174",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 175,
    "results": [
        {
            "start": 820287003,
            "stop": 820287028
        },
        {
            "start": 820287032,
            "stop": 820287216
        },
        {
            "start": 820287219,
            "stop": 820293632
        },
        {
            "start": 820293635,
            "stop": 820298939
        },
        {
            "start": 820298943,
            "stop": 820300241
        },
        {
            "start": 820300258,
            "stop": 820301963
        },
        {
            "start": 820301982,
            "stop": 820304473
        },
        {
            "start": 820304918,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820316353
        },
        {
            "start": 820316628,
            "stop": 820321075
        },
        {
            "start": 820321810,
            "stop": 820322233
        },
        {
            "start": 820322418,
            "stop": 820323749
        },
        {
            "start": 820323752,
            "stop": 820326752
        },
        {
            "start": 820326769,
            "stop": 820326770
        },
        {
            "start": 820326787,
            "stop": 820326827
        },
        {
            "start": 820326844,
            "stop": 820327119
        },
        {
            "start": 820327808,
            "stop": 820332602
        },
        {
            "start": 820332606,
            "stop": 820332813
        },
        {
            "start": 820332817,
            "stop": 820334245
        },
        {
            "start": 820334248,
            "stop": 820338086
        }
    ]
}