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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=101",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 102,
    "results": [
        {
            "start": 850272772,
            "stop": 850276003
        },
        {
            "start": 850276994,
            "stop": 850282743
        },
        {
            "start": 850284828,
            "stop": 850317452
        },
        {
            "start": 850324837,
            "stop": 850330628
        },
        {
            "start": 850331099,
            "stop": 850331153
        },
        {
            "start": 850331910,
            "stop": 850346069
        },
        {
            "start": 850346506,
            "stop": 850362242
        },
        {
            "start": 850363263,
            "stop": 850370175
        },
        {
            "start": 850373568,
            "stop": 850395840
        },
        {
            "start": 850397098,
            "stop": 850405267
        },
        {
            "start": 850406348,
            "stop": 850488192
        },
        {
            "start": 850490026,
            "stop": 850490769
        },
        {
            "start": 850491543,
            "stop": 850514501
        },
        {
            "start": 850515309,
            "stop": 850518007
        },
        {
            "start": 850518897,
            "stop": 850532651
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602913
        },
        {
            "start": 850603583,
            "stop": 850643037
        },
        {
            "start": 850644406,
            "stop": 850666518
        }
    ]
}