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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=38",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 39,
    "results": [
        {
            "start": 818405918,
            "stop": 818406098
        },
        {
            "start": 818406248,
            "stop": 818407298
        },
        {
            "start": 818409360,
            "stop": 818409420
        },
        {
            "start": 818410747,
            "stop": 818410987
        },
        {
            "start": 818411129,
            "stop": 818411249
        },
        {
            "start": 818411459,
            "stop": 818411579
        },
        {
            "start": 818411733,
            "stop": 818411853
        },
        {
            "start": 818411998,
            "stop": 818412838
        },
        {
            "start": 818412989,
            "stop": 818415689
        },
        {
            "start": 818415862,
            "stop": 818416432
        },
        {
            "start": 818416582,
            "stop": 818416642
        },
        {
            "start": 818417488,
            "stop": 818417548
        },
        {
            "start": 818418270,
            "stop": 818418510
        },
        {
            "start": 818422250,
            "stop": 818423720
        },
        {
            "start": 818423840,
            "stop": 818424410
        },
        {
            "start": 818424560,
            "stop": 818425520
        },
        {
            "start": 818425691,
            "stop": 818425811
        },
        {
            "start": 818425986,
            "stop": 818426286
        },
        {
            "start": 818469256,
            "stop": 818469676
        },
        {
            "start": 818469865,
            "stop": 818469925
        }
    ]
}