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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=350",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 351,
    "results": [
        {
            "start": 939534443,
            "stop": 939534504
        },
        {
            "start": 939534507,
            "stop": 939534542
        },
        {
            "start": 939534545,
            "stop": 939534558
        },
        {
            "start": 939534561,
            "stop": 939534583
        },
        {
            "start": 939534586,
            "stop": 939534616
        },
        {
            "start": 939534619,
            "stop": 939534648
        },
        {
            "start": 939534651,
            "stop": 939534663
        },
        {
            "start": 939534666,
            "stop": 939534705
        },
        {
            "start": 939534708,
            "stop": 939534725
        },
        {
            "start": 939534728,
            "stop": 939534732
        },
        {
            "start": 939534735,
            "stop": 939534762
        },
        {
            "start": 939534765,
            "stop": 939534830
        },
        {
            "start": 939534833,
            "stop": 939534839
        },
        {
            "start": 939534842,
            "stop": 939534863
        },
        {
            "start": 939534866,
            "stop": 939534887
        },
        {
            "start": 939534890,
            "stop": 939534895
        },
        {
            "start": 939534898,
            "stop": 939534946
        },
        {
            "start": 939534949,
            "stop": 939535004
        },
        {
            "start": 939535007,
            "stop": 939535014
        },
        {
            "start": 939535017,
            "stop": 939535103
        }
    ]
}