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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=67",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 68,
    "results": [
        {
            "start": 931592331,
            "stop": 931592347
        },
        {
            "start": 931592354,
            "stop": 931592365
        },
        {
            "start": 931592378,
            "stop": 931592387
        },
        {
            "start": 931592394,
            "stop": 931592407
        },
        {
            "start": 931592448,
            "stop": 931592459
        },
        {
            "start": 931592465,
            "stop": 931592474
        },
        {
            "start": 931592481,
            "stop": 931592491
        },
        {
            "start": 931592516,
            "stop": 931592518
        },
        {
            "start": 931592544,
            "stop": 931592548
        },
        {
            "start": 931592565,
            "stop": 931592567
        },
        {
            "start": 931592579,
            "stop": 931592590
        },
        {
            "start": 931592608,
            "stop": 931592616
        },
        {
            "start": 931592622,
            "stop": 931592632
        },
        {
            "start": 931592638,
            "stop": 931592641
        },
        {
            "start": 931592705,
            "stop": 931592709
        },
        {
            "start": 931592769,
            "stop": 931592775
        },
        {
            "start": 931592786,
            "stop": 931592792
        },
        {
            "start": 931592836,
            "stop": 931592849
        },
        {
            "start": 931592861,
            "stop": 931592865
        },
        {
            "start": 931592894,
            "stop": 931592898
        }
    ]
}