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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=210",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 211,
    "results": [
        {
            "start": 826873905,
            "stop": 826874025
        },
        {
            "start": 826874869,
            "stop": 826874929
        },
        {
            "start": 826875959,
            "stop": 826876019
        },
        {
            "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
        },
        {
            "start": 826886575,
            "stop": 826886875
        },
        {
            "start": 826887102,
            "stop": 826887222
        },
        {
            "start": 826887368,
            "stop": 826887548
        },
        {
            "start": 826887721,
            "stop": 826887781
        },
        {
            "start": 826891937,
            "stop": 826892177
        },
        {
            "start": 826937802,
            "stop": 826937862
        }
    ]
}