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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6920",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6921,
    "results": [
        {
            "start": 873658420,
            "stop": 873658427
        },
        {
            "start": 873658433,
            "stop": 873658436
        },
        {
            "start": 873658437,
            "stop": 873658439
        },
        {
            "start": 873658440,
            "stop": 873658459
        },
        {
            "start": 873658460,
            "stop": 873658487
        },
        {
            "start": 873658488,
            "stop": 873658490
        },
        {
            "start": 873658491,
            "stop": 873658497
        },
        {
            "start": 873658498,
            "stop": 873658499
        },
        {
            "start": 873658500,
            "stop": 873658920
        },
        {
            "start": 873659100,
            "stop": 873659160
        },
        {
            "start": 873661484,
            "stop": 873661495
        },
        {
            "start": 873661496,
            "stop": 873661504
        },
        {
            "start": 873661505,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664260
        },
        {
            "start": 873664380,
            "stop": 873664440
        },
        {
            "start": 873665828,
            "stop": 873665914
        },
        {
            "start": 873665916,
            "stop": 873665925
        },
        {
            "start": 873665929,
            "stop": 873666414
        },
        {
            "start": 873666662,
            "stop": 873668280
        },
        {
            "start": 873668340,
            "stop": 873669540
        }
    ]
}