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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=110",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 111,
    "results": [
        {
            "start": 854313922,
            "stop": 854315513
        },
        {
            "start": 854323839,
            "stop": 854324746
        },
        {
            "start": 854326883,
            "stop": 854408778
        },
        {
            "start": 854410252,
            "stop": 854427613
        },
        {
            "start": 854428266,
            "stop": 854476878
        },
        {
            "start": 854477899,
            "stop": 854478786
        },
        {
            "start": 854479545,
            "stop": 854482241
        },
        {
            "start": 854483246,
            "stop": 854483456
        },
        {
            "start": 854483940,
            "stop": 854504691
        },
        {
            "start": 854505380,
            "stop": 854584206
        },
        {
            "start": 854586719,
            "stop": 854618035
        },
        {
            "start": 854620246,
            "stop": 854658330
        },
        {
            "start": 854662556,
            "stop": 854666486
        },
        {
            "start": 854667569,
            "stop": 854705323
        },
        {
            "start": 854706346,
            "stop": 854706553
        },
        {
            "start": 854707221,
            "stop": 854751273
        },
        {
            "start": 854752774,
            "stop": 854770236
        },
        {
            "start": 854771300,
            "stop": 854794530
        },
        {
            "start": 854794979,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854830113
        }
    ]
}