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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4801",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4802,
    "results": [
        {
            "start": 874639560,
            "stop": 874639646
        },
        {
            "start": 874639665,
            "stop": 874639974
        },
        {
            "start": 874639993,
            "stop": 874639998
        },
        {
            "start": 874640017,
            "stop": 874640056
        },
        {
            "start": 874640076,
            "stop": 874640143
        },
        {
            "start": 874640263,
            "stop": 874640312
        },
        {
            "start": 874640337,
            "stop": 874640385
        },
        {
            "start": 874640511,
            "stop": 874640546
        },
        {
            "start": 874640565,
            "stop": 874640874
        },
        {
            "start": 874640899,
            "stop": 874640914
        },
        {
            "start": 874640933,
            "stop": 874641061
        },
        {
            "start": 874641080,
            "stop": 874641110
        },
        {
            "start": 874641129,
            "stop": 874641155
        },
        {
            "start": 874641176,
            "stop": 874641178
        },
        {
            "start": 874641197,
            "stop": 874641200
        },
        {
            "start": 874641219,
            "stop": 874641258
        },
        {
            "start": 874641277,
            "stop": 874641305
        },
        {
            "start": 874641325,
            "stop": 874641378
        },
        {
            "start": 874641397,
            "stop": 874641612
        },
        {
            "start": 874641642,
            "stop": 874641660
        }
    ]
}