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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=110",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 111,
    "results": [
        {
            "start": 819193469,
            "stop": 819193924
        },
        {
            "start": 819193931,
            "stop": 819193985
        },
        {
            "start": 819193992,
            "stop": 819194290
        },
        {
            "start": 819194297,
            "stop": 819194359
        },
        {
            "start": 819194368,
            "stop": 819194480
        },
        {
            "start": 819194510,
            "stop": 819195032
        },
        {
            "start": 819195040,
            "stop": 819195096
        },
        {
            "start": 819195103,
            "stop": 819195438
        },
        {
            "start": 819195446,
            "stop": 819195742
        },
        {
            "start": 819195749,
            "stop": 819196906
        },
        {
            "start": 819196920,
            "stop": 819197530
        },
        {
            "start": 819197537,
            "stop": 819197750
        },
        {
            "start": 819197757,
            "stop": 819198429
        },
        {
            "start": 819198436,
            "stop": 819198485
        },
        {
            "start": 819198498,
            "stop": 819198748
        },
        {
            "start": 819198756,
            "stop": 819199004
        },
        {
            "start": 819199025,
            "stop": 819200097
        },
        {
            "start": 819200105,
            "stop": 819201225
        },
        {
            "start": 819201239,
            "stop": 819201724
        },
        {
            "start": 819201738,
            "stop": 819201793
        }
    ]
}