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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=117",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 118,
    "results": [
        {
            "start": 931419119,
            "stop": 931419130
        },
        {
            "start": 931419132,
            "stop": 931419136
        },
        {
            "start": 931419140,
            "stop": 931419143
        },
        {
            "start": 931419145,
            "stop": 931419183
        },
        {
            "start": 931419185,
            "stop": 931419196
        },
        {
            "start": 931419198,
            "stop": 931419222
        },
        {
            "start": 931419223,
            "stop": 931419228
        },
        {
            "start": 931419230,
            "stop": 931419231
        },
        {
            "start": 931419233,
            "stop": 931419243
        },
        {
            "start": 931419244,
            "stop": 931419291
        },
        {
            "start": 931419293,
            "stop": 931419309
        },
        {
            "start": 931419311,
            "stop": 931419320
        },
        {
            "start": 931419322,
            "stop": 931419323
        },
        {
            "start": 931419325,
            "stop": 931419340
        },
        {
            "start": 931419341,
            "stop": 931419347
        },
        {
            "start": 931419349,
            "stop": 931419356
        },
        {
            "start": 931419358,
            "stop": 931419378
        },
        {
            "start": 931419379,
            "stop": 931419433
        },
        {
            "start": 931419435,
            "stop": 931419441
        },
        {
            "start": 931419443,
            "stop": 931419451
        }
    ]
}