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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=15",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 16,
    "results": [
        {
            "start": 1259537472,
            "stop": 1259540341
        },
        {
            "start": 1259540442,
            "stop": 1259546707
        },
        {
            "start": 1259546810,
            "stop": 1259553076
        },
        {
            "start": 1259553174,
            "stop": 1259559440
        },
        {
            "start": 1259559521,
            "stop": 1259565789
        },
        {
            "start": 1259565870,
            "stop": 1259568494
        },
        {
            "start": 1259574343,
            "stop": 1259581032
        },
        {
            "start": 1259581033,
            "stop": 1259605756
        },
        {
            "start": 1259606139,
            "stop": 1259631316
        },
        {
            "start": 1259639019,
            "stop": 1259684868
        },
        {
            "start": 1259684869,
            "stop": 1259730583
        },
        {
            "start": 1259730584,
            "stop": 1259733891
        },
        {
            "start": 1259733983,
            "stop": 1259740251
        },
        {
            "start": 1259740336,
            "stop": 1259746599
        },
        {
            "start": 1259746679,
            "stop": 1259752947
        },
        {
            "start": 1259753028,
            "stop": 1259759296
        },
        {
            "start": 1259759377,
            "stop": 1259759823
        },
        {
            "start": 1259759824,
            "stop": 1259763674
        },
        {
            "start": 1259763675,
            "stop": 1259765641
        },
        {
            "start": 1259791400,
            "stop": 1259792900
        }
    ]
}