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_H1L1/segments?format=api&page=15
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_H1L1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=14",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 15,
    "results": [
        {
            "start": 817133990,
            "stop": 817134230
        },
        {
            "start": 817134381,
            "stop": 817134561
        },
        {
            "start": 817135032,
            "stop": 817135152
        },
        {
            "start": 817135688,
            "stop": 817135808
        },
        {
            "start": 817136294,
            "stop": 817136714
        },
        {
            "start": 817137036,
            "stop": 817137096
        },
        {
            "start": 817137233,
            "stop": 817137473
        },
        {
            "start": 817137628,
            "stop": 817137808
        },
        {
            "start": 817138460,
            "stop": 817138700
        },
        {
            "start": 817139256,
            "stop": 817139376
        },
        {
            "start": 817162491,
            "stop": 817162551
        },
        {
            "start": 817168559,
            "stop": 817168619
        },
        {
            "start": 817168766,
            "stop": 817169126
        },
        {
            "start": 817169427,
            "stop": 817169667
        },
        {
            "start": 817170248,
            "stop": 817170548
        },
        {
            "start": 817171031,
            "stop": 817171151
        },
        {
            "start": 817204442,
            "stop": 817204502
        },
        {
            "start": 817204862,
            "stop": 817205042
        },
        {
            "start": 817205176,
            "stop": 817205356
        },
        {
            "start": 817205907,
            "stop": 817206327
        }
    ]
}