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=7997
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=7998",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7996",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7997,
    "results": [
        {
            "start": 970317734,
            "stop": 970317813
        },
        {
            "start": 970317816,
            "stop": 970318028
        },
        {
            "start": 970318031,
            "stop": 970318065
        },
        {
            "start": 970318068,
            "stop": 970318146
        },
        {
            "start": 970318149,
            "stop": 970318180
        },
        {
            "start": 970318190,
            "stop": 970318191
        },
        {
            "start": 970318212,
            "stop": 970318220
        },
        {
            "start": 970318226,
            "stop": 970318227
        },
        {
            "start": 970318264,
            "stop": 970318265
        },
        {
            "start": 970318271,
            "stop": 970318286
        },
        {
            "start": 970318292,
            "stop": 970318293
        },
        {
            "start": 970318311,
            "stop": 970318316
        },
        {
            "start": 970318358,
            "stop": 970318363
        },
        {
            "start": 970318375,
            "stop": 970318613
        },
        {
            "start": 970318616,
            "stop": 970318862
        },
        {
            "start": 970318865,
            "stop": 970319036
        },
        {
            "start": 970319039,
            "stop": 970319079
        },
        {
            "start": 970319082,
            "stop": 970319331
        },
        {
            "start": 970319334,
            "stop": 970319359
        },
        {
            "start": 970319362,
            "stop": 970319390
        }
    ]
}