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_CBCHIGH_CAT3/segments?format=api&page=9034
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9033",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9034,
    "results": [
        {
            "start": 874202367,
            "stop": 874203043
        },
        {
            "start": 874203060,
            "stop": 874203300
        },
        {
            "start": 874203323,
            "stop": 874203410
        },
        {
            "start": 874203429,
            "stop": 874205361
        },
        {
            "start": 874205380,
            "stop": 874209940
        },
        {
            "start": 874209960,
            "stop": 874210878
        },
        {
            "start": 874210895,
            "stop": 874211025
        },
        {
            "start": 874211042,
            "stop": 874211839
        },
        {
            "start": 874211859,
            "stop": 874211871
        },
        {
            "start": 874211891,
            "stop": 874213566
        },
        {
            "start": 874213583,
            "stop": 874214350
        },
        {
            "start": 874214367,
            "stop": 874214932
        },
        {
            "start": 874214951,
            "stop": 874216024
        },
        {
            "start": 874216041,
            "stop": 874216215
        },
        {
            "start": 874216245,
            "stop": 874216445
        },
        {
            "start": 874216462,
            "stop": 874216540
        },
        {
            "start": 874216559,
            "stop": 874216585
        },
        {
            "start": 874216634,
            "stop": 874218413
        },
        {
            "start": 874218430,
            "stop": 874219058
        },
        {
            "start": 874219078,
            "stop": 874219177
        }
    ]
}