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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=517",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 518,
    "results": [
        {
            "start": 964614857,
            "stop": 964614908
        },
        {
            "start": 964614909,
            "stop": 964614973
        },
        {
            "start": 964614974,
            "stop": 964615069
        },
        {
            "start": 964615070,
            "stop": 964615164
        },
        {
            "start": 964615165,
            "stop": 964615275
        },
        {
            "start": 964615276,
            "stop": 964615335
        },
        {
            "start": 964618458,
            "stop": 964625283
        },
        {
            "start": 964625285,
            "stop": 964625380
        },
        {
            "start": 964625381,
            "stop": 964625536
        },
        {
            "start": 964625537,
            "stop": 964625706
        },
        {
            "start": 964625707,
            "stop": 964625781
        },
        {
            "start": 964625782,
            "stop": 964626215
        },
        {
            "start": 964626216,
            "stop": 964626354
        },
        {
            "start": 964626355,
            "stop": 964626581
        },
        {
            "start": 964626582,
            "stop": 964627110
        },
        {
            "start": 964627111,
            "stop": 964628472
        },
        {
            "start": 964628473,
            "stop": 964628671
        },
        {
            "start": 964628672,
            "stop": 964629250
        },
        {
            "start": 964629251,
            "stop": 964632226
        },
        {
            "start": 964634737,
            "stop": 964653601
        }
    ]
}