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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3812",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3813,
    "results": [
        {
            "start": 874676832,
            "stop": 874679060
        },
        {
            "start": 874679077,
            "stop": 874679222
        },
        {
            "start": 874679239,
            "stop": 874679641
        },
        {
            "start": 874679658,
            "stop": 874680060
        },
        {
            "start": 874680180,
            "stop": 874680956
        },
        {
            "start": 874680974,
            "stop": 874681004
        },
        {
            "start": 874681008,
            "stop": 874681396
        },
        {
            "start": 874681413,
            "stop": 874681733
        },
        {
            "start": 874681759,
            "stop": 874681914
        },
        {
            "start": 874681931,
            "stop": 874682051
        },
        {
            "start": 874682077,
            "stop": 874683480
        },
        {
            "start": 874683540,
            "stop": 874684199
        },
        {
            "start": 874684216,
            "stop": 874685104
        },
        {
            "start": 874685121,
            "stop": 874685880
        },
        {
            "start": 874685943,
            "stop": 874685982
        },
        {
            "start": 874685985,
            "stop": 874686310
        },
        {
            "start": 874686313,
            "stop": 874686369
        },
        {
            "start": 874686386,
            "stop": 874686597
        },
        {
            "start": 874686614,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874687348
        }
    ]
}