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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=85",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 86,
    "results": [
        {
            "start": 958888571,
            "stop": 958894431
        },
        {
            "start": 958898392,
            "stop": 958899952
        },
        {
            "start": 958904293,
            "stop": 958911758
        },
        {
            "start": 958913293,
            "stop": 958913733
        },
        {
            "start": 958914800,
            "stop": 958919602
        },
        {
            "start": 958922476,
            "stop": 958926897
        },
        {
            "start": 958933059,
            "stop": 958936173
        },
        {
            "start": 958938320,
            "stop": 958938880
        },
        {
            "start": 958940614,
            "stop": 958955442
        },
        {
            "start": 958955650,
            "stop": 958961942
        },
        {
            "start": 958976297,
            "stop": 958986430
        },
        {
            "start": 958988331,
            "stop": 959007796
        },
        {
            "start": 959013022,
            "stop": 959016476
        },
        {
            "start": 959025483,
            "stop": 959034000
        },
        {
            "start": 959034075,
            "stop": 959042149
        },
        {
            "start": 959046814,
            "stop": 959061253
        },
        {
            "start": 959063793,
            "stop": 959076838
        },
        {
            "start": 959084353,
            "stop": 959084542
        },
        {
            "start": 959087852,
            "stop": 959091820
        },
        {
            "start": 959107093,
            "stop": 959107516
        }
    ]
}