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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=191",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 192,
    "results": [
        {
            "start": 820205749,
            "stop": 820205807
        },
        {
            "start": 820205814,
            "stop": 820205922
        },
        {
            "start": 820205929,
            "stop": 820205946
        },
        {
            "start": 820205953,
            "stop": 820206118
        },
        {
            "start": 820206126,
            "stop": 820206313
        },
        {
            "start": 820206325,
            "stop": 820206361
        },
        {
            "start": 820206368,
            "stop": 820206395
        },
        {
            "start": 820206402,
            "stop": 820206409
        },
        {
            "start": 820206416,
            "stop": 820206481
        },
        {
            "start": 820206488,
            "stop": 820206518
        },
        {
            "start": 820206525,
            "stop": 820206543
        },
        {
            "start": 820206551,
            "stop": 820206570
        },
        {
            "start": 820206577,
            "stop": 820206621
        },
        {
            "start": 820206628,
            "stop": 820206667
        },
        {
            "start": 820206687,
            "stop": 820206723
        },
        {
            "start": 820206730,
            "stop": 820206746
        },
        {
            "start": 820206753,
            "stop": 820206761
        },
        {
            "start": 820206776,
            "stop": 820206787
        },
        {
            "start": 820206794,
            "stop": 820206813
        },
        {
            "start": 820206820,
            "stop": 820206837
        }
    ]
}