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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9136",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9137,
    "results": [
        {
            "start": 875123308,
            "stop": 875123401
        },
        {
            "start": 875123428,
            "stop": 875123441
        },
        {
            "start": 875123475,
            "stop": 875123486
        },
        {
            "start": 875123513,
            "stop": 875123525
        },
        {
            "start": 875123544,
            "stop": 875123639
        },
        {
            "start": 875123691,
            "stop": 875123733
        },
        {
            "start": 875123752,
            "stop": 875124235
        },
        {
            "start": 875124261,
            "stop": 875124262
        },
        {
            "start": 875124281,
            "stop": 875124416
        },
        {
            "start": 875124444,
            "stop": 875124481
        },
        {
            "start": 875124500,
            "stop": 875124513
        },
        {
            "start": 875124541,
            "stop": 875124634
        },
        {
            "start": 875124656,
            "stop": 875124949
        },
        {
            "start": 875124979,
            "stop": 875124994
        },
        {
            "start": 875125022,
            "stop": 875125035
        },
        {
            "start": 875125066,
            "stop": 875125229
        },
        {
            "start": 875125246,
            "stop": 875125255
        },
        {
            "start": 875125275,
            "stop": 875125374
        },
        {
            "start": 875125391,
            "stop": 875125489
        },
        {
            "start": 875125510,
            "stop": 875125620
        }
    ]
}