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=990
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=991",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=989",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 990,
    "results": [
        {
            "start": 872726131,
            "stop": 872727301
        },
        {
            "start": 872727331,
            "stop": 872727601
        },
        {
            "start": 872730200,
            "stop": 872731040
        },
        {
            "start": 872748135,
            "stop": 872755305
        },
        {
            "start": 872755455,
            "stop": 872756535
        },
        {
            "start": 872757822,
            "stop": 872757942
        },
        {
            "start": 872758103,
            "stop": 872766923
        },
        {
            "start": 872769699,
            "stop": 872774019
        },
        {
            "start": 872774196,
            "stop": 872777376
        },
        {
            "start": 872777549,
            "stop": 872778089
        },
        {
            "start": 872778241,
            "stop": 872778421
        },
        {
            "start": 872779161,
            "stop": 872779281
        },
        {
            "start": 872779754,
            "stop": 872780174
        },
        {
            "start": 872780382,
            "stop": 872785482
        },
        {
            "start": 872785833,
            "stop": 872799633
        },
        {
            "start": 872799791,
            "stop": 872799911
        },
        {
            "start": 872800068,
            "stop": 872800428
        },
        {
            "start": 872800578,
            "stop": 872807988
        },
        {
            "start": 872808551,
            "stop": 872812211
        },
        {
            "start": 872812360,
            "stop": 872816800
        }
    ]
}