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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7888",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7886",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7887,
    "results": [
        {
            "start": 969910257,
            "stop": 969910305
        },
        {
            "start": 969910308,
            "stop": 969910441
        },
        {
            "start": 969910446,
            "stop": 969910487
        },
        {
            "start": 969910495,
            "stop": 969910499
        },
        {
            "start": 969910502,
            "stop": 969910716
        },
        {
            "start": 969910719,
            "stop": 969910775
        },
        {
            "start": 969910778,
            "stop": 969910803
        },
        {
            "start": 969910806,
            "stop": 969910830
        },
        {
            "start": 969910836,
            "stop": 969910845
        },
        {
            "start": 969910875,
            "stop": 969910882
        },
        {
            "start": 969910885,
            "stop": 969910891
        },
        {
            "start": 969910912,
            "stop": 969910918
        },
        {
            "start": 969910939,
            "stop": 969910961
        },
        {
            "start": 969910964,
            "stop": 969910978
        },
        {
            "start": 969910991,
            "stop": 969910993
        },
        {
            "start": 969910996,
            "stop": 969911015
        },
        {
            "start": 969911020,
            "stop": 969911030
        },
        {
            "start": 969911042,
            "stop": 969911057
        },
        {
            "start": 969911062,
            "stop": 969911087
        },
        {
            "start": 969911091,
            "stop": 969911108
        }
    ]
}