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=4853
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=4854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4852",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4853,
    "results": [
        {
            "start": 874736953,
            "stop": 874736974
        },
        {
            "start": 874736993,
            "stop": 874736998
        },
        {
            "start": 874737017,
            "stop": 874737019
        },
        {
            "start": 874737038,
            "stop": 874737060
        },
        {
            "start": 874737080,
            "stop": 874737097
        },
        {
            "start": 874737116,
            "stop": 874737139
        },
        {
            "start": 874737158,
            "stop": 874737214
        },
        {
            "start": 874737233,
            "stop": 874737238
        },
        {
            "start": 874737359,
            "stop": 874737560
        },
        {
            "start": 874737580,
            "stop": 874737663
        },
        {
            "start": 874737683,
            "stop": 874737812
        },
        {
            "start": 874737832,
            "stop": 874737874
        },
        {
            "start": 874737893,
            "stop": 874737925
        },
        {
            "start": 874737945,
            "stop": 874737999
        },
        {
            "start": 874738019,
            "stop": 874738160
        },
        {
            "start": 874738179,
            "stop": 874738214
        },
        {
            "start": 874738234,
            "stop": 874738240
        },
        {
            "start": 874738260,
            "stop": 874738349
        },
        {
            "start": 874738380,
            "stop": 874738420
        },
        {
            "start": 874738440,
            "stop": 874738512
        }
    ]
}