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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=179",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 180,
    "results": [
        {
            "start": 819998409,
            "stop": 819998446
        },
        {
            "start": 819998449,
            "stop": 819998847
        },
        {
            "start": 819998851,
            "stop": 819998929
        },
        {
            "start": 819998932,
            "stop": 819999646
        },
        {
            "start": 819999649,
            "stop": 820000035
        },
        {
            "start": 820000038,
            "stop": 820000428
        },
        {
            "start": 820000431,
            "stop": 820000494
        },
        {
            "start": 820000497,
            "stop": 820001007
        },
        {
            "start": 820001010,
            "stop": 820001245
        },
        {
            "start": 820001248,
            "stop": 820001387
        },
        {
            "start": 820001390,
            "stop": 820001625
        },
        {
            "start": 820001628,
            "stop": 820001646
        },
        {
            "start": 820001649,
            "stop": 820002120
        },
        {
            "start": 820002123,
            "stop": 820002242
        },
        {
            "start": 820002245,
            "stop": 820002433
        },
        {
            "start": 820002437,
            "stop": 820002565
        },
        {
            "start": 820026974,
            "stop": 820027343
        },
        {
            "start": 820027346,
            "stop": 820027902
        },
        {
            "start": 820027905,
            "stop": 820029116
        },
        {
            "start": 820029119,
            "stop": 820029492
        }
    ]
}