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=635
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=636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=634",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 635,
    "results": [
        {
            "start": 851257765,
            "stop": 851257945
        },
        {
            "start": 851258184,
            "stop": 851258274
        },
        {
            "start": 851258304,
            "stop": 851258514
        },
        {
            "start": 851258710,
            "stop": 851258830
        },
        {
            "start": 851258983,
            "stop": 851259283
        },
        {
            "start": 851259417,
            "stop": 851259657
        },
        {
            "start": 851259793,
            "stop": 851260813
        },
        {
            "start": 851260964,
            "stop": 851261714
        },
        {
            "start": 851261955,
            "stop": 851262075
        },
        {
            "start": 851262276,
            "stop": 851262636
        },
        {
            "start": 851304341,
            "stop": 851304761
        },
        {
            "start": 851304821,
            "stop": 851304941
        },
        {
            "start": 851305101,
            "stop": 851305161
        },
        {
            "start": 851305336,
            "stop": 851306506
        },
        {
            "start": 851306536,
            "stop": 851306776
        },
        {
            "start": 851306926,
            "stop": 851307496
        },
        {
            "start": 851307676,
            "stop": 851309296
        },
        {
            "start": 851310472,
            "stop": 851310532
        },
        {
            "start": 851310722,
            "stop": 851312522
        },
        {
            "start": 851313267,
            "stop": 851314107
        }
    ]
}