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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=45",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 46,
    "results": [
        {
            "start": 931252076,
            "stop": 931252079
        },
        {
            "start": 931252081,
            "stop": 931252086
        },
        {
            "start": 931252088,
            "stop": 931252089
        },
        {
            "start": 931252093,
            "stop": 931252098
        },
        {
            "start": 931252108,
            "stop": 931252111
        },
        {
            "start": 931252120,
            "stop": 931252123
        },
        {
            "start": 931252126,
            "stop": 931252136
        },
        {
            "start": 931252138,
            "stop": 931252141
        },
        {
            "start": 931252146,
            "stop": 931252153
        },
        {
            "start": 931252155,
            "stop": 931252157
        },
        {
            "start": 931252160,
            "stop": 931252167
        },
        {
            "start": 931252170,
            "stop": 931252174
        },
        {
            "start": 931252177,
            "stop": 931252196
        },
        {
            "start": 931252198,
            "stop": 931252209
        },
        {
            "start": 931252217,
            "stop": 931252225
        },
        {
            "start": 931252227,
            "stop": 931252228
        },
        {
            "start": 931252231,
            "stop": 931252234
        },
        {
            "start": 931252237,
            "stop": 931252238
        },
        {
            "start": 931252240,
            "stop": 931252255
        },
        {
            "start": 931252258,
            "stop": 931252260
        }
    ]
}