Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=101",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 102,
    "results": [
        {
            "start": 1263910328,
            "stop": 1263910374
        },
        {
            "start": 1263910375,
            "stop": 1263910381
        },
        {
            "start": 1263910383,
            "stop": 1263910418
        },
        {
            "start": 1263910419,
            "stop": 1263910496
        },
        {
            "start": 1263910497,
            "stop": 1263910500
        },
        {
            "start": 1263910502,
            "stop": 1263910553
        },
        {
            "start": 1263910554,
            "stop": 1263910560
        },
        {
            "start": 1263910561,
            "stop": 1263910593
        },
        {
            "start": 1263910595,
            "stop": 1263910791
        },
        {
            "start": 1263910793,
            "stop": 1263910795
        },
        {
            "start": 1263910796,
            "stop": 1263910801
        },
        {
            "start": 1263910803,
            "stop": 1263910809
        },
        {
            "start": 1263910811,
            "stop": 1263910957
        },
        {
            "start": 1263910959,
            "stop": 1263910966
        },
        {
            "start": 1263910969,
            "stop": 1263911068
        },
        {
            "start": 1263911070,
            "stop": 1263911332
        },
        {
            "start": 1263911335,
            "stop": 1263911407
        },
        {
            "start": 1263911409,
            "stop": 1263911555
        },
        {
            "start": 1263911557,
            "stop": 1263911559
        },
        {
            "start": 1263911561,
            "stop": 1263911563
        }
    ]
}