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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=264",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 265,
    "results": [
        {
            "start": 821669672,
            "stop": 821669789
        },
        {
            "start": 821669800,
            "stop": 821670101
        },
        {
            "start": 821670845,
            "stop": 821670875
        },
        {
            "start": 821671030,
            "stop": 821671287
        },
        {
            "start": 821671312,
            "stop": 821671329
        },
        {
            "start": 821672824,
            "stop": 821673406
        },
        {
            "start": 821673474,
            "stop": 821674515
        },
        {
            "start": 821674579,
            "stop": 821674647
        },
        {
            "start": 821674849,
            "stop": 821676563
        },
        {
            "start": 821676612,
            "stop": 821676850
        },
        {
            "start": 821676855,
            "stop": 821678548
        },
        {
            "start": 821678553,
            "stop": 821680018
        },
        {
            "start": 821680023,
            "stop": 821681285
        },
        {
            "start": 821681290,
            "stop": 821681684
        },
        {
            "start": 821681690,
            "stop": 821682002
        },
        {
            "start": 821682007,
            "stop": 821683215
        },
        {
            "start": 821683220,
            "stop": 821683367
        },
        {
            "start": 821683373,
            "stop": 821684868
        },
        {
            "start": 821684873,
            "stop": 821687134
        },
        {
            "start": 821687139,
            "stop": 821690056
        }
    ]
}