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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=10",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 11,
    "results": [
        {
            "start": 1259364420,
            "stop": 1259376789
        },
        {
            "start": 1259376790,
            "stop": 1259381405
        },
        {
            "start": 1259381406,
            "stop": 1259382061
        },
        {
            "start": 1259382062,
            "stop": 1259399940
        },
        {
            "start": 1259400060,
            "stop": 1259408225
        },
        {
            "start": 1259408226,
            "stop": 1259408647
        },
        {
            "start": 1259408649,
            "stop": 1259408659
        },
        {
            "start": 1259408660,
            "stop": 1259408775
        },
        {
            "start": 1259408777,
            "stop": 1259408779
        },
        {
            "start": 1259408783,
            "stop": 1259408786
        },
        {
            "start": 1259408787,
            "stop": 1259408788
        },
        {
            "start": 1259408791,
            "stop": 1259408792
        },
        {
            "start": 1259408795,
            "stop": 1259408797
        },
        {
            "start": 1259408799,
            "stop": 1259408802
        },
        {
            "start": 1259408803,
            "stop": 1259408804
        },
        {
            "start": 1259408805,
            "stop": 1259408806
        },
        {
            "start": 1259408807,
            "stop": 1259408808
        },
        {
            "start": 1259408811,
            "stop": 1259408812
        },
        {
            "start": 1259408818,
            "stop": 1259408825
        },
        {
            "start": 1259408826,
            "stop": 1259408827
        }
    ]
}