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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=5",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 6,
    "results": [
        {
            "start": 1259507346,
            "stop": 1259513609
        },
        {
            "start": 1259513705,
            "stop": 1259519969
        },
        {
            "start": 1259520915,
            "stop": 1259526363
        },
        {
            "start": 1259526469,
            "stop": 1259528433
        },
        {
            "start": 1259534118,
            "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": 1259605756
        },
        {
            "start": 1259606139,
            "stop": 1259631316
        },
        {
            "start": 1259639019,
            "stop": 1259733891
        },
        {
            "start": 1259733983,
            "stop": 1259740251
        },
        {
            "start": 1259740336,
            "stop": 1259746599
        },
        {
            "start": 1259746679,
            "stop": 1259752947
        },
        {
            "start": 1259753028,
            "stop": 1259759296
        },
        {
            "start": 1259759377,
            "stop": 1259765641
        },
        {
            "start": 1259791400,
            "stop": 1259792900
        },
        {
            "start": 1259798434,
            "stop": 1259854875
        }
    ]
}