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=16772
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=16773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16771",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16772,
    "results": [
        {
            "start": 875108787,
            "stop": 875108798
        },
        {
            "start": 875108802,
            "stop": 875108806
        },
        {
            "start": 875108809,
            "stop": 875108810
        },
        {
            "start": 875108816,
            "stop": 875108819
        },
        {
            "start": 875108880,
            "stop": 875108887
        },
        {
            "start": 875108904,
            "stop": 875108979
        },
        {
            "start": 875108980,
            "stop": 875108987
        },
        {
            "start": 875108988,
            "stop": 875109016
        },
        {
            "start": 875109018,
            "stop": 875109020
        },
        {
            "start": 875109021,
            "stop": 875109024
        },
        {
            "start": 875109025,
            "stop": 875109026
        },
        {
            "start": 875109029,
            "stop": 875109030
        },
        {
            "start": 875109033,
            "stop": 875109034
        },
        {
            "start": 875109039,
            "stop": 875109047
        },
        {
            "start": 875109050,
            "stop": 875109057
        },
        {
            "start": 875109060,
            "stop": 875109066
        },
        {
            "start": 875109067,
            "stop": 875109068
        },
        {
            "start": 875109071,
            "stop": 875109075
        },
        {
            "start": 875109079,
            "stop": 875109082
        },
        {
            "start": 875109083,
            "stop": 875109096
        }
    ]
}