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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=360",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 361,
    "results": [
        {
            "start": 1182663878,
            "stop": 1182663931
        },
        {
            "start": 1182663932,
            "stop": 1182671310
        },
        {
            "start": 1182671312,
            "stop": 1182671459
        },
        {
            "start": 1182671460,
            "stop": 1182674294
        },
        {
            "start": 1182674295,
            "stop": 1182676468
        },
        {
            "start": 1182676469,
            "stop": 1182678592
        },
        {
            "start": 1182678593,
            "stop": 1182680596
        },
        {
            "start": 1182680597,
            "stop": 1182682473
        },
        {
            "start": 1182682474,
            "stop": 1182684556
        },
        {
            "start": 1182684557,
            "stop": 1182686551
        },
        {
            "start": 1182686552,
            "stop": 1182688735
        },
        {
            "start": 1182688736,
            "stop": 1182690503
        },
        {
            "start": 1182690504,
            "stop": 1182692288
        },
        {
            "start": 1182692289,
            "stop": 1182694014
        },
        {
            "start": 1182694015,
            "stop": 1182694570
        },
        {
            "start": 1182694571,
            "stop": 1182697010
        },
        {
            "start": 1182697011,
            "stop": 1182698375
        },
        {
            "start": 1182698377,
            "stop": 1182698862
        },
        {
            "start": 1182698864,
            "stop": 1182698895
        },
        {
            "start": 1182698896,
            "stop": 1182698905
        }
    ]
}