Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=50
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=49",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 50,
    "results": [
        {
            "start": 830434954,
            "stop": 830437203
        },
        {
            "start": 830437837,
            "stop": 830440487
        },
        {
            "start": 830441058,
            "stop": 830450766
        },
        {
            "start": 830451335,
            "stop": 830452166
        },
        {
            "start": 830452498,
            "stop": 830460613
        },
        {
            "start": 830462461,
            "stop": 830469243
        },
        {
            "start": 830470062,
            "stop": 830491596
        },
        {
            "start": 830494997,
            "stop": 830496830
        },
        {
            "start": 830496979,
            "stop": 830505451
        },
        {
            "start": 830505596,
            "stop": 830510457
        },
        {
            "start": 830510556,
            "stop": 830510561
        },
        {
            "start": 830510699,
            "stop": 830533636
        },
        {
            "start": 830534836,
            "stop": 830534944
        },
        {
            "start": 830536231,
            "stop": 830537657
        },
        {
            "start": 830538022,
            "stop": 830541101
        },
        {
            "start": 830542066,
            "stop": 830542547
        },
        {
            "start": 830543101,
            "stop": 830545240
        },
        {
            "start": 830546039,
            "stop": 830547556
        },
        {
            "start": 830548282,
            "stop": 830548464
        },
        {
            "start": 830549696,
            "stop": 830549869
        }
    ]
}