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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7438",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7436",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7437,
    "results": [
        {
            "start": 969995694,
            "stop": 969995708
        },
        {
            "start": 969995711,
            "stop": 969995719
        },
        {
            "start": 969995807,
            "stop": 969995965
        },
        {
            "start": 969995968,
            "stop": 969995987
        },
        {
            "start": 969996227,
            "stop": 969996249
        },
        {
            "start": 969996253,
            "stop": 969996261
        },
        {
            "start": 969996264,
            "stop": 969996350
        },
        {
            "start": 969996353,
            "stop": 969996447
        },
        {
            "start": 969996450,
            "stop": 969996601
        },
        {
            "start": 969996604,
            "stop": 969996609
        },
        {
            "start": 969996612,
            "stop": 969996637
        },
        {
            "start": 969996640,
            "stop": 969996665
        },
        {
            "start": 969996669,
            "stop": 969996873
        },
        {
            "start": 969996876,
            "stop": 969996912
        },
        {
            "start": 969996915,
            "stop": 969997008
        },
        {
            "start": 969997015,
            "stop": 969997054
        },
        {
            "start": 969997059,
            "stop": 969997175
        },
        {
            "start": 969997179,
            "stop": 969997187
        },
        {
            "start": 969997319,
            "stop": 969997371
        },
        {
            "start": 969997374,
            "stop": 969997401
        }
    ]
}