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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3550",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3551,
    "results": [
        {
            "start": 871642091,
            "stop": 871642248
        },
        {
            "start": 871642265,
            "stop": 871642428
        },
        {
            "start": 871642445,
            "stop": 871642452
        },
        {
            "start": 871642469,
            "stop": 871642523
        },
        {
            "start": 871642540,
            "stop": 871643365
        },
        {
            "start": 871643382,
            "stop": 871643597
        },
        {
            "start": 871643614,
            "stop": 871643644
        },
        {
            "start": 871643661,
            "stop": 871643812
        },
        {
            "start": 871643829,
            "stop": 871644588
        },
        {
            "start": 871644605,
            "stop": 871644698
        },
        {
            "start": 871644716,
            "stop": 871644832
        },
        {
            "start": 871644849,
            "stop": 871644878
        },
        {
            "start": 871644895,
            "stop": 871645233
        },
        {
            "start": 871645250,
            "stop": 871645586
        },
        {
            "start": 871645603,
            "stop": 871645912
        },
        {
            "start": 871645930,
            "stop": 871646010
        },
        {
            "start": 871646042,
            "stop": 871646178
        },
        {
            "start": 871646195,
            "stop": 871646232
        },
        {
            "start": 871646249,
            "stop": 871647390
        },
        {
            "start": 871647407,
            "stop": 871649039
        }
    ]
}