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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=164",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 165,
    "results": [
        {
            "start": 931537222,
            "stop": 931537224
        },
        {
            "start": 931537225,
            "stop": 931537235
        },
        {
            "start": 931537237,
            "stop": 931537247
        },
        {
            "start": 931537249,
            "stop": 931537253
        },
        {
            "start": 931537255,
            "stop": 931537258
        },
        {
            "start": 931537260,
            "stop": 931537261
        },
        {
            "start": 931537264,
            "stop": 931537266
        },
        {
            "start": 931537268,
            "stop": 931537269
        },
        {
            "start": 931537271,
            "stop": 931537302
        },
        {
            "start": 931537303,
            "stop": 931537315
        },
        {
            "start": 931537319,
            "stop": 931537320
        },
        {
            "start": 931537322,
            "stop": 931537326
        },
        {
            "start": 931537329,
            "stop": 931537354
        },
        {
            "start": 931537355,
            "stop": 931537382
        },
        {
            "start": 931537385,
            "stop": 931537401
        },
        {
            "start": 931537404,
            "stop": 931537435
        },
        {
            "start": 931537437,
            "stop": 931537451
        },
        {
            "start": 931537453,
            "stop": 931537458
        },
        {
            "start": 931537459,
            "stop": 931537515
        },
        {
            "start": 931537517,
            "stop": 931537518
        }
    ]
}