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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=137",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 138,
    "results": [
        {
            "start": 1418540062,
            "stop": 1418540064
        },
        {
            "start": 1418545754,
            "stop": 1418546343
        },
        {
            "start": 1418546351,
            "stop": 1418546410
        },
        {
            "start": 1418549050,
            "stop": 1418550612
        },
        {
            "start": 1418550613,
            "stop": 1418555549
        },
        {
            "start": 1418555557,
            "stop": 1418561886
        },
        {
            "start": 1418562134,
            "stop": 1418564940
        },
        {
            "start": 1418564941,
            "stop": 1418567482
        },
        {
            "start": 1418567483,
            "stop": 1418568393
        },
        {
            "start": 1418568399,
            "stop": 1418568541
        },
        {
            "start": 1418568545,
            "stop": 1418568549
        },
        {
            "start": 1418568554,
            "stop": 1418568690
        },
        {
            "start": 1418568692,
            "stop": 1418569553
        },
        {
            "start": 1418569561,
            "stop": 1418570015
        },
        {
            "start": 1418570017,
            "stop": 1418571189
        },
        {
            "start": 1418574034,
            "stop": 1418582737
        },
        {
            "start": 1418582739,
            "stop": 1418593930
        },
        {
            "start": 1418593934,
            "stop": 1418599490
        },
        {
            "start": 1418599491,
            "stop": 1418599715
        },
        {
            "start": 1418599717,
            "stop": 1418600262
        }
    ]
}