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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14229",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14230,
    "results": [
        {
            "start": 971172831,
            "stop": 971172833
        },
        {
            "start": 971172834,
            "stop": 971172835
        },
        {
            "start": 971172837,
            "stop": 971172838
        },
        {
            "start": 971172839,
            "stop": 971172844
        },
        {
            "start": 971172845,
            "stop": 971172846
        },
        {
            "start": 971172849,
            "stop": 971172850
        },
        {
            "start": 971172851,
            "stop": 971172857
        },
        {
            "start": 971172861,
            "stop": 971172863
        },
        {
            "start": 971172864,
            "stop": 971172866
        },
        {
            "start": 971172869,
            "stop": 971172870
        },
        {
            "start": 971172872,
            "stop": 971172873
        },
        {
            "start": 971172876,
            "stop": 971172883
        },
        {
            "start": 971172884,
            "stop": 971172886
        },
        {
            "start": 971172888,
            "stop": 971172890
        },
        {
            "start": 971172891,
            "stop": 971172892
        },
        {
            "start": 971172894,
            "stop": 971172895
        },
        {
            "start": 971172896,
            "stop": 971172897
        },
        {
            "start": 971172898,
            "stop": 971172900
        },
        {
            "start": 971172904,
            "stop": 971172905
        },
        {
            "start": 971172906,
            "stop": 971172907
        }
    ]
}