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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=708",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 709,
    "results": [
        {
            "start": 850266240,
            "stop": 850271850
        },
        {
            "start": 850271910,
            "stop": 850271912
        },
        {
            "start": 850272772,
            "stop": 850275930
        },
        {
            "start": 850275990,
            "stop": 850276003
        },
        {
            "start": 850276994,
            "stop": 850278004
        },
        {
            "start": 850279635,
            "stop": 850279669
        },
        {
            "start": 850280770,
            "stop": 850281562
        },
        {
            "start": 850281652,
            "stop": 850281657
        },
        {
            "start": 850281681,
            "stop": 850281682
        },
        {
            "start": 850281685,
            "stop": 850282710
        },
        {
            "start": 850284828,
            "stop": 850285086
        },
        {
            "start": 850285092,
            "stop": 850285101
        },
        {
            "start": 850285104,
            "stop": 850285111
        },
        {
            "start": 850285166,
            "stop": 850287949
        },
        {
            "start": 850287966,
            "stop": 850287995
        },
        {
            "start": 850288002,
            "stop": 850288011
        },
        {
            "start": 850288025,
            "stop": 850288029
        },
        {
            "start": 850288032,
            "stop": 850288033
        },
        {
            "start": 850288036,
            "stop": 850291360
        },
        {
            "start": 850291370,
            "stop": 850294399
        }
    ]
}