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=7564
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=7565",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7563",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7564,
    "results": [
        {
            "start": 970461794,
            "stop": 970461949
        },
        {
            "start": 970461952,
            "stop": 970462047
        },
        {
            "start": 970462050,
            "stop": 970462090
        },
        {
            "start": 970462093,
            "stop": 970462142
        },
        {
            "start": 970462145,
            "stop": 970462165
        },
        {
            "start": 970462168,
            "stop": 970462187
        },
        {
            "start": 970462190,
            "stop": 970462201
        },
        {
            "start": 970462204,
            "stop": 970462367
        },
        {
            "start": 970462370,
            "stop": 970462379
        },
        {
            "start": 970462382,
            "stop": 970462396
        },
        {
            "start": 970462399,
            "stop": 970462553
        },
        {
            "start": 970462556,
            "stop": 970462593
        },
        {
            "start": 970462596,
            "stop": 970462620
        },
        {
            "start": 970462623,
            "stop": 970462658
        },
        {
            "start": 970462661,
            "stop": 970462728
        },
        {
            "start": 970462731,
            "stop": 970462738
        },
        {
            "start": 970462741,
            "stop": 970462843
        },
        {
            "start": 970462846,
            "stop": 970462871
        },
        {
            "start": 970462874,
            "stop": 970462920
        },
        {
            "start": 970462923,
            "stop": 970462975
        }
    ]
}