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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=86",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 87,
    "results": [
        {
            "start": 1166439227,
            "stop": 1166439248
        },
        {
            "start": 1166439250,
            "stop": 1166439497
        },
        {
            "start": 1166439499,
            "stop": 1166439724
        },
        {
            "start": 1166439725,
            "stop": 1166439740
        },
        {
            "start": 1166439741,
            "stop": 1166439748
        },
        {
            "start": 1166439749,
            "stop": 1166439751
        },
        {
            "start": 1166439753,
            "stop": 1166439780
        },
        {
            "start": 1166439782,
            "stop": 1166439910
        },
        {
            "start": 1166439912,
            "stop": 1166440015
        },
        {
            "start": 1166440017,
            "stop": 1166440061
        },
        {
            "start": 1166440062,
            "stop": 1166440157
        },
        {
            "start": 1166440158,
            "stop": 1166440274
        },
        {
            "start": 1166440275,
            "stop": 1166440420
        },
        {
            "start": 1166440421,
            "stop": 1166440552
        },
        {
            "start": 1166440553,
            "stop": 1166440554
        },
        {
            "start": 1166440555,
            "stop": 1166440575
        },
        {
            "start": 1166440576,
            "stop": 1166440578
        },
        {
            "start": 1166440579,
            "stop": 1166440594
        },
        {
            "start": 1166440596,
            "stop": 1166440809
        },
        {
            "start": 1166440810,
            "stop": 1166440812
        }
    ]
}