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=721
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=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=720",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 721,
    "results": [
        {
            "start": 856973120,
            "stop": 856979900
        },
        {
            "start": 856980268,
            "stop": 856981468
        },
        {
            "start": 856981787,
            "stop": 856985447
        },
        {
            "start": 856988295,
            "stop": 856991295
        },
        {
            "start": 856994321,
            "stop": 857006921
        },
        {
            "start": 857008683,
            "stop": 857014983
        },
        {
            "start": 857015175,
            "stop": 857022045
        },
        {
            "start": 857022222,
            "stop": 857025642
        },
        {
            "start": 857025845,
            "stop": 857031605
        },
        {
            "start": 857032908,
            "stop": 857034948
        },
        {
            "start": 857035094,
            "stop": 857035274
        },
        {
            "start": 857035442,
            "stop": 857038202
        },
        {
            "start": 857038417,
            "stop": 857044177
        },
        {
            "start": 857044314,
            "stop": 857045034
        },
        {
            "start": 857045183,
            "stop": 857045243
        },
        {
            "start": 857045414,
            "stop": 857047694
        },
        {
            "start": 857047872,
            "stop": 857047932
        },
        {
            "start": 857048821,
            "stop": 857049481
        },
        {
            "start": 857049635,
            "stop": 857051255
        },
        {
            "start": 857051410,
            "stop": 857053750
        }
    ]
}