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=892
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=893",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=891",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 892,
    "results": [
        {
            "start": 866650534,
            "stop": 866650594
        },
        {
            "start": 866650714,
            "stop": 866650774
        },
        {
            "start": 866650834,
            "stop": 866651044
        },
        {
            "start": 866651074,
            "stop": 866651344
        },
        {
            "start": 866661804,
            "stop": 866664024
        },
        {
            "start": 866664174,
            "stop": 866664594
        },
        {
            "start": 866664744,
            "stop": 866666334
        },
        {
            "start": 866666484,
            "stop": 866671224
        },
        {
            "start": 866671524,
            "stop": 866672604
        },
        {
            "start": 866675677,
            "stop": 866680717
        },
        {
            "start": 866680868,
            "stop": 866682158
        },
        {
            "start": 866682188,
            "stop": 866682518
        },
        {
            "start": 866682668,
            "stop": 866683448
        },
        {
            "start": 866689906,
            "stop": 866690086
        },
        {
            "start": 866690252,
            "stop": 866690312
        },
        {
            "start": 866690524,
            "stop": 866698324
        },
        {
            "start": 866699142,
            "stop": 866699412
        },
        {
            "start": 866699442,
            "stop": 866706522
        },
        {
            "start": 866707334,
            "stop": 866707574
        },
        {
            "start": 866707948,
            "stop": 866711188
        }
    ]
}