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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8108",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8109,
    "results": [
        {
            "start": 970782751,
            "stop": 970782764
        },
        {
            "start": 970782767,
            "stop": 970783141
        },
        {
            "start": 970783144,
            "stop": 970784083
        },
        {
            "start": 970784086,
            "stop": 970784267
        },
        {
            "start": 970784270,
            "stop": 970785245
        },
        {
            "start": 970785248,
            "stop": 970785824
        },
        {
            "start": 970785827,
            "stop": 970786396
        },
        {
            "start": 970786399,
            "stop": 970787027
        },
        {
            "start": 970787030,
            "stop": 970788633
        },
        {
            "start": 970788636,
            "stop": 970788659
        },
        {
            "start": 970788662,
            "stop": 970789164
        },
        {
            "start": 970789167,
            "stop": 970789191
        },
        {
            "start": 970789194,
            "stop": 970789789
        },
        {
            "start": 970789793,
            "stop": 970789897
        },
        {
            "start": 970789900,
            "stop": 970789993
        },
        {
            "start": 970789996,
            "stop": 970790851
        },
        {
            "start": 970790854,
            "stop": 970790999
        },
        {
            "start": 970791002,
            "stop": 970791246
        },
        {
            "start": 970791249,
            "stop": 970792180
        },
        {
            "start": 970792183,
            "stop": 970792200
        }
    ]
}