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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=144",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 145,
    "results": [
        {
            "start": 826080949,
            "stop": 826080953
        },
        {
            "start": 826080954,
            "stop": 826080956
        },
        {
            "start": 826080958,
            "stop": 826080963
        },
        {
            "start": 826080965,
            "stop": 826080967
        },
        {
            "start": 826080969,
            "stop": 826080990
        },
        {
            "start": 826080992,
            "stop": 826081002
        },
        {
            "start": 826081004,
            "stop": 826081026
        },
        {
            "start": 826081028,
            "stop": 826081038
        },
        {
            "start": 826081040,
            "stop": 826081082
        },
        {
            "start": 826081084,
            "stop": 826081098
        },
        {
            "start": 826081100,
            "stop": 826081179
        },
        {
            "start": 826081181,
            "stop": 826081201
        },
        {
            "start": 826081203,
            "stop": 826081285
        },
        {
            "start": 826081287,
            "stop": 826081293
        },
        {
            "start": 826081295,
            "stop": 826081326
        },
        {
            "start": 826081328,
            "stop": 826081354
        },
        {
            "start": 826081359,
            "stop": 826081361
        },
        {
            "start": 826081363,
            "stop": 826081424
        },
        {
            "start": 826081426,
            "stop": 826081643
        },
        {
            "start": 826081646,
            "stop": 826081652
        }
    ]
}