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=962
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=963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=961",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 962,
    "results": [
        {
            "start": 871889359,
            "stop": 871890259
        },
        {
            "start": 871890435,
            "stop": 871891815
        },
        {
            "start": 871893499,
            "stop": 871894339
        },
        {
            "start": 871894485,
            "stop": 871896045
        },
        {
            "start": 871896195,
            "stop": 871896885
        },
        {
            "start": 871897079,
            "stop": 871898279
        },
        {
            "start": 871898430,
            "stop": 871898520
        },
        {
            "start": 871898580,
            "stop": 871899240
        },
        {
            "start": 871899360,
            "stop": 871904910
        },
        {
            "start": 871905302,
            "stop": 871906502
        },
        {
            "start": 871906676,
            "stop": 871908356
        },
        {
            "start": 871908533,
            "stop": 871909313
        },
        {
            "start": 871909482,
            "stop": 871909662
        },
        {
            "start": 871910008,
            "stop": 871910248
        },
        {
            "start": 871910416,
            "stop": 871911976
        },
        {
            "start": 871917605,
            "stop": 871917845
        },
        {
            "start": 871918212,
            "stop": 871919052
        },
        {
            "start": 871919199,
            "stop": 871919289
        },
        {
            "start": 871923662,
            "stop": 871923722
        },
        {
            "start": 871924573,
            "stop": 871925353
        }
    ]
}