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=8859
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=8860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8858",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8859,
    "results": [
        {
            "start": 874718765,
            "stop": 874719347
        },
        {
            "start": 874719467,
            "stop": 874719720
        },
        {
            "start": 874719780,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720367
        },
        {
            "start": 874720384,
            "stop": 874720670
        },
        {
            "start": 874720750,
            "stop": 874720844
        },
        {
            "start": 874720964,
            "stop": 874721340
        },
        {
            "start": 874721460,
            "stop": 874721685
        },
        {
            "start": 874721721,
            "stop": 874722168
        },
        {
            "start": 874722288,
            "stop": 874723696
        },
        {
            "start": 874723713,
            "stop": 874724400
        },
        {
            "start": 874724460,
            "stop": 874724640
        },
        {
            "start": 874724700,
            "stop": 874725642
        },
        {
            "start": 874725762,
            "stop": 874725990
        },
        {
            "start": 874726007,
            "stop": 874726895
        },
        {
            "start": 874727015,
            "stop": 874727229
        },
        {
            "start": 874727246,
            "stop": 874728000
        },
        {
            "start": 874728060,
            "stop": 874728360
        },
        {
            "start": 874728519,
            "stop": 874728660
        },
        {
            "start": 874728720,
            "stop": 874729200
        }
    ]
}