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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=5",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 6,
    "results": [
        {
            "start": 816427080,
            "stop": 816427200
        },
        {
            "start": 816427789,
            "stop": 816427849
        },
        {
            "start": 816428009,
            "stop": 816428069
        },
        {
            "start": 816428257,
            "stop": 816428557
        },
        {
            "start": 816428733,
            "stop": 816428913
        },
        {
            "start": 816429062,
            "stop": 816429242
        },
        {
            "start": 816429397,
            "stop": 816429457
        },
        {
            "start": 816429632,
            "stop": 816430232
        },
        {
            "start": 816430532,
            "stop": 816430772
        },
        {
            "start": 816431107,
            "stop": 816431227
        },
        {
            "start": 816431579,
            "stop": 816431759
        },
        {
            "start": 816431920,
            "stop": 816431980
        },
        {
            "start": 816432215,
            "stop": 816432335
        },
        {
            "start": 816433027,
            "stop": 816433207
        },
        {
            "start": 816433389,
            "stop": 816433449
        },
        {
            "start": 816433601,
            "stop": 816433781
        },
        {
            "start": 816434351,
            "stop": 816434531
        },
        {
            "start": 816434687,
            "stop": 816434807
        },
        {
            "start": 816434969,
            "stop": 816435209
        },
        {
            "start": 816435443,
            "stop": 816435623
        }
    ]
}