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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=246",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 247,
    "results": [
        {
            "start": 931466083,
            "stop": 931466099
        },
        {
            "start": 931466101,
            "stop": 931466112
        },
        {
            "start": 931466114,
            "stop": 931466161
        },
        {
            "start": 931466163,
            "stop": 931466176
        },
        {
            "start": 931466178,
            "stop": 931466184
        },
        {
            "start": 931466186,
            "stop": 931466189
        },
        {
            "start": 931466191,
            "stop": 931466192
        },
        {
            "start": 931466194,
            "stop": 931466204
        },
        {
            "start": 931466206,
            "stop": 931466210
        },
        {
            "start": 931466214,
            "stop": 931466225
        },
        {
            "start": 931466227,
            "stop": 931466241
        },
        {
            "start": 931466244,
            "stop": 931466250
        },
        {
            "start": 931466253,
            "stop": 931466255
        },
        {
            "start": 931466258,
            "stop": 931466281
        },
        {
            "start": 931466283,
            "stop": 931466287
        },
        {
            "start": 931466290,
            "stop": 931466307
        },
        {
            "start": 931466309,
            "stop": 931466312
        },
        {
            "start": 931466314,
            "stop": 931466315
        },
        {
            "start": 931466317,
            "stop": 931466324
        },
        {
            "start": 931466326,
            "stop": 931466337
        }
    ]
}