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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=33",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 34,
    "results": [
        {
            "start": 941754198,
            "stop": 941757125
        },
        {
            "start": 941764675,
            "stop": 941799392
        },
        {
            "start": 941805858,
            "stop": 941815386
        },
        {
            "start": 941817296,
            "stop": 941819433
        },
        {
            "start": 941837459,
            "stop": 941839234
        },
        {
            "start": 941842909,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941873578
        },
        {
            "start": 941881500,
            "stop": 941892102
        },
        {
            "start": 941897154,
            "stop": 941899031
        },
        {
            "start": 941900441,
            "stop": 941904266
        },
        {
            "start": 941938842,
            "stop": 941959680
        },
        {
            "start": 942139555,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158939
        },
        {
            "start": 942162482,
            "stop": 942168920
        },
        {
            "start": 942174770,
            "stop": 942175028
        },
        {
            "start": 942197140,
            "stop": 942201204
        },
        {
            "start": 942204139,
            "stop": 942208701
        },
        {
            "start": 942210317,
            "stop": 942214872
        },
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942254373
        }
    ]
}