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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=126",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 127,
    "results": [
        {
            "start": 825903457,
            "stop": 825904459
        },
        {
            "start": 825904569,
            "stop": 825904591
        },
        {
            "start": 825905793,
            "stop": 825906152
        },
        {
            "start": 825906475,
            "stop": 825906649
        },
        {
            "start": 825906759,
            "stop": 825906820
        },
        {
            "start": 825907251,
            "stop": 825909245
        },
        {
            "start": 825909250,
            "stop": 825909705
        },
        {
            "start": 825909710,
            "stop": 825909750
        },
        {
            "start": 825909810,
            "stop": 825909930
        },
        {
            "start": 825909990,
            "stop": 825910050
        },
        {
            "start": 825910170,
            "stop": 825910190
        },
        {
            "start": 825910300,
            "stop": 825910307
        },
        {
            "start": 825910313,
            "stop": 825910317
        },
        {
            "start": 825910323,
            "stop": 825910332
        },
        {
            "start": 825910338,
            "stop": 825910610
        },
        {
            "start": 825910630,
            "stop": 825910632
        },
        {
            "start": 825910635,
            "stop": 825910967
        },
        {
            "start": 825910978,
            "stop": 825911010
        },
        {
            "start": 825911015,
            "stop": 825911105
        },
        {
            "start": 825911113,
            "stop": 825911145
        }
    ]
}