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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=181",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 182,
    "results": [
        {
            "start": 817417219,
            "stop": 817417232
        },
        {
            "start": 817417237,
            "stop": 817417274
        },
        {
            "start": 817417277,
            "stop": 817417514
        },
        {
            "start": 817417517,
            "stop": 817417798
        },
        {
            "start": 817417821,
            "stop": 817417979
        },
        {
            "start": 817418001,
            "stop": 817418130
        },
        {
            "start": 817418165,
            "stop": 817418506
        },
        {
            "start": 817418568,
            "stop": 817419085
        },
        {
            "start": 817419104,
            "stop": 817419253
        },
        {
            "start": 817419719,
            "stop": 817419760
        },
        {
            "start": 817419779,
            "stop": 817420183
        },
        {
            "start": 817420221,
            "stop": 817420368
        },
        {
            "start": 817420385,
            "stop": 817420612
        },
        {
            "start": 817420733,
            "stop": 817420907
        },
        {
            "start": 817420928,
            "stop": 817421243
        },
        {
            "start": 817421271,
            "stop": 817421707
        },
        {
            "start": 817421724,
            "stop": 817421938
        },
        {
            "start": 817421957,
            "stop": 817421975
        },
        {
            "start": 817421994,
            "stop": 817422075
        },
        {
            "start": 817422098,
            "stop": 817422305
        }
    ]
}