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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=399",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 400,
    "results": [
        {
            "start": 821492405,
            "stop": 821492422
        },
        {
            "start": 821492426,
            "stop": 821492782
        },
        {
            "start": 821492785,
            "stop": 821492853
        },
        {
            "start": 821492856,
            "stop": 821493141
        },
        {
            "start": 821493261,
            "stop": 821493286
        },
        {
            "start": 821493406,
            "stop": 821493460
        },
        {
            "start": 821493463,
            "stop": 821493856
        },
        {
            "start": 821493859,
            "stop": 821493965
        },
        {
            "start": 821493969,
            "stop": 821493970
        },
        {
            "start": 821493973,
            "stop": 821494033
        },
        {
            "start": 821494037,
            "stop": 821494060
        },
        {
            "start": 821494063,
            "stop": 821494174
        },
        {
            "start": 821494177,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494692
        },
        {
            "start": 821494695,
            "stop": 821494803
        },
        {
            "start": 821494806,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821495086
        },
        {
            "start": 821495105,
            "stop": 821495114
        },
        {
            "start": 821495133,
            "stop": 821495163
        },
        {
            "start": 821495182,
            "stop": 821495199
        }
    ]
}