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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33310",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33311,
    "results": [
        {
            "start": 971011164,
            "stop": 971011177
        },
        {
            "start": 971011178,
            "stop": 971011189
        },
        {
            "start": 971011190,
            "stop": 971011194
        },
        {
            "start": 971011195,
            "stop": 971011207
        },
        {
            "start": 971011208,
            "stop": 971011274
        },
        {
            "start": 971011279,
            "stop": 971011305
        },
        {
            "start": 971011308,
            "stop": 971011313
        },
        {
            "start": 971011314,
            "stop": 971011329
        },
        {
            "start": 971011330,
            "stop": 971011350
        },
        {
            "start": 971011354,
            "stop": 971011361
        },
        {
            "start": 971011362,
            "stop": 971011387
        },
        {
            "start": 971011389,
            "stop": 971011400
        },
        {
            "start": 971011401,
            "stop": 971011404
        },
        {
            "start": 971011411,
            "stop": 971011427
        },
        {
            "start": 971011430,
            "stop": 971011457
        },
        {
            "start": 971011460,
            "stop": 971011461
        },
        {
            "start": 971011462,
            "stop": 971011481
        },
        {
            "start": 971011482,
            "stop": 971011488
        },
        {
            "start": 971011489,
            "stop": 971011506
        },
        {
            "start": 971011507,
            "stop": 971011508
        }
    ]
}