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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4066",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4067,
    "results": [
        {
            "start": 875124246,
            "stop": 875124250
        },
        {
            "start": 875124253,
            "stop": 875124270
        },
        {
            "start": 875124273,
            "stop": 875124424
        },
        {
            "start": 875124427,
            "stop": 875124433
        },
        {
            "start": 875124436,
            "stop": 875124489
        },
        {
            "start": 875124492,
            "stop": 875124521
        },
        {
            "start": 875124526,
            "stop": 875124528
        },
        {
            "start": 875124533,
            "stop": 875124642
        },
        {
            "start": 875124648,
            "stop": 875124957
        },
        {
            "start": 875124960,
            "stop": 875124963
        },
        {
            "start": 875124966,
            "stop": 875124967
        },
        {
            "start": 875124971,
            "stop": 875125002
        },
        {
            "start": 875125007,
            "stop": 875125009
        },
        {
            "start": 875125014,
            "stop": 875125043
        },
        {
            "start": 875125046,
            "stop": 875125047
        },
        {
            "start": 875125053,
            "stop": 875125055
        },
        {
            "start": 875125058,
            "stop": 875125263
        },
        {
            "start": 875125267,
            "stop": 875125497
        },
        {
            "start": 875125502,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127720
        }
    ]
}