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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 168,
    "results": [
        {
            "start": 1239676446,
            "stop": 1239676448
        },
        {
            "start": 1239676453,
            "stop": 1239676636
        },
        {
            "start": 1239676639,
            "stop": 1239677833
        },
        {
            "start": 1239677837,
            "stop": 1239678029
        },
        {
            "start": 1239678034,
            "stop": 1239678039
        },
        {
            "start": 1239678043,
            "stop": 1239678646
        },
        {
            "start": 1239678649,
            "stop": 1239678828
        },
        {
            "start": 1239678832,
            "stop": 1239679396
        },
        {
            "start": 1239679401,
            "stop": 1239679552
        },
        {
            "start": 1239679557,
            "stop": 1239679718
        },
        {
            "start": 1239679722,
            "stop": 1239680105
        },
        {
            "start": 1239680109,
            "stop": 1239680530
        },
        {
            "start": 1239680535,
            "stop": 1239681022
        },
        {
            "start": 1239681025,
            "stop": 1239681335
        },
        {
            "start": 1239681339,
            "stop": 1239681352
        },
        {
            "start": 1239681355,
            "stop": 1239681411
        },
        {
            "start": 1239681416,
            "stop": 1239681418
        },
        {
            "start": 1239681422,
            "stop": 1239681477
        },
        {
            "start": 1239681480,
            "stop": 1239681773
        },
        {
            "start": 1239681777,
            "stop": 1239681902
        }
    ]
}