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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41013",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41014,
    "results": [
        {
            "start": 875175701,
            "stop": 875175704
        },
        {
            "start": 875175706,
            "stop": 875175710
        },
        {
            "start": 875175711,
            "stop": 875175715
        },
        {
            "start": 875175716,
            "stop": 875175720
        },
        {
            "start": 875175722,
            "stop": 875175726
        },
        {
            "start": 875175727,
            "stop": 875175731
        },
        {
            "start": 875175733,
            "stop": 875175736
        },
        {
            "start": 875175738,
            "stop": 875175742
        },
        {
            "start": 875175743,
            "stop": 875175747
        },
        {
            "start": 875175749,
            "stop": 875175753
        },
        {
            "start": 875175754,
            "stop": 875175758
        },
        {
            "start": 875175759,
            "stop": 875175763
        },
        {
            "start": 875175766,
            "stop": 875175769
        },
        {
            "start": 875175770,
            "stop": 875175774
        },
        {
            "start": 875175775,
            "stop": 875175779
        },
        {
            "start": 875175781,
            "stop": 875175785
        },
        {
            "start": 875175786,
            "stop": 875175790
        },
        {
            "start": 875175791,
            "stop": 875175795
        },
        {
            "start": 875175797,
            "stop": 875175800
        },
        {
            "start": 875175802,
            "stop": 875175806
        }
    ]
}