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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=837",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 838,
    "results": [
        {
            "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": 863905565,
            "stop": 863905865
        },
        {
            "start": 863906016,
            "stop": 863906556
        },
        {
            "start": 863906696,
            "stop": 863906816
        },
        {
            "start": 863906968,
            "stop": 863907028
        },
        {
            "start": 863908295,
            "stop": 863908715
        },
        {
            "start": 863908936,
            "stop": 863909176
        },
        {
            "start": 863910586,
            "stop": 863912986
        },
        {
            "start": 863916162,
            "stop": 863920362
        },
        {
            "start": 863920597,
            "stop": 863921497
        },
        {
            "start": 863921587,
            "stop": 863921647
        },
        {
            "start": 863921677,
            "stop": 863922637
        },
        {
            "start": 863922787,
            "stop": 863923537
        },
        {
            "start": 863923567,
            "stop": 863924347
        }
    ]
}