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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=960",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=958",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 959,
    "results": [
        {
            "start": 1251688527,
            "stop": 1251688559
        },
        {
            "start": 1251688564,
            "stop": 1251688569
        },
        {
            "start": 1251688574,
            "stop": 1251688588
        },
        {
            "start": 1251688593,
            "stop": 1251688970
        },
        {
            "start": 1251688975,
            "stop": 1251689066
        },
        {
            "start": 1251689071,
            "stop": 1251689127
        },
        {
            "start": 1251689132,
            "stop": 1251689245
        },
        {
            "start": 1251689250,
            "stop": 1251689280
        },
        {
            "start": 1251689284,
            "stop": 1251689302
        },
        {
            "start": 1251689307,
            "stop": 1251689393
        },
        {
            "start": 1251689398,
            "stop": 1251689400
        },
        {
            "start": 1251689403,
            "stop": 1251689465
        },
        {
            "start": 1251689470,
            "stop": 1251689545
        },
        {
            "start": 1251689550,
            "stop": 1251689616
        },
        {
            "start": 1251689621,
            "stop": 1251689729
        },
        {
            "start": 1251689734,
            "stop": 1251689737
        },
        {
            "start": 1251689742,
            "stop": 1251689767
        },
        {
            "start": 1251689772,
            "stop": 1251689880
        },
        {
            "start": 1251689886,
            "stop": 1251689987
        },
        {
            "start": 1251689992,
            "stop": 1251690016
        }
    ]
}