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=16606
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=16607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16605",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16606,
    "results": [
        {
            "start": 874735225,
            "stop": 874735375
        },
        {
            "start": 874735377,
            "stop": 874735409
        },
        {
            "start": 874735410,
            "stop": 874735464
        },
        {
            "start": 874735467,
            "stop": 874735532
        },
        {
            "start": 874735533,
            "stop": 874735589
        },
        {
            "start": 874735591,
            "stop": 874735620
        },
        {
            "start": 874735621,
            "stop": 874735624
        },
        {
            "start": 874735626,
            "stop": 874735676
        },
        {
            "start": 874735677,
            "stop": 874735961
        },
        {
            "start": 874735964,
            "stop": 874736135
        },
        {
            "start": 874736136,
            "stop": 874736150
        },
        {
            "start": 874736151,
            "stop": 874736234
        },
        {
            "start": 874736235,
            "stop": 874736477
        },
        {
            "start": 874736478,
            "stop": 874736504
        },
        {
            "start": 874736506,
            "stop": 874736697
        },
        {
            "start": 874736698,
            "stop": 874736837
        },
        {
            "start": 874736838,
            "stop": 874736867
        },
        {
            "start": 874736868,
            "stop": 874736884
        },
        {
            "start": 874736885,
            "stop": 874736954
        },
        {
            "start": 874736955,
            "stop": 874736987
        }
    ]
}