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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=214",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 215,
    "results": [
        {
            "start": 853934433,
            "stop": 853938891
        },
        {
            "start": 853939852,
            "stop": 853946696
        },
        {
            "start": 854004721,
            "stop": 854005665
        },
        {
            "start": 854005840,
            "stop": 854006150
        },
        {
            "start": 854006258,
            "stop": 854009084
        },
        {
            "start": 854010660,
            "stop": 854024456
        },
        {
            "start": 854026928,
            "stop": 854035128
        },
        {
            "start": 854035396,
            "stop": 854035502
        },
        {
            "start": 854035696,
            "stop": 854036160
        },
        {
            "start": 854327996,
            "stop": 854344520
        },
        {
            "start": 854345269,
            "stop": 854352740
        },
        {
            "start": 854354524,
            "stop": 854369713
        },
        {
            "start": 854370906,
            "stop": 854372835
        },
        {
            "start": 854373628,
            "stop": 854374431
        },
        {
            "start": 854374562,
            "stop": 854376869
        },
        {
            "start": 854386895,
            "stop": 854389308
        },
        {
            "start": 854389676,
            "stop": 854391808
        },
        {
            "start": 854393853,
            "stop": 854394031
        },
        {
            "start": 854394181,
            "stop": 854402734
        },
        {
            "start": 854405043,
            "stop": 854438797
        }
    ]
}