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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3865",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3866,
    "results": [
        {
            "start": 873864487,
            "stop": 873864557
        },
        {
            "start": 873864561,
            "stop": 873864715
        },
        {
            "start": 873864718,
            "stop": 873864780
        },
        {
            "start": 873864783,
            "stop": 873864884
        },
        {
            "start": 873864887,
            "stop": 873865038
        },
        {
            "start": 873865041,
            "stop": 873865055
        },
        {
            "start": 873865060,
            "stop": 873865064
        },
        {
            "start": 873865069,
            "stop": 873865082
        },
        {
            "start": 873865086,
            "stop": 873865087
        },
        {
            "start": 873865092,
            "stop": 873865100
        },
        {
            "start": 873865103,
            "stop": 873865118
        },
        {
            "start": 873865121,
            "stop": 873865125
        },
        {
            "start": 873865128,
            "stop": 873865139
        },
        {
            "start": 873865142,
            "stop": 873865192
        },
        {
            "start": 873865195,
            "stop": 873865220
        },
        {
            "start": 873865227,
            "stop": 873865237
        },
        {
            "start": 873865240,
            "stop": 873865244
        },
        {
            "start": 873865249,
            "stop": 873865266
        },
        {
            "start": 873865269,
            "stop": 873865277
        },
        {
            "start": 873865280,
            "stop": 873865300
        }
    ]
}