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_CBCHIGH_CAT4/segments?format=api&page=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=340",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 341,
    "results": [
        {
            "start": 931919152,
            "stop": 931919153
        },
        {
            "start": 931919155,
            "stop": 931919159
        },
        {
            "start": 931919161,
            "stop": 931919163
        },
        {
            "start": 931919168,
            "stop": 931919180
        },
        {
            "start": 931919183,
            "stop": 931919200
        },
        {
            "start": 931919203,
            "stop": 931919216
        },
        {
            "start": 931919221,
            "stop": 931919226
        },
        {
            "start": 931919248,
            "stop": 931919249
        },
        {
            "start": 931919257,
            "stop": 931919264
        },
        {
            "start": 931919272,
            "stop": 931919274
        },
        {
            "start": 931919276,
            "stop": 931919279
        },
        {
            "start": 931919283,
            "stop": 931919286
        },
        {
            "start": 931919288,
            "stop": 931919292
        },
        {
            "start": 931919297,
            "stop": 931919300
        },
        {
            "start": 931919307,
            "stop": 931919311
        },
        {
            "start": 931919313,
            "stop": 931919319
        },
        {
            "start": 931919321,
            "stop": 931919324
        },
        {
            "start": 931919326,
            "stop": 931919335
        },
        {
            "start": 931919337,
            "stop": 931919346
        },
        {
            "start": 931919348,
            "stop": 931919359
        }
    ]
}