Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=125",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 126,
    "results": [
        {
            "start": 816741629,
            "stop": 816741701
        },
        {
            "start": 816741704,
            "stop": 816741711
        },
        {
            "start": 816741715,
            "stop": 816741758
        },
        {
            "start": 816741764,
            "stop": 816741786
        },
        {
            "start": 816741792,
            "stop": 816741806
        },
        {
            "start": 816741811,
            "stop": 816741814
        },
        {
            "start": 816741818,
            "stop": 816741821
        },
        {
            "start": 816741826,
            "stop": 816741833
        },
        {
            "start": 816741839,
            "stop": 816741841
        },
        {
            "start": 816741854,
            "stop": 816741856
        },
        {
            "start": 816741861,
            "stop": 816741864
        },
        {
            "start": 816741868,
            "stop": 816741871
        },
        {
            "start": 816741875,
            "stop": 816741969
        },
        {
            "start": 816741974,
            "stop": 816741976
        },
        {
            "start": 816741981,
            "stop": 816741984
        },
        {
            "start": 816741988,
            "stop": 816741999
        },
        {
            "start": 816742009,
            "stop": 816742011
        },
        {
            "start": 816742019,
            "stop": 816742020
        },
        {
            "start": 816742025,
            "stop": 816742292
        },
        {
            "start": 816742296,
            "stop": 816742298
        }
    ]
}