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/L1_CBCHIGH_CAT3/segments?format=api&page=8900
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=8901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8899",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8900,
    "results": [
        {
            "start": 873324661,
            "stop": 873324822
        },
        {
            "start": 873324841,
            "stop": 873325080
        },
        {
            "start": 873325140,
            "stop": 873325440
        },
        {
            "start": 873325560,
            "stop": 873325860
        },
        {
            "start": 873325980,
            "stop": 873326220
        },
        {
            "start": 873326400,
            "stop": 873326460
        },
        {
            "start": 873330364,
            "stop": 873330372
        },
        {
            "start": 873330453,
            "stop": 873330459
        },
        {
            "start": 873330502,
            "stop": 873330503
        },
        {
            "start": 873330520,
            "stop": 873330532
        },
        {
            "start": 873330549,
            "stop": 873330557
        },
        {
            "start": 873330604,
            "stop": 873330633
        },
        {
            "start": 873330650,
            "stop": 873330661
        },
        {
            "start": 873330711,
            "stop": 873330740
        },
        {
            "start": 873330759,
            "stop": 873330770
        },
        {
            "start": 873330787,
            "stop": 873330856
        },
        {
            "start": 873330873,
            "stop": 873331200
        },
        {
            "start": 873331219,
            "stop": 873331320
        },
        {
            "start": 873331572,
            "stop": 873331582
        },
        {
            "start": 873331601,
            "stop": 873331724
        }
    ]
}