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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=39",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 40,
    "results": [
        {
            "start": 931789728,
            "stop": 931789791
        },
        {
            "start": 931789809,
            "stop": 931789845
        },
        {
            "start": 931789878,
            "stop": 931790019
        },
        {
            "start": 931790037,
            "stop": 931790071
        },
        {
            "start": 931790089,
            "stop": 931790125
        },
        {
            "start": 931790126,
            "stop": 931790147
        },
        {
            "start": 931790176,
            "stop": 931790195
        },
        {
            "start": 931790213,
            "stop": 931790302
        },
        {
            "start": 931790321,
            "stop": 931790374
        },
        {
            "start": 931790375,
            "stop": 931790403
        },
        {
            "start": 931790432,
            "stop": 931790776
        },
        {
            "start": 931790801,
            "stop": 931790825
        },
        {
            "start": 931790843,
            "stop": 931790917
        },
        {
            "start": 931790942,
            "stop": 931790960
        },
        {
            "start": 931790978,
            "stop": 931791272
        },
        {
            "start": 931791290,
            "stop": 931791519
        },
        {
            "start": 931791537,
            "stop": 931791551
        },
        {
            "start": 931791671,
            "stop": 931792031
        },
        {
            "start": 931792091,
            "stop": 931792373
        },
        {
            "start": 931792374,
            "stop": 931793191
        }
    ]
}