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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7463",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7461",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7462,
    "results": [
        {
            "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
        },
        {
            "start": 970033266,
            "stop": 970033283
        },
        {
            "start": 970033294,
            "stop": 970033451
        },
        {
            "start": 970033454,
            "stop": 970033513
        },
        {
            "start": 970033524,
            "stop": 970033868
        },
        {
            "start": 970033871,
            "stop": 970034899
        }
    ]
}