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=16620
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=16621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16619",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16620,
    "results": [
        {
            "start": 874795340,
            "stop": 874795467
        },
        {
            "start": 874795470,
            "stop": 874795493
        },
        {
            "start": 874795494,
            "stop": 874795548
        },
        {
            "start": 874795551,
            "stop": 874795631
        },
        {
            "start": 874795635,
            "stop": 874795667
        },
        {
            "start": 874795670,
            "stop": 874795765
        },
        {
            "start": 874795767,
            "stop": 874795818
        },
        {
            "start": 874795821,
            "stop": 874795827
        },
        {
            "start": 874795829,
            "stop": 874795844
        },
        {
            "start": 874795845,
            "stop": 874795858
        },
        {
            "start": 874795860,
            "stop": 874795933
        },
        {
            "start": 874795934,
            "stop": 874795945
        },
        {
            "start": 874795946,
            "stop": 874795983
        },
        {
            "start": 874795986,
            "stop": 874796086
        },
        {
            "start": 874796089,
            "stop": 874796212
        },
        {
            "start": 874796214,
            "stop": 874796341
        },
        {
            "start": 874796342,
            "stop": 874796468
        },
        {
            "start": 874796472,
            "stop": 874796536
        },
        {
            "start": 874796543,
            "stop": 874796660
        },
        {
            "start": 874796662,
            "stop": 874796673
        }
    ]
}