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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10269",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10270,
    "results": [
        {
            "start": 874799947,
            "stop": 874800141
        },
        {
            "start": 874800148,
            "stop": 874800180
        },
        {
            "start": 874800240,
            "stop": 874800420
        },
        {
            "start": 874800480,
            "stop": 874801320
        },
        {
            "start": 874801380,
            "stop": 874801680
        },
        {
            "start": 874801740,
            "stop": 874802100
        },
        {
            "start": 874802160,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802947
        },
        {
            "start": 874802985,
            "stop": 874803053
        },
        {
            "start": 874803120,
            "stop": 874803125
        },
        {
            "start": 874803197,
            "stop": 874803234
        },
        {
            "start": 874803313,
            "stop": 874803322
        },
        {
            "start": 874803379,
            "stop": 874803492
        },
        {
            "start": 874803499,
            "stop": 874803780
        },
        {
            "start": 874803876,
            "stop": 874803904
        },
        {
            "start": 874803911,
            "stop": 874804017
        },
        {
            "start": 874804082,
            "stop": 874804190
        },
        {
            "start": 874804200,
            "stop": 874804485
        },
        {
            "start": 874804493,
            "stop": 874804680
        },
        {
            "start": 874804751,
            "stop": 874804914
        }
    ]
}