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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2077",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2078,
    "results": [
        {
            "start": 862872886,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862879802
        },
        {
            "start": 862881022,
            "stop": 862895217
        },
        {
            "start": 862895223,
            "stop": 862896825
        },
        {
            "start": 862897537,
            "stop": 862928927
        },
        {
            "start": 862928933,
            "stop": 862932652
        },
        {
            "start": 862932658,
            "stop": 862932675
        },
        {
            "start": 862932695,
            "stop": 862932705
        },
        {
            "start": 862932710,
            "stop": 862932718
        },
        {
            "start": 862932783,
            "stop": 862934378
        },
        {
            "start": 862934482,
            "stop": 862935544
        },
        {
            "start": 862935547,
            "stop": 862937070
        },
        {
            "start": 862937075,
            "stop": 862942194
        },
        {
            "start": 862942504,
            "stop": 862943831
        },
        {
            "start": 862945075,
            "stop": 862946955
        },
        {
            "start": 862948104,
            "stop": 862948194
        },
        {
            "start": 862948494,
            "stop": 862948648
        },
        {
            "start": 862948833,
            "stop": 862948862
        },
        {
            "start": 862948868,
            "stop": 862948870
        },
        {
            "start": 862948878,
            "stop": 862948882
        }
    ]
}