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=885
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=886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=884",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 885,
    "results": [
        {
            "start": 866380630,
            "stop": 866380900
        },
        {
            "start": 866381050,
            "stop": 866381140
        },
        {
            "start": 866381440,
            "stop": 866381740
        },
        {
            "start": 866381920,
            "stop": 866381980
        },
        {
            "start": 866382310,
            "stop": 866382430
        },
        {
            "start": 866382715,
            "stop": 866383345
        },
        {
            "start": 866383375,
            "stop": 866383435
        },
        {
            "start": 866383525,
            "stop": 866383975
        },
        {
            "start": 866384245,
            "stop": 866384515
        },
        {
            "start": 866384635,
            "stop": 866384695
        },
        {
            "start": 866384845,
            "stop": 866385565
        },
        {
            "start": 866385715,
            "stop": 866385775
        },
        {
            "start": 866386345,
            "stop": 866386495
        },
        {
            "start": 866409442,
            "stop": 866409502
        },
        {
            "start": 866409652,
            "stop": 866409922
        },
        {
            "start": 866410388,
            "stop": 866410478
        },
        {
            "start": 866410508,
            "stop": 866410808
        },
        {
            "start": 866415873,
            "stop": 866420193
        },
        {
            "start": 866420343,
            "stop": 866422863
        },
        {
            "start": 866423253,
            "stop": 866423583
        }
    ]
}