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=944
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=945",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=943",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 944,
    "results": [
        {
            "start": 1251639346,
            "stop": 1251639450
        },
        {
            "start": 1251639455,
            "stop": 1251639615
        },
        {
            "start": 1251639620,
            "stop": 1251639689
        },
        {
            "start": 1251639694,
            "stop": 1251639722
        },
        {
            "start": 1251639731,
            "stop": 1251639806
        },
        {
            "start": 1251639810,
            "stop": 1251640019
        },
        {
            "start": 1251640023,
            "stop": 1251640059
        },
        {
            "start": 1251640063,
            "stop": 1251640498
        },
        {
            "start": 1251640501,
            "stop": 1251640624
        },
        {
            "start": 1251640627,
            "stop": 1251640741
        },
        {
            "start": 1251640745,
            "stop": 1251640770
        },
        {
            "start": 1251640775,
            "stop": 1251640814
        },
        {
            "start": 1251640818,
            "stop": 1251640912
        },
        {
            "start": 1251640917,
            "stop": 1251640939
        },
        {
            "start": 1251640943,
            "stop": 1251641076
        },
        {
            "start": 1251641079,
            "stop": 1251641416
        },
        {
            "start": 1251641421,
            "stop": 1251641458
        },
        {
            "start": 1251641464,
            "stop": 1251641580
        },
        {
            "start": 1251641584,
            "stop": 1251641713
        },
        {
            "start": 1251641718,
            "stop": 1251641828
        }
    ]
}