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_CBCLOW_CAT3/segments?format=api&page=133
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=132",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 133,
    "results": [
        {
            "start": 818495790,
            "stop": 818504233
        },
        {
            "start": 818504272,
            "stop": 818504275
        },
        {
            "start": 818504914,
            "stop": 818514328
        },
        {
            "start": 818514356,
            "stop": 818515033
        },
        {
            "start": 818551280,
            "stop": 818551512
        },
        {
            "start": 818551528,
            "stop": 818552144
        },
        {
            "start": 818552151,
            "stop": 818552544
        },
        {
            "start": 818552571,
            "stop": 818553966
        },
        {
            "start": 818553994,
            "stop": 818554564
        },
        {
            "start": 818554592,
            "stop": 818557119
        },
        {
            "start": 818557127,
            "stop": 818557172
        },
        {
            "start": 818557181,
            "stop": 818578213
        },
        {
            "start": 818578314,
            "stop": 818586247
        },
        {
            "start": 818586254,
            "stop": 818586290
        },
        {
            "start": 818586305,
            "stop": 818586320
        },
        {
            "start": 818586328,
            "stop": 818586331
        },
        {
            "start": 818586363,
            "stop": 818586372
        },
        {
            "start": 818587457,
            "stop": 818600795
        },
        {
            "start": 818600826,
            "stop": 818601853
        },
        {
            "start": 818602437,
            "stop": 818605530
        }
    ]
}