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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=858",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=856",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 857,
    "results": [
        {
            "start": 964323231,
            "stop": 964323974
        },
        {
            "start": 964325017,
            "stop": 964329100
        },
        {
            "start": 964330525,
            "stop": 964343136
        },
        {
            "start": 964401260,
            "stop": 964404418
        },
        {
            "start": 964405223,
            "stop": 964408195
        },
        {
            "start": 964409043,
            "stop": 964411156
        },
        {
            "start": 964411953,
            "stop": 964412596
        },
        {
            "start": 964414166,
            "stop": 964429415
        },
        {
            "start": 964429421,
            "stop": 964437085
        },
        {
            "start": 964440480,
            "stop": 964440710
        },
        {
            "start": 964442950,
            "stop": 964443143
        },
        {
            "start": 964445470,
            "stop": 964446100
        },
        {
            "start": 964448857,
            "stop": 964448904
        },
        {
            "start": 964452644,
            "stop": 964473856
        },
        {
            "start": 964477933,
            "stop": 964480282
        },
        {
            "start": 964486806,
            "stop": 964488866
        },
        {
            "start": 964509216,
            "stop": 964510400
        },
        {
            "start": 964512146,
            "stop": 964513445
        },
        {
            "start": 964513451,
            "stop": 964515010
        },
        {
            "start": 964515016,
            "stop": 964517260
        }
    ]
}