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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=81",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 82,
    "results": [
        {
            "start": 931455147,
            "stop": 931455149
        },
        {
            "start": 931455157,
            "stop": 931455171
        },
        {
            "start": 931455188,
            "stop": 931455189
        },
        {
            "start": 931455198,
            "stop": 931455201
        },
        {
            "start": 931455208,
            "stop": 931455214
        },
        {
            "start": 931455222,
            "stop": 931455224
        },
        {
            "start": 931455240,
            "stop": 931455257
        },
        {
            "start": 931455268,
            "stop": 931455302
        },
        {
            "start": 931455308,
            "stop": 931455337
        },
        {
            "start": 931455343,
            "stop": 931455383
        },
        {
            "start": 931455390,
            "stop": 931455404
        },
        {
            "start": 931455413,
            "stop": 931455451
        },
        {
            "start": 931455457,
            "stop": 931455505
        },
        {
            "start": 931455511,
            "stop": 931455512
        },
        {
            "start": 931455518,
            "stop": 931455519
        },
        {
            "start": 931455537,
            "stop": 931455568
        },
        {
            "start": 931455577,
            "stop": 931455584
        },
        {
            "start": 931455591,
            "stop": 931455649
        },
        {
            "start": 931455657,
            "stop": 931455689
        },
        {
            "start": 931455700,
            "stop": 931455747
        }
    ]
}