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=2330
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=2331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2329",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2330,
    "results": [
        {
            "start": 874385838,
            "stop": 874386857
        },
        {
            "start": 874386901,
            "stop": 874386957
        },
        {
            "start": 874386990,
            "stop": 874388629
        },
        {
            "start": 874388648,
            "stop": 874388758
        },
        {
            "start": 874388809,
            "stop": 874388833
        },
        {
            "start": 874388915,
            "stop": 874388927
        },
        {
            "start": 874388948,
            "stop": 874388962
        },
        {
            "start": 874389045,
            "stop": 874389076
        },
        {
            "start": 874389122,
            "stop": 874389419
        },
        {
            "start": 874389438,
            "stop": 874389451
        },
        {
            "start": 874389506,
            "stop": 874389644
        },
        {
            "start": 874389663,
            "stop": 874389666
        },
        {
            "start": 874389698,
            "stop": 874391581
        },
        {
            "start": 874391600,
            "stop": 874391659
        },
        {
            "start": 874391708,
            "stop": 874391785
        },
        {
            "start": 874391804,
            "stop": 874392426
        },
        {
            "start": 874392445,
            "stop": 874392539
        },
        {
            "start": 874392560,
            "stop": 874392929
        },
        {
            "start": 874392961,
            "stop": 874393348
        },
        {
            "start": 874393367,
            "stop": 874393414
        }
    ]
}