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=714
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=715",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=713",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 714,
    "results": [
        {
            "start": 952465040,
            "stop": 952465338
        },
        {
            "start": 952465344,
            "stop": 952469655
        },
        {
            "start": 952469661,
            "stop": 952470712
        },
        {
            "start": 952470718,
            "stop": 952470956
        },
        {
            "start": 952470962,
            "stop": 952471526
        },
        {
            "start": 952471532,
            "stop": 952472486
        },
        {
            "start": 952472491,
            "stop": 952473128
        },
        {
            "start": 952473133,
            "stop": 952473676
        },
        {
            "start": 952473682,
            "stop": 952473939
        },
        {
            "start": 952473944,
            "stop": 952474047
        },
        {
            "start": 952474053,
            "stop": 952474757
        },
        {
            "start": 952480932,
            "stop": 952484122
        },
        {
            "start": 952484127,
            "stop": 952484636
        },
        {
            "start": 952484945,
            "stop": 952485054
        },
        {
            "start": 952485060,
            "stop": 952486997
        },
        {
            "start": 952487003,
            "stop": 952492609
        },
        {
            "start": 952492615,
            "stop": 952498730
        },
        {
            "start": 952498736,
            "stop": 952498970
        },
        {
            "start": 952498976,
            "stop": 952499907
        },
        {
            "start": 952499913,
            "stop": 952501156
        }
    ]
}