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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=304",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 305,
    "results": [
        {
            "start": 822072840,
            "stop": 822073020
        },
        {
            "start": 822073080,
            "stop": 822073320
        },
        {
            "start": 822073380,
            "stop": 822073680
        },
        {
            "start": 822073740,
            "stop": 822073790
        },
        {
            "start": 822073930,
            "stop": 822074220
        },
        {
            "start": 822074280,
            "stop": 822075410
        },
        {
            "start": 822075550,
            "stop": 822075900
        },
        {
            "start": 822075960,
            "stop": 822076560
        },
        {
            "start": 822076620,
            "stop": 822076680
        },
        {
            "start": 822076860,
            "stop": 822077340
        },
        {
            "start": 822077460,
            "stop": 822077713
        },
        {
            "start": 822077762,
            "stop": 822077764
        },
        {
            "start": 822079059,
            "stop": 822079140
        },
        {
            "start": 822079200,
            "stop": 822079260
        },
        {
            "start": 822079320,
            "stop": 822079440
        },
        {
            "start": 822079500,
            "stop": 822080640
        },
        {
            "start": 822080830,
            "stop": 822081013
        },
        {
            "start": 822081057,
            "stop": 822081058
        },
        {
            "start": 822081996,
            "stop": 822082080
        },
        {
            "start": 822082140,
            "stop": 822082320
        }
    ]
}