Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=95
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=94",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 95,
    "results": [
        {
            "start": 1131146369,
            "stop": 1131146376
        },
        {
            "start": 1131146377,
            "stop": 1131146396
        },
        {
            "start": 1131146397,
            "stop": 1131146407
        },
        {
            "start": 1131146408,
            "stop": 1131146413
        },
        {
            "start": 1131146414,
            "stop": 1131146482
        },
        {
            "start": 1131146483,
            "stop": 1131146507
        },
        {
            "start": 1131146508,
            "stop": 1131146511
        },
        {
            "start": 1131146512,
            "stop": 1131146514
        },
        {
            "start": 1131146515,
            "stop": 1131146539
        },
        {
            "start": 1131146540,
            "stop": 1131146603
        },
        {
            "start": 1131146604,
            "stop": 1131146606
        },
        {
            "start": 1131146607,
            "stop": 1131146611
        },
        {
            "start": 1131146612,
            "stop": 1131146614
        },
        {
            "start": 1131146615,
            "stop": 1131146623
        },
        {
            "start": 1131146624,
            "stop": 1131146647
        },
        {
            "start": 1131146648,
            "stop": 1131146660
        },
        {
            "start": 1131146662,
            "stop": 1131146712
        },
        {
            "start": 1131146713,
            "stop": 1131146720
        },
        {
            "start": 1131146721,
            "stop": 1131146722
        },
        {
            "start": 1131146723,
            "stop": 1131146741
        }
    ]
}