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=7357
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=7358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7356",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7357,
    "results": [
        {
            "start": 969400846,
            "stop": 969401053
        },
        {
            "start": 969401056,
            "stop": 969401158
        },
        {
            "start": 969401161,
            "stop": 969401242
        },
        {
            "start": 969401245,
            "stop": 969401297
        },
        {
            "start": 969401302,
            "stop": 969401367
        },
        {
            "start": 969401370,
            "stop": 969401382
        },
        {
            "start": 969401507,
            "stop": 969401508
        },
        {
            "start": 969401511,
            "stop": 969401545
        },
        {
            "start": 969401549,
            "stop": 969401956
        },
        {
            "start": 969401959,
            "stop": 969402036
        },
        {
            "start": 969402069,
            "stop": 969402088
        },
        {
            "start": 969402091,
            "stop": 969402167
        },
        {
            "start": 969402172,
            "stop": 969402188
        },
        {
            "start": 969402191,
            "stop": 969402195
        },
        {
            "start": 969402201,
            "stop": 969402213
        },
        {
            "start": 969402216,
            "stop": 969402227
        },
        {
            "start": 969402230,
            "stop": 969402250
        },
        {
            "start": 969402253,
            "stop": 969402261
        },
        {
            "start": 969402264,
            "stop": 969402311
        },
        {
            "start": 969402314,
            "stop": 969402325
        }
    ]
}