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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7447",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7445",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7446,
    "results": [
        {
            "start": 970024801,
            "stop": 970024815
        },
        {
            "start": 970024822,
            "stop": 970024831
        },
        {
            "start": 970024837,
            "stop": 970024989
        },
        {
            "start": 970024992,
            "stop": 970025085
        },
        {
            "start": 970025091,
            "stop": 970026068
        },
        {
            "start": 970026071,
            "stop": 970026238
        },
        {
            "start": 970026241,
            "stop": 970026361
        },
        {
            "start": 970027693,
            "stop": 970028606
        },
        {
            "start": 970028612,
            "stop": 970028638
        },
        {
            "start": 970028641,
            "stop": 970029881
        },
        {
            "start": 970029884,
            "stop": 970030214
        },
        {
            "start": 970030217,
            "stop": 970030542
        },
        {
            "start": 970030545,
            "stop": 970031548
        },
        {
            "start": 970031554,
            "stop": 970031566
        },
        {
            "start": 970031572,
            "stop": 970031578
        },
        {
            "start": 970031584,
            "stop": 970031585
        },
        {
            "start": 970031591,
            "stop": 970031612
        },
        {
            "start": 970031618,
            "stop": 970033163
        },
        {
            "start": 970033166,
            "stop": 970033182
        },
        {
            "start": 970033185,
            "stop": 970033252
        }
    ]
}