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=756
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=757",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=755",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 756,
    "results": [
        {
            "start": 1249058375,
            "stop": 1249058841
        },
        {
            "start": 1249058846,
            "stop": 1249058901
        },
        {
            "start": 1249058906,
            "stop": 1249058932
        },
        {
            "start": 1249058933,
            "stop": 1249058944
        },
        {
            "start": 1249058945,
            "stop": 1249058966
        },
        {
            "start": 1249058971,
            "stop": 1249058972
        },
        {
            "start": 1249058976,
            "stop": 1249059041
        },
        {
            "start": 1249059046,
            "stop": 1249059115
        },
        {
            "start": 1249059118,
            "stop": 1249059121
        },
        {
            "start": 1249059126,
            "stop": 1249059199
        },
        {
            "start": 1249059204,
            "stop": 1249059511
        },
        {
            "start": 1249059516,
            "stop": 1249059544
        },
        {
            "start": 1249059545,
            "stop": 1249059626
        },
        {
            "start": 1249059629,
            "stop": 1249059652
        },
        {
            "start": 1249059654,
            "stop": 1249059656
        },
        {
            "start": 1249059661,
            "stop": 1249059663
        },
        {
            "start": 1249059668,
            "stop": 1249059815
        },
        {
            "start": 1249059818,
            "stop": 1249059820
        },
        {
            "start": 1249059825,
            "stop": 1249059829
        },
        {
            "start": 1249059833,
            "stop": 1249059852
        }
    ]
}