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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=29",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 30,
    "results": [
        {
            "start": 819676768,
            "stop": 819676949
        },
        {
            "start": 819676956,
            "stop": 819677242
        },
        {
            "start": 819677249,
            "stop": 819678834
        },
        {
            "start": 819678841,
            "stop": 819697643
        },
        {
            "start": 819698739,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819729092
        },
        {
            "start": 819731983,
            "stop": 819734745
        },
        {
            "start": 819755886,
            "stop": 819756311
        },
        {
            "start": 819757726,
            "stop": 819760370
        },
        {
            "start": 819761763,
            "stop": 819763784
        },
        {
            "start": 819764281,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819790032
        },
        {
            "start": 819791652,
            "stop": 819801998
        },
        {
            "start": 819803753,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819825402
        },
        {
            "start": 819827551,
            "stop": 819828244
        },
        {
            "start": 819828488,
            "stop": 819829986
        },
        {
            "start": 819830689,
            "stop": 819837761
        },
        {
            "start": 819839073,
            "stop": 819841252
        },
        {
            "start": 819841372,
            "stop": 819842654
        }
    ]
}