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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7490",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7488",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7489,
    "results": [
        {
            "start": 970244212,
            "stop": 970244420
        },
        {
            "start": 970244423,
            "stop": 970244476
        },
        {
            "start": 970244836,
            "stop": 970244859
        },
        {
            "start": 970244862,
            "stop": 970244874
        },
        {
            "start": 970244879,
            "stop": 970245025
        },
        {
            "start": 970245028,
            "stop": 970245089
        },
        {
            "start": 970245092,
            "stop": 970245112
        },
        {
            "start": 970245115,
            "stop": 970245226
        },
        {
            "start": 970245244,
            "stop": 970245262
        },
        {
            "start": 970245265,
            "stop": 970245299
        },
        {
            "start": 970245353,
            "stop": 970245376
        },
        {
            "start": 970245556,
            "stop": 970245625
        },
        {
            "start": 970245635,
            "stop": 970245686
        },
        {
            "start": 970245689,
            "stop": 970245699
        },
        {
            "start": 970245711,
            "stop": 970245719
        },
        {
            "start": 970245748,
            "stop": 970245749
        },
        {
            "start": 970245762,
            "stop": 970245765
        },
        {
            "start": 970245795,
            "stop": 970245800
        },
        {
            "start": 970245818,
            "stop": 970245828
        },
        {
            "start": 970245834,
            "stop": 970245882
        }
    ]
}