Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=45",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 46,
    "results": [
        {
            "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
        },
        {
            "start": 931252263,
            "stop": 931252272
        },
        {
            "start": 931252281,
            "stop": 931252292
        },
        {
            "start": 931252294,
            "stop": 931252301
        }
    ]
}