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=4719
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=4720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4718",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4719,
    "results": [
        {
            "start": 874430210,
            "stop": 874430232
        },
        {
            "start": 874430251,
            "stop": 874430294
        },
        {
            "start": 874430492,
            "stop": 874430512
        },
        {
            "start": 874430531,
            "stop": 874430800
        },
        {
            "start": 874430819,
            "stop": 874430823
        },
        {
            "start": 874430874,
            "stop": 874430898
        },
        {
            "start": 874431018,
            "stop": 874431120
        },
        {
            "start": 874431266,
            "stop": 874431276
        },
        {
            "start": 874431295,
            "stop": 874431301
        },
        {
            "start": 874431337,
            "stop": 874431360
        },
        {
            "start": 874431379,
            "stop": 874431381
        },
        {
            "start": 874431400,
            "stop": 874431410
        },
        {
            "start": 874431429,
            "stop": 874431469
        },
        {
            "start": 874431488,
            "stop": 874431490
        },
        {
            "start": 874431509,
            "stop": 874431573
        },
        {
            "start": 874431607,
            "stop": 874431678
        },
        {
            "start": 874431704,
            "stop": 874431819
        },
        {
            "start": 874431840,
            "stop": 874431977
        },
        {
            "start": 874432004,
            "stop": 874432054
        },
        {
            "start": 874432073,
            "stop": 874432116
        }
    ]
}