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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=18",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 19,
    "results": [
        {
            "start": 934810005,
            "stop": 934814838
        },
        {
            "start": 934816742,
            "stop": 934821997
        },
        {
            "start": 934825021,
            "stop": 934835240
        },
        {
            "start": 934837092,
            "stop": 934861073
        },
        {
            "start": 934861380,
            "stop": 934869522
        },
        {
            "start": 934883764,
            "stop": 934887906
        },
        {
            "start": 934891950,
            "stop": 934892595
        },
        {
            "start": 934895850,
            "stop": 934904740
        },
        {
            "start": 934945006,
            "stop": 934945591
        },
        {
            "start": 934948257,
            "stop": 934955310
        },
        {
            "start": 934957381,
            "stop": 934977663
        },
        {
            "start": 935129407,
            "stop": 935139791
        },
        {
            "start": 935141699,
            "stop": 935156436
        },
        {
            "start": 935158341,
            "stop": 935167865
        },
        {
            "start": 935167907,
            "stop": 935168396
        },
        {
            "start": 935170647,
            "stop": 935177354
        },
        {
            "start": 935179081,
            "stop": 935187033
        },
        {
            "start": 935188296,
            "stop": 935188879
        },
        {
            "start": 935193460,
            "stop": 935194608
        },
        {
            "start": 935195991,
            "stop": 935210231
        }
    ]
}