Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=101",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 102,
    "results": [
        {
            "start": 833148490,
            "stop": 833221511
        },
        {
            "start": 833221519,
            "stop": 833221555
        },
        {
            "start": 833221565,
            "stop": 833227329
        },
        {
            "start": 833229296,
            "stop": 833230704
        },
        {
            "start": 833230713,
            "stop": 833235213
        },
        {
            "start": 833236212,
            "stop": 833269411
        },
        {
            "start": 833272619,
            "stop": 833292376
        },
        {
            "start": 833293673,
            "stop": 833296402
        },
        {
            "start": 833296413,
            "stop": 833304667
        },
        {
            "start": 833305798,
            "stop": 833307769
        },
        {
            "start": 833307887,
            "stop": 833308907
        },
        {
            "start": 833308914,
            "stop": 833311013
        },
        {
            "start": 833311019,
            "stop": 833317937
        },
        {
            "start": 833319814,
            "stop": 833320145
        },
        {
            "start": 833321080,
            "stop": 833323199
        },
        {
            "start": 833323206,
            "stop": 833324028
        },
        {
            "start": 833324034,
            "stop": 833324060
        },
        {
            "start": 833325059,
            "stop": 833369509
        },
        {
            "start": 833369519,
            "stop": 833380392
        },
        {
            "start": 833380398,
            "stop": 833393815
        }
    ]
}