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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=315",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 316,
    "results": [
        {
            "start": 943907703,
            "stop": 943914926
        },
        {
            "start": 943916987,
            "stop": 943919462
        },
        {
            "start": 943920157,
            "stop": 943931954
        },
        {
            "start": 943931960,
            "stop": 943932006
        },
        {
            "start": 943932012,
            "stop": 943932014
        },
        {
            "start": 943932019,
            "stop": 943932251
        },
        {
            "start": 943932257,
            "stop": 943932261
        },
        {
            "start": 943932267,
            "stop": 943932643
        },
        {
            "start": 943932648,
            "stop": 943934254
        },
        {
            "start": 943935866,
            "stop": 943951181
        },
        {
            "start": 943952214,
            "stop": 943955099
        },
        {
            "start": 943957016,
            "stop": 943965059
        },
        {
            "start": 943968273,
            "stop": 943971159
        },
        {
            "start": 943973209,
            "stop": 943977749
        },
        {
            "start": 943980402,
            "stop": 943983185
        },
        {
            "start": 943983878,
            "stop": 944004157
        },
        {
            "start": 944006081,
            "stop": 944015009
        },
        {
            "start": 944017658,
            "stop": 944025041
        },
        {
            "start": 944025047,
            "stop": 944033532
        },
        {
            "start": 944035346,
            "stop": 944044683
        }
    ]
}