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=1962
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=1963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1961",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1962,
    "results": [
        {
            "start": 852690020,
            "stop": 852691892
        },
        {
            "start": 852691943,
            "stop": 852692149
        },
        {
            "start": 852695528,
            "stop": 852697706
        },
        {
            "start": 852712775,
            "stop": 852715503
        },
        {
            "start": 852716820,
            "stop": 852716873
        },
        {
            "start": 852716983,
            "stop": 852717042
        },
        {
            "start": 852717342,
            "stop": 852745432
        },
        {
            "start": 852745760,
            "stop": 852752785
        },
        {
            "start": 852753085,
            "stop": 852758596
        },
        {
            "start": 852759038,
            "stop": 852794265
        },
        {
            "start": 852795892,
            "stop": 852825572
        },
        {
            "start": 852825872,
            "stop": 852828278
        },
        {
            "start": 852829997,
            "stop": 852833715
        },
        {
            "start": 852833870,
            "stop": 852838648
        },
        {
            "start": 852838751,
            "stop": 852907094
        },
        {
            "start": 852907095,
            "stop": 852920674
        },
        {
            "start": 852924759,
            "stop": 852924934
        },
        {
            "start": 852924965,
            "stop": 852926258
        },
        {
            "start": 852926497,
            "stop": 852926563
        },
        {
            "start": 852926567,
            "stop": 852931187
        }
    ]
}