Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1169
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1168",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1169,
    "results": [
        {
            "start": 952311669,
            "stop": 952311847
        },
        {
            "start": 952311849,
            "stop": 952312512
        },
        {
            "start": 952312513,
            "stop": 952313201
        },
        {
            "start": 952313203,
            "stop": 952318267
        },
        {
            "start": 952318269,
            "stop": 952318789
        },
        {
            "start": 952318791,
            "stop": 952320065
        },
        {
            "start": 952320067,
            "stop": 952320370
        },
        {
            "start": 952320372,
            "stop": 952321094
        },
        {
            "start": 952321096,
            "stop": 952321900
        },
        {
            "start": 952321902,
            "stop": 952322071
        },
        {
            "start": 952322073,
            "stop": 952322139
        },
        {
            "start": 952325133,
            "stop": 952325382
        },
        {
            "start": 952325384,
            "stop": 952326349
        },
        {
            "start": 952326351,
            "stop": 952326589
        },
        {
            "start": 952326591,
            "stop": 952326873
        },
        {
            "start": 952326875,
            "stop": 952327465
        },
        {
            "start": 952327467,
            "stop": 952327651
        },
        {
            "start": 952327653,
            "stop": 952327666
        },
        {
            "start": 952327668,
            "stop": 952327826
        },
        {
            "start": 952327828,
            "stop": 952327965
        }
    ]
}