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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=143",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 144,
    "results": [
        {
            "start": 819262852,
            "stop": 819263720
        },
        {
            "start": 819263723,
            "stop": 819268679
        },
        {
            "start": 819268683,
            "stop": 819269089
        },
        {
            "start": 819270651,
            "stop": 819272623
        },
        {
            "start": 819272626,
            "stop": 819274530
        },
        {
            "start": 819274547,
            "stop": 819284501
        },
        {
            "start": 819284504,
            "stop": 819289975
        },
        {
            "start": 819289979,
            "stop": 819291078
        },
        {
            "start": 819291082,
            "stop": 819292356
        },
        {
            "start": 819292360,
            "stop": 819292372
        },
        {
            "start": 819292375,
            "stop": 819292409
        },
        {
            "start": 819292412,
            "stop": 819294715
        },
        {
            "start": 819295551,
            "stop": 819298486
        },
        {
            "start": 819298490,
            "stop": 819298811
        },
        {
            "start": 819298814,
            "stop": 819299500
        },
        {
            "start": 819300229,
            "stop": 819300725
        },
        {
            "start": 819300728,
            "stop": 819301576
        },
        {
            "start": 819301579,
            "stop": 819304602
        },
        {
            "start": 819304605,
            "stop": 819304814
        },
        {
            "start": 819304818,
            "stop": 819304837
        }
    ]
}