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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4222",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4223,
    "results": [
        {
            "start": 874488050,
            "stop": 874488153
        },
        {
            "start": 874488172,
            "stop": 874488176
        },
        {
            "start": 874488195,
            "stop": 874488869
        },
        {
            "start": 874488888,
            "stop": 874489048
        },
        {
            "start": 874489067,
            "stop": 874489116
        },
        {
            "start": 874489154,
            "stop": 874489161
        },
        {
            "start": 874489180,
            "stop": 874490264
        },
        {
            "start": 874490284,
            "stop": 874490801
        },
        {
            "start": 874490820,
            "stop": 874491241
        },
        {
            "start": 874491261,
            "stop": 874491314
        },
        {
            "start": 874491333,
            "stop": 874491511
        },
        {
            "start": 874491531,
            "stop": 874491568
        },
        {
            "start": 874491588,
            "stop": 874491812
        },
        {
            "start": 874491832,
            "stop": 874491878
        },
        {
            "start": 874491898,
            "stop": 874491954
        },
        {
            "start": 874491973,
            "stop": 874492140
        },
        {
            "start": 874492164,
            "stop": 874492229
        },
        {
            "start": 874492278,
            "stop": 874492978
        },
        {
            "start": 874492997,
            "stop": 874493336
        },
        {
            "start": 874493355,
            "stop": 874493460
        }
    ]
}