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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10134",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10135,
    "results": [
        {
            "start": 873626341,
            "stop": 873626813
        },
        {
            "start": 873627121,
            "stop": 873627182
        },
        {
            "start": 873627218,
            "stop": 873627489
        },
        {
            "start": 873627525,
            "stop": 873627551
        },
        {
            "start": 873627843,
            "stop": 873630053
        },
        {
            "start": 873630070,
            "stop": 873631470
        },
        {
            "start": 873658525,
            "stop": 873658920
        },
        {
            "start": 873659100,
            "stop": 873659160
        },
        {
            "start": 873661542,
            "stop": 873663634
        },
        {
            "start": 873663652,
            "stop": 873663675
        },
        {
            "start": 873663694,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664260
        },
        {
            "start": 873664380,
            "stop": 873664440
        },
        {
            "start": 873665828,
            "stop": 873665871
        },
        {
            "start": 873665991,
            "stop": 873666414
        },
        {
            "start": 873666662,
            "stop": 873667968
        },
        {
            "start": 873668088,
            "stop": 873668280
        },
        {
            "start": 873668340,
            "stop": 873668534
        },
        {
            "start": 873668654,
            "stop": 873669140
        },
        {
            "start": 873669157,
            "stop": 873669193
        }
    ]
}