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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=513",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 514,
    "results": [
        {
            "start": 825908328,
            "stop": 825908527
        },
        {
            "start": 825908534,
            "stop": 825908641
        },
        {
            "start": 825908646,
            "stop": 825908738
        },
        {
            "start": 825908743,
            "stop": 825908830
        },
        {
            "start": 825908835,
            "stop": 825909058
        },
        {
            "start": 825909066,
            "stop": 825909420
        },
        {
            "start": 825909427,
            "stop": 825909490
        },
        {
            "start": 825909498,
            "stop": 825909841
        },
        {
            "start": 825909856,
            "stop": 825910069
        },
        {
            "start": 825910074,
            "stop": 825910084
        },
        {
            "start": 825910091,
            "stop": 825910112
        },
        {
            "start": 825910126,
            "stop": 825910159
        },
        {
            "start": 825910167,
            "stop": 825910177
        },
        {
            "start": 825910191,
            "stop": 825910196
        },
        {
            "start": 825943279,
            "stop": 825943285
        },
        {
            "start": 825943292,
            "stop": 825944823
        },
        {
            "start": 825947854,
            "stop": 825948389
        },
        {
            "start": 825948394,
            "stop": 825952014
        },
        {
            "start": 825952019,
            "stop": 825956749
        },
        {
            "start": 825959156,
            "stop": 825959972
        }
    ]
}