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=40684
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=40685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40683",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40684,
    "results": [
        {
            "start": 874931182,
            "stop": 874931226
        },
        {
            "start": 874931228,
            "stop": 874931235
        },
        {
            "start": 874931236,
            "stop": 874931251
        },
        {
            "start": 874931252,
            "stop": 874931258
        },
        {
            "start": 874931259,
            "stop": 874931266
        },
        {
            "start": 874931267,
            "stop": 874931351
        },
        {
            "start": 874931352,
            "stop": 874931411
        },
        {
            "start": 874931412,
            "stop": 874931502
        },
        {
            "start": 874931503,
            "stop": 874931624
        },
        {
            "start": 874931625,
            "stop": 874931655
        },
        {
            "start": 874931656,
            "stop": 874931670
        },
        {
            "start": 874931672,
            "stop": 874931713
        },
        {
            "start": 874931714,
            "stop": 874931745
        },
        {
            "start": 874931746,
            "stop": 874931755
        },
        {
            "start": 874931756,
            "stop": 874931905
        },
        {
            "start": 874931906,
            "stop": 874931911
        },
        {
            "start": 874931912,
            "stop": 874932032
        },
        {
            "start": 874932034,
            "stop": 874932044
        },
        {
            "start": 874932046,
            "stop": 874932091
        },
        {
            "start": 874932093,
            "stop": 874932203
        }
    ]
}