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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 79,
    "results": [
        {
            "start": 1126537395,
            "stop": 1126537425
        },
        {
            "start": 1126537429,
            "stop": 1126537468
        },
        {
            "start": 1126537469,
            "stop": 1126537667
        },
        {
            "start": 1126537669,
            "stop": 1126537677
        },
        {
            "start": 1126537679,
            "stop": 1126537762
        },
        {
            "start": 1126537764,
            "stop": 1126537769
        },
        {
            "start": 1126537770,
            "stop": 1126537946
        },
        {
            "start": 1126537947,
            "stop": 1126537993
        },
        {
            "start": 1126537995,
            "stop": 1126537998
        },
        {
            "start": 1126538000,
            "stop": 1126538089
        },
        {
            "start": 1126538091,
            "stop": 1126538113
        },
        {
            "start": 1126538115,
            "stop": 1126538119
        },
        {
            "start": 1126538121,
            "stop": 1126538432
        },
        {
            "start": 1126538434,
            "stop": 1126538601
        },
        {
            "start": 1126538603,
            "stop": 1126538748
        },
        {
            "start": 1126538749,
            "stop": 1126538837
        },
        {
            "start": 1126538839,
            "stop": 1126538863
        },
        {
            "start": 1126538865,
            "stop": 1126538893
        },
        {
            "start": 1126538895,
            "stop": 1126538956
        },
        {
            "start": 1126538958,
            "stop": 1126538971
        }
    ]
}