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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=14",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 15,
    "results": [
        {
            "start": 1259464850,
            "stop": 1259465972
        },
        {
            "start": 1259465975,
            "stop": 1259465977
        },
        {
            "start": 1259465978,
            "stop": 1259465981
        },
        {
            "start": 1259465982,
            "stop": 1259465984
        },
        {
            "start": 1259465985,
            "stop": 1259469031
        },
        {
            "start": 1259469207,
            "stop": 1259475473
        },
        {
            "start": 1259475559,
            "stop": 1259476342
        },
        {
            "start": 1259476355,
            "stop": 1259481051
        },
        {
            "start": 1259481147,
            "stop": 1259481824
        },
        {
            "start": 1259481907,
            "stop": 1259488174
        },
        {
            "start": 1259488256,
            "stop": 1259494523
        },
        {
            "start": 1259494604,
            "stop": 1259500872
        },
        {
            "start": 1259500955,
            "stop": 1259507220
        },
        {
            "start": 1259507346,
            "stop": 1259513609
        },
        {
            "start": 1259513705,
            "stop": 1259519969
        },
        {
            "start": 1259520915,
            "stop": 1259526363
        },
        {
            "start": 1259526469,
            "stop": 1259528433
        },
        {
            "start": 1259534118,
            "stop": 1259537443
        },
        {
            "start": 1259537444,
            "stop": 1259537446
        },
        {
            "start": 1259537447,
            "stop": 1259537453
        }
    ]
}