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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=334",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 335,
    "results": [
        {
            "start": 1182075203,
            "stop": 1182076312
        },
        {
            "start": 1182076313,
            "stop": 1182079088
        },
        {
            "start": 1182079089,
            "stop": 1182083572
        },
        {
            "start": 1182083573,
            "stop": 1182085883
        },
        {
            "start": 1182085884,
            "stop": 1182089818
        },
        {
            "start": 1182089821,
            "stop": 1182089830
        },
        {
            "start": 1182089832,
            "stop": 1182093195
        },
        {
            "start": 1182106504,
            "stop": 1182108158
        },
        {
            "start": 1182108160,
            "stop": 1182108888
        },
        {
            "start": 1182108890,
            "stop": 1182111682
        },
        {
            "start": 1182111684,
            "stop": 1182112417
        },
        {
            "start": 1182134171,
            "stop": 1182134175
        },
        {
            "start": 1182134176,
            "stop": 1182134180
        },
        {
            "start": 1182134181,
            "stop": 1182134208
        },
        {
            "start": 1182134210,
            "stop": 1182134216
        },
        {
            "start": 1182134217,
            "stop": 1182134279
        },
        {
            "start": 1182134282,
            "stop": 1182134318
        },
        {
            "start": 1182134320,
            "stop": 1182134376
        },
        {
            "start": 1182134377,
            "stop": 1182134445
        },
        {
            "start": 1182134447,
            "stop": 1182134493
        }
    ]
}