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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5003",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5004,
    "results": [
        {
            "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": 874493831
        },
        {
            "start": 874493850,
            "stop": 874493901
        },
        {
            "start": 874493920,
            "stop": 874493976
        },
        {
            "start": 874493996,
            "stop": 874494728
        },
        {
            "start": 874494747,
            "stop": 874494795
        },
        {
            "start": 874494814,
            "stop": 874495085
        },
        {
            "start": 874495104,
            "stop": 874495121
        },
        {
            "start": 874495140,
            "stop": 874495153
        },
        {
            "start": 874495172,
            "stop": 874495351
        },
        {
            "start": 874495370,
            "stop": 874496022
        }
    ]
}