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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=332",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 333,
    "results": [
        {
            "start": 938783410,
            "stop": 938784095
        },
        {
            "start": 938786041,
            "stop": 938786549
        },
        {
            "start": 938786552,
            "stop": 938786596
        },
        {
            "start": 938786600,
            "stop": 938787061
        },
        {
            "start": 938787064,
            "stop": 938789119
        },
        {
            "start": 938789122,
            "stop": 938789632
        },
        {
            "start": 938793393,
            "stop": 938793825
        },
        {
            "start": 938793843,
            "stop": 938793920
        },
        {
            "start": 938793923,
            "stop": 938794953
        },
        {
            "start": 938794957,
            "stop": 938795411
        },
        {
            "start": 938795414,
            "stop": 938796796
        },
        {
            "start": 938796800,
            "stop": 938796808
        },
        {
            "start": 938796814,
            "stop": 938796815
        },
        {
            "start": 938796821,
            "stop": 938797599
        },
        {
            "start": 938797602,
            "stop": 938797705
        },
        {
            "start": 938797708,
            "stop": 938797717
        },
        {
            "start": 938797723,
            "stop": 938797750
        },
        {
            "start": 938797754,
            "stop": 938798138
        },
        {
            "start": 938798141,
            "stop": 938798184
        },
        {
            "start": 938798187,
            "stop": 938798377
        }
    ]
}