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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=960",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 961,
    "results": [
        {
            "start": 871860098,
            "stop": 871860458
        },
        {
            "start": 871860548,
            "stop": 871861418
        },
        {
            "start": 871861607,
            "stop": 871862087
        },
        {
            "start": 871862831,
            "stop": 871863551
        },
        {
            "start": 871863725,
            "stop": 871863965
        },
        {
            "start": 871864127,
            "stop": 871864247
        },
        {
            "start": 871864510,
            "stop": 871864690
        },
        {
            "start": 871864859,
            "stop": 871866059
        },
        {
            "start": 871866233,
            "stop": 871868213
        },
        {
            "start": 871868437,
            "stop": 871870057
        },
        {
            "start": 871870232,
            "stop": 871870292
        },
        {
            "start": 871870610,
            "stop": 871871870
        },
        {
            "start": 871872204,
            "stop": 871879824
        },
        {
            "start": 871880002,
            "stop": 871881442
        },
        {
            "start": 871881600,
            "stop": 871881840
        },
        {
            "start": 871882035,
            "stop": 871885695
        },
        {
            "start": 871885855,
            "stop": 871887655
        },
        {
            "start": 871887830,
            "stop": 871888250
        },
        {
            "start": 871888424,
            "stop": 871888544
        },
        {
            "start": 871888734,
            "stop": 871888854
        }
    ]
}