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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=156",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 157,
    "results": [
        {
            "start": 1131175198,
            "stop": 1131175234
        },
        {
            "start": 1131175235,
            "stop": 1131175353
        },
        {
            "start": 1131175354,
            "stop": 1131175365
        },
        {
            "start": 1131175366,
            "stop": 1131175374
        },
        {
            "start": 1131175375,
            "stop": 1131175416
        },
        {
            "start": 1131175417,
            "stop": 1131175422
        },
        {
            "start": 1131175423,
            "stop": 1131175502
        },
        {
            "start": 1131175503,
            "stop": 1131175538
        },
        {
            "start": 1131175539,
            "stop": 1131175573
        },
        {
            "start": 1131175574,
            "stop": 1131175625
        },
        {
            "start": 1131175626,
            "stop": 1131175639
        },
        {
            "start": 1131175640,
            "stop": 1131175656
        },
        {
            "start": 1131175657,
            "stop": 1131175663
        },
        {
            "start": 1131175664,
            "stop": 1131175673
        },
        {
            "start": 1131175674,
            "stop": 1131175685
        },
        {
            "start": 1131175686,
            "stop": 1131175690
        },
        {
            "start": 1131175691,
            "stop": 1131175794
        },
        {
            "start": 1131175795,
            "stop": 1131175826
        },
        {
            "start": 1131175827,
            "stop": 1131175840
        },
        {
            "start": 1131175841,
            "stop": 1131175881
        }
    ]
}