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=951
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=952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=950",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 951,
    "results": [
        {
            "start": 871103593,
            "stop": 871105453
        },
        {
            "start": 871110693,
            "stop": 871112613
        },
        {
            "start": 871112900,
            "stop": 871113920
        },
        {
            "start": 871115688,
            "stop": 871120848
        },
        {
            "start": 871121028,
            "stop": 871125408
        },
        {
            "start": 871125556,
            "stop": 871131016
        },
        {
            "start": 871133702,
            "stop": 871133762
        },
        {
            "start": 871134067,
            "stop": 871134307
        },
        {
            "start": 871134469,
            "stop": 871134769
        },
        {
            "start": 871136370,
            "stop": 871137210
        },
        {
            "start": 871137364,
            "stop": 871138864
        },
        {
            "start": 871189643,
            "stop": 871199003
        },
        {
            "start": 871199159,
            "stop": 871199369
        },
        {
            "start": 871199519,
            "stop": 871200539
        },
        {
            "start": 871200688,
            "stop": 871201048
        },
        {
            "start": 871201838,
            "stop": 871202318
        },
        {
            "start": 871202513,
            "stop": 871211153
        },
        {
            "start": 871211428,
            "stop": 871211968
        },
        {
            "start": 871212126,
            "stop": 871217946
        },
        {
            "start": 871218522,
            "stop": 871220862
        }
    ]
}