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=5013
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=5014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5012",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5013,
    "results": [
        {
            "start": 874550700,
            "stop": 874550745
        },
        {
            "start": 874550753,
            "stop": 874550775
        },
        {
            "start": 874550782,
            "stop": 874550834
        },
        {
            "start": 874550842,
            "stop": 874550856
        },
        {
            "start": 874550864,
            "stop": 874550889
        },
        {
            "start": 874550896,
            "stop": 874550967
        },
        {
            "start": 874550974,
            "stop": 874551002
        },
        {
            "start": 874551009,
            "stop": 874551070
        },
        {
            "start": 874551077,
            "stop": 874551107
        },
        {
            "start": 874551114,
            "stop": 874551119
        },
        {
            "start": 874551126,
            "stop": 874551182
        },
        {
            "start": 874551191,
            "stop": 874551210
        },
        {
            "start": 874551217,
            "stop": 874551226
        },
        {
            "start": 874551234,
            "stop": 874551316
        },
        {
            "start": 874551323,
            "stop": 874551387
        },
        {
            "start": 874551394,
            "stop": 874551515
        },
        {
            "start": 874551522,
            "stop": 874551570
        },
        {
            "start": 874551578,
            "stop": 874551625
        },
        {
            "start": 874551637,
            "stop": 874551688
        },
        {
            "start": 874551695,
            "stop": 874551808
        }
    ]
}