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=1160
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=1161",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1159",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1160,
    "results": [
        {
            "start": 1137230310,
            "stop": 1137230490
        },
        {
            "start": 1137230491,
            "stop": 1137230516
        },
        {
            "start": 1137230517,
            "stop": 1137230576
        },
        {
            "start": 1137230577,
            "stop": 1137230598
        },
        {
            "start": 1137230599,
            "stop": 1137230639
        },
        {
            "start": 1137230641,
            "stop": 1137230789
        },
        {
            "start": 1137230790,
            "stop": 1137230844
        },
        {
            "start": 1137230845,
            "stop": 1137230959
        },
        {
            "start": 1137230960,
            "stop": 1137232100
        },
        {
            "start": 1137232101,
            "stop": 1137232267
        },
        {
            "start": 1137232268,
            "stop": 1137232334
        },
        {
            "start": 1137232335,
            "stop": 1137232343
        },
        {
            "start": 1137232344,
            "stop": 1137232408
        },
        {
            "start": 1137232410,
            "stop": 1137232419
        },
        {
            "start": 1137232420,
            "stop": 1137232446
        },
        {
            "start": 1137232447,
            "stop": 1137232502
        },
        {
            "start": 1137232503,
            "stop": 1137232546
        },
        {
            "start": 1137232547,
            "stop": 1137232609
        },
        {
            "start": 1137232610,
            "stop": 1137232645
        },
        {
            "start": 1137232646,
            "stop": 1137232662
        }
    ]
}