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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8797",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8798,
    "results": [
        {
            "start": 873791940,
            "stop": 873792000
        },
        {
            "start": 873793020,
            "stop": 873793140
        },
        {
            "start": 873793320,
            "stop": 873793740
        },
        {
            "start": 873793800,
            "stop": 873794100
        },
        {
            "start": 873794160,
            "stop": 873796777
        },
        {
            "start": 873796794,
            "stop": 873799450
        },
        {
            "start": 873799487,
            "stop": 873801120
        },
        {
            "start": 873801180,
            "stop": 873801240
        },
        {
            "start": 873801300,
            "stop": 873804329
        },
        {
            "start": 873804346,
            "stop": 873804485
        },
        {
            "start": 873804502,
            "stop": 873806613
        },
        {
            "start": 873806921,
            "stop": 873807300
        },
        {
            "start": 873807360,
            "stop": 873808377
        },
        {
            "start": 873808394,
            "stop": 873808724
        },
        {
            "start": 873808905,
            "stop": 873813508
        },
        {
            "start": 873813670,
            "stop": 873814249
        },
        {
            "start": 873815073,
            "stop": 873816220
        },
        {
            "start": 873816340,
            "stop": 873817131
        },
        {
            "start": 873817148,
            "stop": 873817588
        },
        {
            "start": 873817708,
            "stop": 873817886
        }
    ]
}