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=16582
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=16583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16581",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16582,
    "results": [
        {
            "start": 874705678,
            "stop": 874705683
        },
        {
            "start": 874705684,
            "stop": 874705697
        },
        {
            "start": 874705699,
            "stop": 874705797
        },
        {
            "start": 874705798,
            "stop": 874705822
        },
        {
            "start": 874705823,
            "stop": 874706267
        },
        {
            "start": 874706268,
            "stop": 874706394
        },
        {
            "start": 874706395,
            "stop": 874706492
        },
        {
            "start": 874706494,
            "stop": 874706517
        },
        {
            "start": 874706518,
            "stop": 874706559
        },
        {
            "start": 874706561,
            "stop": 874706656
        },
        {
            "start": 874706657,
            "stop": 874706661
        },
        {
            "start": 874706663,
            "stop": 874706709
        },
        {
            "start": 874706711,
            "stop": 874706726
        },
        {
            "start": 874706727,
            "stop": 874706758
        },
        {
            "start": 874706761,
            "stop": 874706901
        },
        {
            "start": 874706903,
            "stop": 874706925
        },
        {
            "start": 874706927,
            "stop": 874706946
        },
        {
            "start": 874706948,
            "stop": 874706955
        },
        {
            "start": 874706956,
            "stop": 874706997
        },
        {
            "start": 874706999,
            "stop": 874707038
        }
    ]
}