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=952
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=953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=951",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 952,
    "results": [
        {
            "start": 871222218,
            "stop": 871225098
        },
        {
            "start": 871225254,
            "stop": 871228314
        },
        {
            "start": 871228675,
            "stop": 871229575
        },
        {
            "start": 871231754,
            "stop": 871232054
        },
        {
            "start": 871232226,
            "stop": 871234266
        },
        {
            "start": 871234505,
            "stop": 871235465
        },
        {
            "start": 871235614,
            "stop": 871235854
        },
        {
            "start": 871235996,
            "stop": 871236296
        },
        {
            "start": 871236485,
            "stop": 871236545
        },
        {
            "start": 871242550,
            "stop": 871243330
        },
        {
            "start": 871284249,
            "stop": 871289469
        },
        {
            "start": 871305428,
            "stop": 871306448
        },
        {
            "start": 871309443,
            "stop": 871309683
        },
        {
            "start": 871309834,
            "stop": 871310014
        },
        {
            "start": 871310498,
            "stop": 871312898
        },
        {
            "start": 871313895,
            "stop": 871314555
        },
        {
            "start": 871314701,
            "stop": 871315181
        },
        {
            "start": 871315334,
            "stop": 871316114
        },
        {
            "start": 871316329,
            "stop": 871320169
        },
        {
            "start": 871323882,
            "stop": 871324122
        }
    ]
}