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=7326
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=7327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7325",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7326,
    "results": [
        {
            "start": 969249153,
            "stop": 969249337
        },
        {
            "start": 969249366,
            "stop": 969249576
        },
        {
            "start": 969249597,
            "stop": 969249627
        },
        {
            "start": 969249660,
            "stop": 969249669
        },
        {
            "start": 969249672,
            "stop": 969249822
        },
        {
            "start": 969249825,
            "stop": 969249933
        },
        {
            "start": 969249936,
            "stop": 969250021
        },
        {
            "start": 969250042,
            "stop": 969250147
        },
        {
            "start": 969250150,
            "stop": 969250613
        },
        {
            "start": 969250616,
            "stop": 969250663
        },
        {
            "start": 969250666,
            "stop": 969251041
        },
        {
            "start": 969251044,
            "stop": 969251135
        },
        {
            "start": 969251138,
            "stop": 969251354
        },
        {
            "start": 969251357,
            "stop": 969251949
        },
        {
            "start": 969251952,
            "stop": 969252129
        },
        {
            "start": 969252132,
            "stop": 969252198
        },
        {
            "start": 969252201,
            "stop": 969252253
        },
        {
            "start": 969252264,
            "stop": 969252270
        },
        {
            "start": 969252291,
            "stop": 969252385
        },
        {
            "start": 969252389,
            "stop": 969252518
        }
    ]
}