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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=976",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=974",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 975,
    "results": [
        {
            "start": 1134827250,
            "stop": 1134829236
        },
        {
            "start": 1134829239,
            "stop": 1134830681
        },
        {
            "start": 1134830684,
            "stop": 1134830773
        },
        {
            "start": 1134830776,
            "stop": 1134832716
        },
        {
            "start": 1134832720,
            "stop": 1134833499
        },
        {
            "start": 1134833500,
            "stop": 1134833580
        },
        {
            "start": 1134833583,
            "stop": 1134834071
        },
        {
            "start": 1134834076,
            "stop": 1134834361
        },
        {
            "start": 1134834363,
            "stop": 1134835439
        },
        {
            "start": 1134862087,
            "stop": 1134863915
        },
        {
            "start": 1134863918,
            "stop": 1134863926
        },
        {
            "start": 1134863929,
            "stop": 1134863939
        },
        {
            "start": 1134863942,
            "stop": 1134863946
        },
        {
            "start": 1134863952,
            "stop": 1134863960
        },
        {
            "start": 1134863966,
            "stop": 1134863979
        },
        {
            "start": 1134863985,
            "stop": 1134863987
        },
        {
            "start": 1134863990,
            "stop": 1134863991
        },
        {
            "start": 1134863994,
            "stop": 1134864000
        },
        {
            "start": 1134864003,
            "stop": 1134864005
        },
        {
            "start": 1134864008,
            "stop": 1134864018
        }
    ]
}