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=16756
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=16757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16755",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16756,
    "results": [
        {
            "start": 875097624,
            "stop": 875097667
        },
        {
            "start": 875097668,
            "stop": 875097675
        },
        {
            "start": 875097676,
            "stop": 875097697
        },
        {
            "start": 875097699,
            "stop": 875097738
        },
        {
            "start": 875097739,
            "stop": 875097746
        },
        {
            "start": 875097749,
            "stop": 875097750
        },
        {
            "start": 875097754,
            "stop": 875097830
        },
        {
            "start": 875097833,
            "stop": 875097881
        },
        {
            "start": 875097883,
            "stop": 875097895
        },
        {
            "start": 875097898,
            "stop": 875097903
        },
        {
            "start": 875097904,
            "stop": 875098053
        },
        {
            "start": 875098054,
            "stop": 875098151
        },
        {
            "start": 875098152,
            "stop": 875098209
        },
        {
            "start": 875098211,
            "stop": 875098364
        },
        {
            "start": 875098365,
            "stop": 875098423
        },
        {
            "start": 875098424,
            "stop": 875098502
        },
        {
            "start": 875098503,
            "stop": 875098509
        },
        {
            "start": 875098510,
            "stop": 875098724
        },
        {
            "start": 875098727,
            "stop": 875098902
        },
        {
            "start": 875098903,
            "stop": 875098924
        }
    ]
}