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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9776",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9777,
    "results": [
        {
            "start": 873721765,
            "stop": 873721767
        },
        {
            "start": 873721768,
            "stop": 873723142
        },
        {
            "start": 873723148,
            "stop": 873723390
        },
        {
            "start": 873723393,
            "stop": 873723408
        },
        {
            "start": 873723411,
            "stop": 873723424
        },
        {
            "start": 873723427,
            "stop": 873723433
        },
        {
            "start": 873723436,
            "stop": 873723626
        },
        {
            "start": 873723690,
            "stop": 873723860
        },
        {
            "start": 873723861,
            "stop": 873723882
        },
        {
            "start": 873723885,
            "stop": 873724444
        },
        {
            "start": 873724447,
            "stop": 873724648
        },
        {
            "start": 873724649,
            "stop": 873724726
        },
        {
            "start": 873724727,
            "stop": 873724848
        },
        {
            "start": 873728672,
            "stop": 873728673
        },
        {
            "start": 873728682,
            "stop": 873728683
        },
        {
            "start": 873728790,
            "stop": 873728791
        },
        {
            "start": 873728792,
            "stop": 873728794
        },
        {
            "start": 873728796,
            "stop": 873728797
        },
        {
            "start": 873728802,
            "stop": 873728815
        },
        {
            "start": 873728817,
            "stop": 873728819
        }
    ]
}