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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=162",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 163,
    "results": [
        {
            "start": 819835418,
            "stop": 819835988
        },
        {
            "start": 819835991,
            "stop": 819836391
        },
        {
            "start": 819836395,
            "stop": 819836405
        },
        {
            "start": 819836408,
            "stop": 819836490
        },
        {
            "start": 819836494,
            "stop": 819836500
        },
        {
            "start": 819836504,
            "stop": 819836796
        },
        {
            "start": 819836800,
            "stop": 819836931
        },
        {
            "start": 819836934,
            "stop": 819837459
        },
        {
            "start": 819837462,
            "stop": 819837664
        },
        {
            "start": 819838065,
            "stop": 819838244
        },
        {
            "start": 819838247,
            "stop": 819838548
        },
        {
            "start": 819838551,
            "stop": 819838568
        },
        {
            "start": 819838571,
            "stop": 819838646
        },
        {
            "start": 819838649,
            "stop": 819838791
        },
        {
            "start": 819838794,
            "stop": 819838797
        },
        {
            "start": 819838801,
            "stop": 819839081
        },
        {
            "start": 819839084,
            "stop": 819839508
        },
        {
            "start": 819839511,
            "stop": 819839893
        },
        {
            "start": 819839896,
            "stop": 819840060
        },
        {
            "start": 819840063,
            "stop": 819840203
        }
    ]
}