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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2198",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2199,
    "results": [
        {
            "start": 872546888,
            "stop": 872546935
        },
        {
            "start": 872546954,
            "stop": 872547032
        },
        {
            "start": 872547051,
            "stop": 872547522
        },
        {
            "start": 872548052,
            "stop": 872548586
        },
        {
            "start": 872548592,
            "stop": 872550161
        },
        {
            "start": 872550180,
            "stop": 872551265
        },
        {
            "start": 872551284,
            "stop": 872553171
        },
        {
            "start": 872553191,
            "stop": 872554281
        },
        {
            "start": 872554307,
            "stop": 872554322
        },
        {
            "start": 872554342,
            "stop": 872554354
        },
        {
            "start": 872554373,
            "stop": 872554393
        },
        {
            "start": 872554424,
            "stop": 872554426
        },
        {
            "start": 872554448,
            "stop": 872554991
        },
        {
            "start": 872555010,
            "stop": 872556002
        },
        {
            "start": 872556022,
            "stop": 872556118
        },
        {
            "start": 872556137,
            "stop": 872556304
        },
        {
            "start": 872556323,
            "stop": 872556336
        },
        {
            "start": 872556366,
            "stop": 872556386
        },
        {
            "start": 872556421,
            "stop": 872556422
        },
        {
            "start": 872556441,
            "stop": 872556499
        }
    ]
}