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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7457",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7455",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7456,
    "results": [
        {
            "start": 970002227,
            "stop": 970002239
        },
        {
            "start": 970002319,
            "stop": 970002325
        },
        {
            "start": 970002329,
            "stop": 970002337
        },
        {
            "start": 970002340,
            "stop": 970002344
        },
        {
            "start": 970002347,
            "stop": 970002594
        },
        {
            "start": 970002600,
            "stop": 970002687
        },
        {
            "start": 970002690,
            "stop": 970002719
        },
        {
            "start": 970002799,
            "stop": 970002887
        },
        {
            "start": 970003007,
            "stop": 970003069
        },
        {
            "start": 970003072,
            "stop": 970003258
        },
        {
            "start": 970003261,
            "stop": 970004010
        },
        {
            "start": 970004013,
            "stop": 970004216
        },
        {
            "start": 970004219,
            "stop": 970004245
        },
        {
            "start": 970004249,
            "stop": 970004337
        },
        {
            "start": 970004340,
            "stop": 970004366
        },
        {
            "start": 970004369,
            "stop": 970004387
        },
        {
            "start": 970004567,
            "stop": 970004690
        },
        {
            "start": 970004693,
            "stop": 970004834
        },
        {
            "start": 970004837,
            "stop": 970004975
        },
        {
            "start": 970004979,
            "stop": 970005439
        }
    ]
}