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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=176",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 177,
    "results": [
        {
            "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
        },
        {
            "start": 817422324,
            "stop": 817422762
        },
        {
            "start": 817422781,
            "stop": 817423061
        },
        {
            "start": 817423080,
            "stop": 817423400
        },
        {
            "start": 817423417,
            "stop": 817423916
        },
        {
            "start": 817423942,
            "stop": 817423947
        },
        {
            "start": 817423954,
            "stop": 817423969
        },
        {
            "start": 817423988,
            "stop": 817424053
        },
        {
            "start": 817424072,
            "stop": 817424093
        },
        {
            "start": 817424114,
            "stop": 817425209
        },
        {
            "start": 817425228,
            "stop": 817425710
        },
        {
            "start": 817425729,
            "stop": 817425770
        }
    ]
}