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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=390",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 391,
    "results": [
        {
            "start": 866771340,
            "stop": 866772780
        },
        {
            "start": 866772840,
            "stop": 866773776
        },
        {
            "start": 866784871,
            "stop": 866790789
        },
        {
            "start": 866790811,
            "stop": 866801454
        },
        {
            "start": 866801476,
            "stop": 866815394
        },
        {
            "start": 866815416,
            "stop": 866822584
        },
        {
            "start": 866822603,
            "stop": 866823066
        },
        {
            "start": 866823085,
            "stop": 866823864
        },
        {
            "start": 866828705,
            "stop": 866828725
        },
        {
            "start": 866829025,
            "stop": 866829248
        },
        {
            "start": 866829574,
            "stop": 866836132
        },
        {
            "start": 866836242,
            "stop": 866836542
        },
        {
            "start": 866846954,
            "stop": 866847580
        },
        {
            "start": 866847601,
            "stop": 866847925
        },
        {
            "start": 866847944,
            "stop": 866848144
        },
        {
            "start": 866848166,
            "stop": 866848169
        },
        {
            "start": 866848196,
            "stop": 866848202
        },
        {
            "start": 866848223,
            "stop": 866848259
        },
        {
            "start": 866848281,
            "stop": 866848491
        },
        {
            "start": 866848510,
            "stop": 866848805
        }
    ]
}