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=5013
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=5014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5012",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5013,
    "results": [
        {
            "start": 874517591,
            "stop": 874517624
        },
        {
            "start": 874517643,
            "stop": 874517678
        },
        {
            "start": 874517697,
            "stop": 874517744
        },
        {
            "start": 874517763,
            "stop": 874517775
        },
        {
            "start": 874517794,
            "stop": 874517825
        },
        {
            "start": 874517856,
            "stop": 874517859
        },
        {
            "start": 874517892,
            "stop": 874517969
        },
        {
            "start": 874517989,
            "stop": 874517997
        },
        {
            "start": 874518016,
            "stop": 874518018
        },
        {
            "start": 874518050,
            "stop": 874518051
        },
        {
            "start": 874518072,
            "stop": 874518090
        },
        {
            "start": 874518109,
            "stop": 874518159
        },
        {
            "start": 874518179,
            "stop": 874518184
        },
        {
            "start": 874518206,
            "stop": 874518256
        },
        {
            "start": 874518282,
            "stop": 874518288
        },
        {
            "start": 874518307,
            "stop": 874518329
        },
        {
            "start": 874518349,
            "stop": 874518363
        },
        {
            "start": 874518415,
            "stop": 874518440
        },
        {
            "start": 874518459,
            "stop": 874518630
        },
        {
            "start": 874518660,
            "stop": 874518694
        }
    ]
}