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=9750
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=9751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9749",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9750,
    "results": [
        {
            "start": 873463769,
            "stop": 873463771
        },
        {
            "start": 873463774,
            "stop": 873463776
        },
        {
            "start": 873463777,
            "stop": 873463781
        },
        {
            "start": 873463782,
            "stop": 873463792
        },
        {
            "start": 873463793,
            "stop": 873463796
        },
        {
            "start": 873463797,
            "stop": 873463805
        },
        {
            "start": 873463807,
            "stop": 873463810
        },
        {
            "start": 873463813,
            "stop": 873463818
        },
        {
            "start": 873463820,
            "stop": 873463823
        },
        {
            "start": 873463824,
            "stop": 873463842
        },
        {
            "start": 873463843,
            "stop": 873463845
        },
        {
            "start": 873463850,
            "stop": 873463863
        },
        {
            "start": 873463864,
            "stop": 873463877
        },
        {
            "start": 873463878,
            "stop": 873463881
        },
        {
            "start": 873463882,
            "stop": 873463896
        },
        {
            "start": 873463897,
            "stop": 873463900
        },
        {
            "start": 873463901,
            "stop": 873463933
        },
        {
            "start": 873463935,
            "stop": 873463938
        },
        {
            "start": 873463940,
            "stop": 873463949
        },
        {
            "start": 873463950,
            "stop": 873463960
        }
    ]
}