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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=279",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 280,
    "results": [
        {
            "start": 1264756510,
            "stop": 1264756530
        },
        {
            "start": 1264756531,
            "stop": 1264756542
        },
        {
            "start": 1264756543,
            "stop": 1264756551
        },
        {
            "start": 1264756553,
            "stop": 1264756554
        },
        {
            "start": 1264756555,
            "stop": 1264756557
        },
        {
            "start": 1264756566,
            "stop": 1264756568
        },
        {
            "start": 1264756572,
            "stop": 1264756585
        },
        {
            "start": 1264756591,
            "stop": 1264756592
        },
        {
            "start": 1264756593,
            "stop": 1264756606
        },
        {
            "start": 1264756607,
            "stop": 1264756609
        },
        {
            "start": 1264756611,
            "stop": 1264756613
        },
        {
            "start": 1264756614,
            "stop": 1264756615
        },
        {
            "start": 1264756616,
            "stop": 1264756621
        },
        {
            "start": 1264756623,
            "stop": 1264756624
        },
        {
            "start": 1264756625,
            "stop": 1264756626
        },
        {
            "start": 1264756627,
            "stop": 1264756628
        },
        {
            "start": 1264756629,
            "stop": 1264756630
        },
        {
            "start": 1264756632,
            "stop": 1264756640
        },
        {
            "start": 1264756641,
            "stop": 1264756648
        },
        {
            "start": 1264756649,
            "stop": 1264756657
        }
    ]
}