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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=101",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 102,
    "results": [
        {
            "start": 821487411,
            "stop": 821487751
        },
        {
            "start": 821487754,
            "stop": 821488352
        },
        {
            "start": 821488357,
            "stop": 821489005
        },
        {
            "start": 821489008,
            "stop": 821489288
        },
        {
            "start": 821489291,
            "stop": 821489392
        },
        {
            "start": 821489395,
            "stop": 821489432
        },
        {
            "start": 821489435,
            "stop": 821489936
        },
        {
            "start": 821489939,
            "stop": 821490282
        },
        {
            "start": 821490285,
            "stop": 821494921
        },
        {
            "start": 821494925,
            "stop": 821494931
        },
        {
            "start": 821494934,
            "stop": 821494936
        },
        {
            "start": 821494939,
            "stop": 821494961
        },
        {
            "start": 821494964,
            "stop": 821495094
        },
        {
            "start": 821495097,
            "stop": 821495122
        },
        {
            "start": 821495125,
            "stop": 821495171
        },
        {
            "start": 821495174,
            "stop": 821495216
        },
        {
            "start": 821495219,
            "stop": 821495284
        },
        {
            "start": 821495289,
            "stop": 821495351
        },
        {
            "start": 821495354,
            "stop": 821495357
        },
        {
            "start": 821495360,
            "stop": 821495405
        }
    ]
}