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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=21",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 22,
    "results": [
        {
            "start": 1127833937,
            "stop": 1127836741
        },
        {
            "start": 1127850018,
            "stop": 1127851198
        },
        {
            "start": 1127931980,
            "stop": 1127946147
        },
        {
            "start": 1127948029,
            "stop": 1127952059
        },
        {
            "start": 1127957843,
            "stop": 1127964953
        },
        {
            "start": 1127966973,
            "stop": 1128021672
        },
        {
            "start": 1128027892,
            "stop": 1128100907
        },
        {
            "start": 1128116370,
            "stop": 1128176312
        },
        {
            "start": 1128212167,
            "stop": 1128302784
        },
        {
            "start": 1128307413,
            "stop": 1128307751
        },
        {
            "start": 1128318750,
            "stop": 1128331217
        },
        {
            "start": 1128331337,
            "stop": 1128331817
        },
        {
            "start": 1128331877,
            "stop": 1128351692
        },
        {
            "start": 1128387596,
            "stop": 1128462211
        },
        {
            "start": 1128465254,
            "stop": 1128527937
        },
        {
            "start": 1128536518,
            "stop": 1128546187
        },
        {
            "start": 1128618578,
            "stop": 1128708736
        },
        {
            "start": 1128736191,
            "stop": 1128740715
        },
        {
            "start": 1128740835,
            "stop": 1128763900
        },
        {
            "start": 1128771811,
            "stop": 1128782611
        }
    ]
}