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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9951",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9952,
    "results": [
        {
            "start": 871492465,
            "stop": 871492685
        },
        {
            "start": 871492702,
            "stop": 871493426
        },
        {
            "start": 871493460,
            "stop": 871495351
        },
        {
            "start": 871495387,
            "stop": 871495657
        },
        {
            "start": 871498728,
            "stop": 871499164
        },
        {
            "start": 871499181,
            "stop": 871499517
        },
        {
            "start": 871499534,
            "stop": 871501237
        },
        {
            "start": 871501245,
            "stop": 871501798
        },
        {
            "start": 871501805,
            "stop": 871503222
        },
        {
            "start": 871503411,
            "stop": 871503500
        },
        {
            "start": 871503517,
            "stop": 871506807
        },
        {
            "start": 871506824,
            "stop": 871507348
        },
        {
            "start": 871507365,
            "stop": 871508603
        },
        {
            "start": 871508620,
            "stop": 871508627
        },
        {
            "start": 871508644,
            "stop": 871515740
        },
        {
            "start": 871515757,
            "stop": 871516163
        },
        {
            "start": 871516245,
            "stop": 871517179
        },
        {
            "start": 871518101,
            "stop": 871522440
        },
        {
            "start": 871522500,
            "stop": 871522688
        },
        {
            "start": 871522695,
            "stop": 871522703
        }
    ]
}