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=7533
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=7534",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7532",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7533,
    "results": [
        {
            "start": 970410996,
            "stop": 970411018
        },
        {
            "start": 970411021,
            "stop": 970411045
        },
        {
            "start": 970411048,
            "stop": 970411054
        },
        {
            "start": 970411057,
            "stop": 970411086
        },
        {
            "start": 970411090,
            "stop": 970411096
        },
        {
            "start": 970411247,
            "stop": 970411288
        },
        {
            "start": 970411291,
            "stop": 970411311
        },
        {
            "start": 970411314,
            "stop": 970411324
        },
        {
            "start": 970411327,
            "stop": 970411350
        },
        {
            "start": 970411354,
            "stop": 970411378
        },
        {
            "start": 970411381,
            "stop": 970411412
        },
        {
            "start": 970411415,
            "stop": 970411443
        },
        {
            "start": 970411446,
            "stop": 970411478
        },
        {
            "start": 970411484,
            "stop": 970411485
        },
        {
            "start": 970411488,
            "stop": 970411507
        },
        {
            "start": 970411513,
            "stop": 970411514
        },
        {
            "start": 970411696,
            "stop": 970411722
        },
        {
            "start": 970411727,
            "stop": 970411771
        },
        {
            "start": 970411774,
            "stop": 970411783
        },
        {
            "start": 970411787,
            "stop": 970411788
        }
    ]
}