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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=203",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 204,
    "results": [
        {
            "start": 826869921,
            "stop": 826870161
        },
        {
            "start": 826870342,
            "stop": 826870642
        },
        {
            "start": 826870807,
            "stop": 826870867
        },
        {
            "start": 826871137,
            "stop": 826871257
        },
        {
            "start": 826871443,
            "stop": 826871503
        },
        {
            "start": 826872279,
            "stop": 826872339
        },
        {
            "start": 826872500,
            "stop": 826872620
        },
        {
            "start": 826873905,
            "stop": 826874025
        },
        {
            "start": 826874869,
            "stop": 826874929
        },
        {
            "start": 826876350,
            "stop": 826876470
        },
        {
            "start": 826877088,
            "stop": 826877148
        },
        {
            "start": 826878114,
            "stop": 826878234
        },
        {
            "start": 826878554,
            "stop": 826878614
        },
        {
            "start": 826878959,
            "stop": 826879019
        },
        {
            "start": 826879289,
            "stop": 826879409
        },
        {
            "start": 826879793,
            "stop": 826879913
        },
        {
            "start": 826880331,
            "stop": 826880571
        },
        {
            "start": 826881565,
            "stop": 826881625
        },
        {
            "start": 826882039,
            "stop": 826882819
        },
        {
            "start": 826882966,
            "stop": 826883026
        }
    ]
}