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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_DATA/segments?format=api&page=140",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 141,
    "results": [
        {
            "start": 855881028,
            "stop": 855901525
        },
        {
            "start": 855902474,
            "stop": 855949022
        },
        {
            "start": 855949748,
            "stop": 855950343
        },
        {
            "start": 855951049,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954979
        },
        {
            "start": 855955232,
            "stop": 855955336
        },
        {
            "start": 856005511,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058221
        },
        {
            "start": 856059052,
            "stop": 856068034
        },
        {
            "start": 856068983,
            "stop": 856115639
        },
        {
            "start": 856115778,
            "stop": 856127009
        },
        {
            "start": 856127121,
            "stop": 856128159
        },
        {
            "start": 856128788,
            "stop": 856130982
        },
        {
            "start": 856131122,
            "stop": 856131676
        },
        {
            "start": 856132776,
            "stop": 856133546
        },
        {
            "start": 856134363,
            "stop": 856135778
        },
        {
            "start": 856136680,
            "stop": 856143263
        },
        {
            "start": 856143409,
            "stop": 856201784
        },
        {
            "start": 856202700,
            "stop": 856258898
        }
    ]
}