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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7482",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7480",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7481,
    "results": [
        {
            "start": 970108949,
            "stop": 970109317
        },
        {
            "start": 970109320,
            "stop": 970109580
        },
        {
            "start": 970109601,
            "stop": 970110154
        },
        {
            "start": 970110165,
            "stop": 970111277
        },
        {
            "start": 970111280,
            "stop": 970111456
        },
        {
            "start": 970111459,
            "stop": 970112839
        },
        {
            "start": 970112842,
            "stop": 970114077
        },
        {
            "start": 970114080,
            "stop": 970114785
        },
        {
            "start": 970114788,
            "stop": 970115512
        },
        {
            "start": 970115515,
            "stop": 970116083
        },
        {
            "start": 970116103,
            "stop": 970117256
        },
        {
            "start": 970117259,
            "stop": 970118512
        },
        {
            "start": 970118515,
            "stop": 970118667
        },
        {
            "start": 970118670,
            "stop": 970118671
        },
        {
            "start": 970118674,
            "stop": 970118717
        },
        {
            "start": 970118720,
            "stop": 970119504
        },
        {
            "start": 970119507,
            "stop": 970119965
        },
        {
            "start": 970119971,
            "stop": 970120008
        },
        {
            "start": 970120011,
            "stop": 970120167
        },
        {
            "start": 970120170,
            "stop": 970120255
        }
    ]
}