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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4938",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4939,
    "results": [
        {
            "start": 874416639,
            "stop": 874416654
        },
        {
            "start": 874416661,
            "stop": 874416889
        },
        {
            "start": 874416898,
            "stop": 874417018
        },
        {
            "start": 874417025,
            "stop": 874417075
        },
        {
            "start": 874417082,
            "stop": 874417106
        },
        {
            "start": 874417113,
            "stop": 874417130
        },
        {
            "start": 874417137,
            "stop": 874417641
        },
        {
            "start": 874417649,
            "stop": 874417702
        },
        {
            "start": 874417709,
            "stop": 874417721
        },
        {
            "start": 874417728,
            "stop": 874418022
        },
        {
            "start": 874418029,
            "stop": 874418045
        },
        {
            "start": 874418052,
            "stop": 874418110
        },
        {
            "start": 874418117,
            "stop": 874418215
        },
        {
            "start": 874418222,
            "stop": 874418268
        },
        {
            "start": 874418279,
            "stop": 874418302
        },
        {
            "start": 874418309,
            "stop": 874418393
        },
        {
            "start": 874418400,
            "stop": 874418422
        },
        {
            "start": 874418433,
            "stop": 874418784
        },
        {
            "start": 874418791,
            "stop": 874418940
        },
        {
            "start": 874418947,
            "stop": 874419208
        }
    ]
}