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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 77,
    "results": [
        {
            "start": 817626565,
            "stop": 817626670
        },
        {
            "start": 817626673,
            "stop": 817627842
        },
        {
            "start": 817627845,
            "stop": 817628798
        },
        {
            "start": 817628801,
            "stop": 817628910
        },
        {
            "start": 817628913,
            "stop": 817628914
        },
        {
            "start": 817628923,
            "stop": 817628925
        },
        {
            "start": 817628928,
            "stop": 817628935
        },
        {
            "start": 817628939,
            "stop": 817628954
        },
        {
            "start": 817628957,
            "stop": 817629045
        },
        {
            "start": 817629052,
            "stop": 817629061
        },
        {
            "start": 817629065,
            "stop": 817629067
        },
        {
            "start": 817629070,
            "stop": 817629332
        },
        {
            "start": 817629335,
            "stop": 817629336
        },
        {
            "start": 817629339,
            "stop": 817629370
        },
        {
            "start": 817629376,
            "stop": 817629385
        },
        {
            "start": 817629389,
            "stop": 817629399
        },
        {
            "start": 817629403,
            "stop": 817629544
        },
        {
            "start": 817629554,
            "stop": 817629555
        },
        {
            "start": 817629558,
            "stop": 817629559
        },
        {
            "start": 817629562,
            "stop": 817629565
        }
    ]
}