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=4879
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=4880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4878",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4879,
    "results": [
        {
            "start": 874221557,
            "stop": 874221578
        },
        {
            "start": 874221620,
            "stop": 874221644
        },
        {
            "start": 874221663,
            "stop": 874221673
        },
        {
            "start": 874221692,
            "stop": 874221896
        },
        {
            "start": 874221932,
            "stop": 874221975
        },
        {
            "start": 874222000,
            "stop": 874222126
        },
        {
            "start": 874222145,
            "stop": 874222196
        },
        {
            "start": 874222215,
            "stop": 874222219
        },
        {
            "start": 874222239,
            "stop": 874222246
        },
        {
            "start": 874222265,
            "stop": 874222352
        },
        {
            "start": 874222371,
            "stop": 874222480
        },
        {
            "start": 874222499,
            "stop": 874222514
        },
        {
            "start": 874222533,
            "stop": 874222735
        },
        {
            "start": 874222754,
            "stop": 874222780
        },
        {
            "start": 874222800,
            "stop": 874222829
        },
        {
            "start": 874222856,
            "stop": 874223049
        },
        {
            "start": 874223068,
            "stop": 874223107
        },
        {
            "start": 874223127,
            "stop": 874223252
        },
        {
            "start": 874223271,
            "stop": 874223279
        },
        {
            "start": 874223305,
            "stop": 874223320
        }
    ]
}