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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=129",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 130,
    "results": [
        {
            "start": 931429074,
            "stop": 931429080
        },
        {
            "start": 931429081,
            "stop": 931429089
        },
        {
            "start": 931429092,
            "stop": 931429117
        },
        {
            "start": 931429118,
            "stop": 931429131
        },
        {
            "start": 931429133,
            "stop": 931429152
        },
        {
            "start": 931429154,
            "stop": 931429155
        },
        {
            "start": 931429157,
            "stop": 931429181
        },
        {
            "start": 931429183,
            "stop": 931429193
        },
        {
            "start": 931429195,
            "stop": 931429209
        },
        {
            "start": 931429211,
            "stop": 931429213
        },
        {
            "start": 931429215,
            "stop": 931429221
        },
        {
            "start": 931429223,
            "stop": 931429249
        },
        {
            "start": 931429251,
            "stop": 931429273
        },
        {
            "start": 931429274,
            "stop": 931429295
        },
        {
            "start": 931429298,
            "stop": 931429301
        },
        {
            "start": 931429303,
            "stop": 931429326
        },
        {
            "start": 931429328,
            "stop": 931429345
        },
        {
            "start": 931429347,
            "stop": 931429368
        },
        {
            "start": 931429370,
            "stop": 931429374
        },
        {
            "start": 931429375,
            "stop": 931429379
        }
    ]
}