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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16740",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16741,
    "results": [
        {
            "start": 875059643,
            "stop": 875059762
        },
        {
            "start": 875059764,
            "stop": 875060331
        },
        {
            "start": 875060333,
            "stop": 875060635
        },
        {
            "start": 875060637,
            "stop": 875060646
        },
        {
            "start": 875060647,
            "stop": 875060832
        },
        {
            "start": 875060833,
            "stop": 875060880
        },
        {
            "start": 875060881,
            "stop": 875061003
        },
        {
            "start": 875061005,
            "stop": 875061055
        },
        {
            "start": 875061056,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875061403
        },
        {
            "start": 875061405,
            "stop": 875061440
        },
        {
            "start": 875061441,
            "stop": 875061447
        },
        {
            "start": 875061449,
            "stop": 875061668
        },
        {
            "start": 875061670,
            "stop": 875061684
        },
        {
            "start": 875061686,
            "stop": 875061690
        },
        {
            "start": 875061691,
            "stop": 875061811
        },
        {
            "start": 875061814,
            "stop": 875061819
        },
        {
            "start": 875061821,
            "stop": 875061863
        },
        {
            "start": 875061864,
            "stop": 875061987
        },
        {
            "start": 875061989,
            "stop": 875062099
        }
    ]
}