Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3836
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=3837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3835",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3836,
    "results": [
        {
            "start": 874977864,
            "stop": 874977960
        },
        {
            "start": 874984623,
            "stop": 874984680
        },
        {
            "start": 874984740,
            "stop": 874984772
        },
        {
            "start": 874986318,
            "stop": 874986540
        },
        {
            "start": 874986660,
            "stop": 874986840
        },
        {
            "start": 874987260,
            "stop": 874987320
        },
        {
            "start": 874987440,
            "stop": 874987560
        },
        {
            "start": 874987620,
            "stop": 874987680
        },
        {
            "start": 874987928,
            "stop": 874988400
        },
        {
            "start": 874988460,
            "stop": 874989279
        },
        {
            "start": 874989296,
            "stop": 874989441
        },
        {
            "start": 874989458,
            "stop": 874990326
        },
        {
            "start": 874990343,
            "stop": 874992452
        },
        {
            "start": 874992469,
            "stop": 874992847
        },
        {
            "start": 874992864,
            "stop": 874996680
        },
        {
            "start": 874996740,
            "stop": 874999377
        },
        {
            "start": 874999394,
            "stop": 874999614
        },
        {
            "start": 874999633,
            "stop": 875000182
        },
        {
            "start": 875000199,
            "stop": 875001044
        },
        {
            "start": 875001061,
            "stop": 875001086
        }
    ]
}