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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=889",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 890,
    "results": [
        {
            "start": 863849228,
            "stop": 863850518
        },
        {
            "start": 863850668,
            "stop": 863854628
        },
        {
            "start": 863855755,
            "stop": 863862415
        },
        {
            "start": 863862634,
            "stop": 863872054
        },
        {
            "start": 863872890,
            "stop": 863873010
        },
        {
            "start": 863873169,
            "stop": 863873979
        },
        {
            "start": 863874129,
            "stop": 863874309
        },
        {
            "start": 863874511,
            "stop": 863874931
        },
        {
            "start": 863875245,
            "stop": 863875365
        },
        {
            "start": 863875508,
            "stop": 863875748
        },
        {
            "start": 863875897,
            "stop": 863876137
        },
        {
            "start": 863876509,
            "stop": 863876569
        },
        {
            "start": 863876836,
            "stop": 863876896
        },
        {
            "start": 863903759,
            "stop": 863904119
        },
        {
            "start": 863904921,
            "stop": 863905401
        },
        {
            "start": 863905560,
            "stop": 863905740
        },
        {
            "start": 863906016,
            "stop": 863906556
        },
        {
            "start": 863906696,
            "stop": 863906816
        },
        {
            "start": 863906968,
            "stop": 863907028
        },
        {
            "start": 863908295,
            "stop": 863908715
        }
    ]
}