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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=663",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 664,
    "results": [
        {
            "start": 857733870,
            "stop": 857733930
        },
        {
            "start": 857733990,
            "stop": 857734170
        },
        {
            "start": 857734230,
            "stop": 857734590
        },
        {
            "start": 857734770,
            "stop": 857735190
        },
        {
            "start": 857735250,
            "stop": 857735266
        },
        {
            "start": 857735284,
            "stop": 857735288
        },
        {
            "start": 857737436,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738910
        },
        {
            "start": 857740945,
            "stop": 857741070
        },
        {
            "start": 857741310,
            "stop": 857742150
        },
        {
            "start": 857742270,
            "stop": 857742735
        },
        {
            "start": 857742752,
            "stop": 857742755
        },
        {
            "start": 857742776,
            "stop": 857742810
        },
        {
            "start": 857742870,
            "stop": 857743028
        },
        {
            "start": 857743612,
            "stop": 857746748
        },
        {
            "start": 857746766,
            "stop": 857746914
        },
        {
            "start": 857746932,
            "stop": 857754375
        },
        {
            "start": 857754392,
            "stop": 857755023
        },
        {
            "start": 857763704,
            "stop": 857763710
        },
        {
            "start": 857779169,
            "stop": 857788971
        }
    ]
}