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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5131",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5132,
    "results": [
        {
            "start": 873624759,
            "stop": 873625841
        },
        {
            "start": 873625877,
            "stop": 873626240
        },
        {
            "start": 873626276,
            "stop": 873626301
        },
        {
            "start": 873626341,
            "stop": 873626813
        },
        {
            "start": 873627121,
            "stop": 873627182
        },
        {
            "start": 873627218,
            "stop": 873627489
        },
        {
            "start": 873627525,
            "stop": 873627551
        },
        {
            "start": 873627843,
            "stop": 873630053
        },
        {
            "start": 873630070,
            "stop": 873631727
        },
        {
            "start": 873658525,
            "stop": 873658920
        },
        {
            "start": 873659100,
            "stop": 873659160
        },
        {
            "start": 873661530,
            "stop": 873663634
        },
        {
            "start": 873663652,
            "stop": 873663675
        },
        {
            "start": 873663694,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664260
        },
        {
            "start": 873664380,
            "stop": 873664440
        },
        {
            "start": 873665828,
            "stop": 873665906
        },
        {
            "start": 873665954,
            "stop": 873666414
        },
        {
            "start": 873666662,
            "stop": 873668280
        },
        {
            "start": 873668340,
            "stop": 873669140
        }
    ]
}