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_H1L1/segments?format=api&page=214
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_H1L1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=213",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 214,
    "results": [
        {
            "start": 827214367,
            "stop": 827214427
        },
        {
            "start": 827214457,
            "stop": 827214847
        },
        {
            "start": 827214990,
            "stop": 827215530
        },
        {
            "start": 827215725,
            "stop": 827215845
        },
        {
            "start": 827216231,
            "stop": 827217071
        },
        {
            "start": 827217293,
            "stop": 827217713
        },
        {
            "start": 827218055,
            "stop": 827218265
        },
        {
            "start": 827218471,
            "stop": 827218591
        },
        {
            "start": 827218983,
            "stop": 827219583
        },
        {
            "start": 827219765,
            "stop": 827219945
        },
        {
            "start": 827220288,
            "stop": 827220468
        },
        {
            "start": 827220997,
            "stop": 827221237
        },
        {
            "start": 827221554,
            "stop": 827221854
        },
        {
            "start": 827222025,
            "stop": 827222565
        },
        {
            "start": 827222772,
            "stop": 827223192
        },
        {
            "start": 827223354,
            "stop": 827226624
        },
        {
            "start": 827226964,
            "stop": 827228224
        },
        {
            "start": 827228394,
            "stop": 827229294
        },
        {
            "start": 827229501,
            "stop": 827229951
        },
        {
            "start": 827230219,
            "stop": 827230579
        }
    ]
}