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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4973",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4974,
    "results": [
        {
            "start": 874416904,
            "stop": 874417012
        },
        {
            "start": 874417031,
            "stop": 874417069
        },
        {
            "start": 874417088,
            "stop": 874417100
        },
        {
            "start": 874417119,
            "stop": 874417124
        },
        {
            "start": 874417143,
            "stop": 874417635
        },
        {
            "start": 874417655,
            "stop": 874417696
        },
        {
            "start": 874417734,
            "stop": 874418016
        },
        {
            "start": 874418035,
            "stop": 874418039
        },
        {
            "start": 874418058,
            "stop": 874418104
        },
        {
            "start": 874418123,
            "stop": 874418209
        },
        {
            "start": 874418228,
            "stop": 874418262
        },
        {
            "start": 874418285,
            "stop": 874418296
        },
        {
            "start": 874418315,
            "stop": 874418387
        },
        {
            "start": 874418406,
            "stop": 874418416
        },
        {
            "start": 874418439,
            "stop": 874418778
        },
        {
            "start": 874418797,
            "stop": 874418934
        },
        {
            "start": 874418953,
            "stop": 874419202
        },
        {
            "start": 874419221,
            "stop": 874419292
        },
        {
            "start": 874419311,
            "stop": 874419513
        },
        {
            "start": 874419543,
            "stop": 874419617
        }
    ]
}