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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=169",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 170,
    "results": [
        {
            "start": 1177541405,
            "stop": 1177541415
        },
        {
            "start": 1177541417,
            "stop": 1177541427
        },
        {
            "start": 1177541428,
            "stop": 1177541438
        },
        {
            "start": 1177541444,
            "stop": 1177541449
        },
        {
            "start": 1177541454,
            "stop": 1177541482
        },
        {
            "start": 1177541486,
            "stop": 1177541556
        },
        {
            "start": 1177541563,
            "stop": 1177541567
        },
        {
            "start": 1177654218,
            "stop": 1177656078
        },
        {
            "start": 1177658599,
            "stop": 1177659235
        },
        {
            "start": 1177659236,
            "stop": 1177659255
        },
        {
            "start": 1177659259,
            "stop": 1177659279
        },
        {
            "start": 1177659282,
            "stop": 1177659312
        },
        {
            "start": 1177659315,
            "stop": 1177659323
        },
        {
            "start": 1177659326,
            "stop": 1177672779
        },
        {
            "start": 1177707013,
            "stop": 1177707103
        },
        {
            "start": 1177707141,
            "stop": 1177712279
        },
        {
            "start": 1177714946,
            "stop": 1177768901
        },
        {
            "start": 1177792304,
            "stop": 1177792997
        },
        {
            "start": 1177796015,
            "stop": 1177803870
        },
        {
            "start": 1177811844,
            "stop": 1177821009
        }
    ]
}