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=4963
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=4964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4962",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4963,
    "results": [
        {
            "start": 874451741,
            "stop": 874451766
        },
        {
            "start": 874451773,
            "stop": 874451911
        },
        {
            "start": 874451918,
            "stop": 874451937
        },
        {
            "start": 874451944,
            "stop": 874451955
        },
        {
            "start": 874451963,
            "stop": 874451979
        },
        {
            "start": 874451986,
            "stop": 874452030
        },
        {
            "start": 874452037,
            "stop": 874452054
        },
        {
            "start": 874452062,
            "stop": 874452150
        },
        {
            "start": 874452159,
            "stop": 874452217
        },
        {
            "start": 874452224,
            "stop": 874452319
        },
        {
            "start": 874452327,
            "stop": 874452374
        },
        {
            "start": 874452381,
            "stop": 874452397
        },
        {
            "start": 874452405,
            "stop": 874452433
        },
        {
            "start": 874452440,
            "stop": 874452443
        },
        {
            "start": 874452450,
            "stop": 874452497
        },
        {
            "start": 874452504,
            "stop": 874452576
        },
        {
            "start": 874452583,
            "stop": 874452587
        },
        {
            "start": 874452595,
            "stop": 874452611
        },
        {
            "start": 874452618,
            "stop": 874452630
        },
        {
            "start": 874452637,
            "stop": 874452644
        }
    ]
}