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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=230",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 231,
    "results": [
        {
            "start": 827630359,
            "stop": 827630599
        },
        {
            "start": 827632410,
            "stop": 827632650
        },
        {
            "start": 827633515,
            "stop": 827633575
        },
        {
            "start": 827634687,
            "stop": 827634747
        },
        {
            "start": 827635504,
            "stop": 827635744
        },
        {
            "start": 827636007,
            "stop": 827636307
        },
        {
            "start": 827636905,
            "stop": 827636965
        },
        {
            "start": 827637109,
            "stop": 827637289
        },
        {
            "start": 827638397,
            "stop": 827638517
        },
        {
            "start": 827639083,
            "stop": 827639143
        },
        {
            "start": 827639392,
            "stop": 827639632
        },
        {
            "start": 827641227,
            "stop": 827641587
        },
        {
            "start": 827642464,
            "stop": 827642584
        },
        {
            "start": 827642731,
            "stop": 827642791
        },
        {
            "start": 827642953,
            "stop": 827643013
        },
        {
            "start": 827643709,
            "stop": 827643769
        },
        {
            "start": 827644509,
            "stop": 827644809
        },
        {
            "start": 827645240,
            "stop": 827645300
        },
        {
            "start": 827645646,
            "stop": 827645706
        },
        {
            "start": 827650338,
            "stop": 827650398
        }
    ]
}