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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=295",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 296,
    "results": [
        {
            "start": 832184621,
            "stop": 832184681
        },
        {
            "start": 832196801,
            "stop": 832196921
        },
        {
            "start": 832198393,
            "stop": 832198543
        },
        {
            "start": 832198735,
            "stop": 832198855
        },
        {
            "start": 832199002,
            "stop": 832199302
        },
        {
            "start": 832200910,
            "stop": 832200970
        },
        {
            "start": 832201090,
            "stop": 832201630
        },
        {
            "start": 832201854,
            "stop": 832201914
        },
        {
            "start": 832202102,
            "stop": 832202282
        },
        {
            "start": 832202850,
            "stop": 832202970
        },
        {
            "start": 832203120,
            "stop": 832205610
        },
        {
            "start": 832209282,
            "stop": 832212882
        },
        {
            "start": 832218737,
            "stop": 832218797
        },
        {
            "start": 832219072,
            "stop": 832219192
        },
        {
            "start": 832219376,
            "stop": 832219616
        },
        {
            "start": 832220222,
            "stop": 832220282
        },
        {
            "start": 832220433,
            "stop": 832220673
        },
        {
            "start": 832220807,
            "stop": 832221227
        },
        {
            "start": 832221665,
            "stop": 832224665
        },
        {
            "start": 832224901,
            "stop": 832228261
        }
    ]
}