Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=6
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=5",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 6,
    "results": [
        {
            "start": 1239953664,
            "stop": 1239962588
        },
        {
            "start": 1239962786,
            "stop": 1239970753
        },
        {
            "start": 1239973435,
            "stop": 1239989037
        },
        {
            "start": 1239989083,
            "stop": 1240010086
        },
        {
            "start": 1240011371,
            "stop": 1240032048
        },
        {
            "start": 1240050087,
            "stop": 1240072707
        },
        {
            "start": 1240072724,
            "stop": 1240082337
        },
        {
            "start": 1240083752,
            "stop": 1240088470
        },
        {
            "start": 1240088888,
            "stop": 1240094042
        },
        {
            "start": 1240098469,
            "stop": 1240099374
        },
        {
            "start": 1240099386,
            "stop": 1240099462
        },
        {
            "start": 1240100620,
            "stop": 1240100621
        },
        {
            "start": 1240100623,
            "stop": 1240100624
        },
        {
            "start": 1240100628,
            "stop": 1240100697
        },
        {
            "start": 1240100706,
            "stop": 1240100733
        },
        {
            "start": 1240100735,
            "stop": 1240100757
        },
        {
            "start": 1240103757,
            "stop": 1240104466
        },
        {
            "start": 1240110584,
            "stop": 1240112717
        },
        {
            "start": 1240112725,
            "stop": 1240114613
        },
        {
            "start": 1240114621,
            "stop": 1240119605
        }
    ]
}