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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5005",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5006,
    "results": [
        {
            "start": 874499024,
            "stop": 874499044
        },
        {
            "start": 874499063,
            "stop": 874499189
        },
        {
            "start": 874499208,
            "stop": 874499264
        },
        {
            "start": 874499284,
            "stop": 874499887
        },
        {
            "start": 874499906,
            "stop": 874499913
        },
        {
            "start": 874499932,
            "stop": 874500260
        },
        {
            "start": 874500279,
            "stop": 874500714
        },
        {
            "start": 874500734,
            "stop": 874501046
        },
        {
            "start": 874501065,
            "stop": 874501092
        },
        {
            "start": 874501111,
            "stop": 874501193
        },
        {
            "start": 874501212,
            "stop": 874501294
        },
        {
            "start": 874501313,
            "stop": 874501368
        },
        {
            "start": 874503159,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874506040
        },
        {
            "start": 874506059,
            "stop": 874506209
        },
        {
            "start": 874506228,
            "stop": 874506261
        },
        {
            "start": 874506280,
            "stop": 874506556
        },
        {
            "start": 874506576,
            "stop": 874506628
        },
        {
            "start": 874506647,
            "stop": 874506694
        }
    ]
}