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=982
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=983",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=981",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 982,
    "results": [
        {
            "start": 1251752617,
            "stop": 1251752640
        },
        {
            "start": 1251752645,
            "stop": 1251752646
        },
        {
            "start": 1251752649,
            "stop": 1251752661
        },
        {
            "start": 1251752664,
            "stop": 1251752671
        },
        {
            "start": 1251752675,
            "stop": 1251752855
        },
        {
            "start": 1251752860,
            "stop": 1251752873
        },
        {
            "start": 1251752878,
            "stop": 1251752907
        },
        {
            "start": 1251752912,
            "stop": 1251752918
        },
        {
            "start": 1251752923,
            "stop": 1251752989
        },
        {
            "start": 1251752994,
            "stop": 1251753000
        },
        {
            "start": 1251753005,
            "stop": 1251753016
        },
        {
            "start": 1251753021,
            "stop": 1251753041
        },
        {
            "start": 1251753046,
            "stop": 1251753051
        },
        {
            "start": 1251753056,
            "stop": 1251753687
        },
        {
            "start": 1251753690,
            "stop": 1251753854
        },
        {
            "start": 1251753859,
            "stop": 1251753931
        },
        {
            "start": 1251753936,
            "stop": 1251753968
        },
        {
            "start": 1251756216,
            "stop": 1251756422
        },
        {
            "start": 1251756426,
            "stop": 1251756521
        },
        {
            "start": 1251756526,
            "stop": 1251756747
        }
    ]
}