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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=84",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 85,
    "results": [
        {
            "start": 958538559,
            "stop": 958556879
        },
        {
            "start": 958558352,
            "stop": 958573310
        },
        {
            "start": 958582929,
            "stop": 958583015
        },
        {
            "start": 958588045,
            "stop": 958608579
        },
        {
            "start": 958610325,
            "stop": 958641817
        },
        {
            "start": 958644921,
            "stop": 958690164
        },
        {
            "start": 958693927,
            "stop": 958708200
        },
        {
            "start": 958716056,
            "stop": 958720921
        },
        {
            "start": 958728874,
            "stop": 958729536
        },
        {
            "start": 958738118,
            "stop": 958753723
        },
        {
            "start": 958757824,
            "stop": 958759120
        },
        {
            "start": 958762500,
            "stop": 958762709
        },
        {
            "start": 958771625,
            "stop": 958771810
        },
        {
            "start": 958777747,
            "stop": 958781641
        },
        {
            "start": 958784723,
            "stop": 958787037
        },
        {
            "start": 958800438,
            "stop": 958802269
        },
        {
            "start": 958803828,
            "stop": 958817975
        },
        {
            "start": 958819684,
            "stop": 958825307
        },
        {
            "start": 958826663,
            "stop": 958830089
        },
        {
            "start": 958833328,
            "stop": 958836828
        }
    ]
}