Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2106
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2105",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2106,
    "results": [
        {
            "start": 871925514,
            "stop": 871925740
        },
        {
            "start": 871925764,
            "stop": 871925861
        },
        {
            "start": 871925884,
            "stop": 871926453
        },
        {
            "start": 871926470,
            "stop": 871926550
        },
        {
            "start": 871926567,
            "stop": 871926663
        },
        {
            "start": 871926682,
            "stop": 871926972
        },
        {
            "start": 871926989,
            "stop": 871927018
        },
        {
            "start": 871927036,
            "stop": 871927517
        },
        {
            "start": 871927536,
            "stop": 871929956
        },
        {
            "start": 871929973,
            "stop": 871930117
        },
        {
            "start": 871930134,
            "stop": 871931122
        },
        {
            "start": 871931149,
            "stop": 871931362
        },
        {
            "start": 871931481,
            "stop": 871931517
        },
        {
            "start": 871931534,
            "stop": 871931718
        },
        {
            "start": 871931740,
            "stop": 871931749
        },
        {
            "start": 871931794,
            "stop": 871931881
        },
        {
            "start": 871931898,
            "stop": 871932087
        },
        {
            "start": 871932111,
            "stop": 871932114
        },
        {
            "start": 871932231,
            "stop": 871932271
        },
        {
            "start": 871932319,
            "stop": 871932348
        }
    ]
}