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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=9",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 10,
    "results": [
        {
            "start": 932215353,
            "stop": 932216659
        },
        {
            "start": 932244338,
            "stop": 932252635
        },
        {
            "start": 932258455,
            "stop": 932260158
        },
        {
            "start": 932260423,
            "stop": 932297117
        },
        {
            "start": 932308410,
            "stop": 932315358
        },
        {
            "start": 932317030,
            "stop": 932318187
        },
        {
            "start": 932318474,
            "stop": 932321152
        },
        {
            "start": 932323346,
            "stop": 932328933
        },
        {
            "start": 932329813,
            "stop": 932340573
        },
        {
            "start": 932341069,
            "stop": 932343569
        },
        {
            "start": 932344192,
            "stop": 932382372
        },
        {
            "start": 932399428,
            "stop": 932404038
        },
        {
            "start": 932405518,
            "stop": 932411080
        },
        {
            "start": 932411233,
            "stop": 932424062
        },
        {
            "start": 932424694,
            "stop": 932424871
        },
        {
            "start": 932426536,
            "stop": 932427832
        },
        {
            "start": 932427969,
            "stop": 932427979
        },
        {
            "start": 932432874,
            "stop": 932444805
        },
        {
            "start": 932450319,
            "stop": 932452381
        },
        {
            "start": 932454649,
            "stop": 932464093
        }
    ]
}