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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=123",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 124,
    "results": [
        {
            "start": 1239882903,
            "stop": 1239882911
        },
        {
            "start": 1239882912,
            "stop": 1239883031
        },
        {
            "start": 1239883032,
            "stop": 1239883151
        },
        {
            "start": 1239883152,
            "stop": 1239883271
        },
        {
            "start": 1239883272,
            "stop": 1239883391
        },
        {
            "start": 1239883392,
            "stop": 1239883511
        },
        {
            "start": 1239883512,
            "stop": 1239883631
        },
        {
            "start": 1239883632,
            "stop": 1239883811
        },
        {
            "start": 1239883812,
            "stop": 1239883931
        },
        {
            "start": 1239883932,
            "stop": 1239884051
        },
        {
            "start": 1239884052,
            "stop": 1239884171
        },
        {
            "start": 1239884172,
            "stop": 1239884291
        },
        {
            "start": 1239884292,
            "stop": 1239884411
        },
        {
            "start": 1239884412,
            "stop": 1239884531
        },
        {
            "start": 1239884532,
            "stop": 1239884651
        },
        {
            "start": 1239884652,
            "stop": 1239884771
        },
        {
            "start": 1239884772,
            "stop": 1239884891
        },
        {
            "start": 1239884892,
            "stop": 1239885011
        },
        {
            "start": 1239885012,
            "stop": 1239885131
        },
        {
            "start": 1239885132,
            "stop": 1239885251
        }
    ]
}