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=4931
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=4932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4930",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4931,
    "results": [
        {
            "start": 874395172,
            "stop": 874395213
        },
        {
            "start": 874395220,
            "stop": 874395308
        },
        {
            "start": 874395315,
            "stop": 874395364
        },
        {
            "start": 874395371,
            "stop": 874395414
        },
        {
            "start": 874395422,
            "stop": 874395457
        },
        {
            "start": 874395469,
            "stop": 874395594
        },
        {
            "start": 874395601,
            "stop": 874395615
        },
        {
            "start": 874395622,
            "stop": 874395659
        },
        {
            "start": 874395666,
            "stop": 874395711
        },
        {
            "start": 874395719,
            "stop": 874395835
        },
        {
            "start": 874395842,
            "stop": 874395854
        },
        {
            "start": 874395861,
            "stop": 874395874
        },
        {
            "start": 874395881,
            "stop": 874395891
        },
        {
            "start": 874395903,
            "stop": 874395944
        },
        {
            "start": 874395951,
            "stop": 874396119
        },
        {
            "start": 874396126,
            "stop": 874396249
        },
        {
            "start": 874396256,
            "stop": 874396261
        },
        {
            "start": 874396268,
            "stop": 874396440
        },
        {
            "start": 874396447,
            "stop": 874396524
        },
        {
            "start": 874396531,
            "stop": 874396542
        }
    ]
}