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/H1_STOCH_CAT1/segments?format=api&page=1350
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1349",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1350,
    "results": [
        {
            "start": 843849954,
            "stop": 843849958
        },
        {
            "start": 843849961,
            "stop": 843849962
        },
        {
            "start": 843849965,
            "stop": 843850034
        },
        {
            "start": 843850040,
            "stop": 843850054
        },
        {
            "start": 843850057,
            "stop": 843850060
        },
        {
            "start": 843850063,
            "stop": 843850066
        },
        {
            "start": 843850069,
            "stop": 843850071
        },
        {
            "start": 843850076,
            "stop": 843850098
        },
        {
            "start": 843850101,
            "stop": 843850120
        },
        {
            "start": 843850123,
            "stop": 843850135
        },
        {
            "start": 843850138,
            "stop": 843850189
        },
        {
            "start": 843850192,
            "stop": 843850195
        },
        {
            "start": 843850198,
            "stop": 843850205
        },
        {
            "start": 843850208,
            "stop": 843850222
        },
        {
            "start": 843850227,
            "stop": 843850232
        },
        {
            "start": 843850235,
            "stop": 843850238
        },
        {
            "start": 843850241,
            "stop": 843850258
        },
        {
            "start": 843850261,
            "stop": 843850265
        },
        {
            "start": 843850268,
            "stop": 843850274
        },
        {
            "start": 843850277,
            "stop": 843850278
        }
    ]
}