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=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=378",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 379,
    "results": [
        {
            "start": 836160225,
            "stop": 836160825
        },
        {
            "start": 836161027,
            "stop": 836164987
        },
        {
            "start": 836165983,
            "stop": 836169223
        },
        {
            "start": 836169517,
            "stop": 836183797
        },
        {
            "start": 836183827,
            "stop": 836183947
        },
        {
            "start": 836184037,
            "stop": 836186257
        },
        {
            "start": 836186347,
            "stop": 836187157
        },
        {
            "start": 836187309,
            "stop": 836188089
        },
        {
            "start": 836188239,
            "stop": 836188569
        },
        {
            "start": 836189933,
            "stop": 836196113
        },
        {
            "start": 836196301,
            "stop": 836196361
        },
        {
            "start": 836200270,
            "stop": 836203090
        },
        {
            "start": 836204520,
            "stop": 836204670
        },
        {
            "start": 836204820,
            "stop": 836205720
        },
        {
            "start": 836205870,
            "stop": 836220480
        },
        {
            "start": 836221314,
            "stop": 836224974
        },
        {
            "start": 836225142,
            "stop": 836228442
        },
        {
            "start": 836229056,
            "stop": 836233496
        },
        {
            "start": 836238945,
            "stop": 836239005
        },
        {
            "start": 836239519,
            "stop": 836240599
        }
    ]
}