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=4932
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=4933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4931",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4932,
    "results": [
        {
            "start": 874396549,
            "stop": 874396625
        },
        {
            "start": 874396632,
            "stop": 874396676
        },
        {
            "start": 874396683,
            "stop": 874396731
        },
        {
            "start": 874396739,
            "stop": 874396932
        },
        {
            "start": 874396940,
            "stop": 874396945
        },
        {
            "start": 874396952,
            "stop": 874396964
        },
        {
            "start": 874396971,
            "stop": 874397041
        },
        {
            "start": 874397048,
            "stop": 874397067
        },
        {
            "start": 874397074,
            "stop": 874397151
        },
        {
            "start": 874397158,
            "stop": 874397238
        },
        {
            "start": 874397245,
            "stop": 874397356
        },
        {
            "start": 874397363,
            "stop": 874397384
        },
        {
            "start": 874397391,
            "stop": 874397399
        },
        {
            "start": 874397407,
            "stop": 874397530
        },
        {
            "start": 874397537,
            "stop": 874397599
        },
        {
            "start": 874397606,
            "stop": 874397668
        },
        {
            "start": 874397675,
            "stop": 874397839
        },
        {
            "start": 874397846,
            "stop": 874397936
        },
        {
            "start": 874397943,
            "stop": 874397947
        },
        {
            "start": 874397954,
            "stop": 874398010
        }
    ]
}