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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3574",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3575,
    "results": [
        {
            "start": 871772834,
            "stop": 871773008
        },
        {
            "start": 871773025,
            "stop": 871773026
        },
        {
            "start": 871773043,
            "stop": 871773046
        },
        {
            "start": 871773063,
            "stop": 871773088
        },
        {
            "start": 871773106,
            "stop": 871773123
        },
        {
            "start": 871773140,
            "stop": 871773152
        },
        {
            "start": 871773169,
            "stop": 871773211
        },
        {
            "start": 871773228,
            "stop": 871773248
        },
        {
            "start": 871773265,
            "stop": 871773394
        },
        {
            "start": 871773432,
            "stop": 871773522
        },
        {
            "start": 871773557,
            "stop": 871773560
        },
        {
            "start": 871773577,
            "stop": 871773599
        },
        {
            "start": 871773616,
            "stop": 871773769
        },
        {
            "start": 871773786,
            "stop": 871773804
        },
        {
            "start": 871773821,
            "stop": 871773979
        },
        {
            "start": 871774006,
            "stop": 871774046
        },
        {
            "start": 871774079,
            "stop": 871774087
        },
        {
            "start": 871774107,
            "stop": 871774122
        },
        {
            "start": 871774149,
            "stop": 871774206
        },
        {
            "start": 871774223,
            "stop": 871774235
        }
    ]
}