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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=362",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 363,
    "results": [
        {
            "start": 1260886019,
            "stop": 1260886056
        },
        {
            "start": 1260886059,
            "stop": 1260886127
        },
        {
            "start": 1260886130,
            "stop": 1260886131
        },
        {
            "start": 1260886134,
            "stop": 1260886143
        },
        {
            "start": 1260886146,
            "stop": 1260886168
        },
        {
            "start": 1260886171,
            "stop": 1260886476
        },
        {
            "start": 1260886479,
            "stop": 1260886506
        },
        {
            "start": 1260888399,
            "stop": 1260888414
        },
        {
            "start": 1260888422,
            "stop": 1260888423
        },
        {
            "start": 1260888426,
            "stop": 1260888428
        },
        {
            "start": 1260888431,
            "stop": 1260888633
        },
        {
            "start": 1260888636,
            "stop": 1260888657
        },
        {
            "start": 1260888663,
            "stop": 1260888672
        },
        {
            "start": 1260888675,
            "stop": 1260888676
        },
        {
            "start": 1260888679,
            "stop": 1260888680
        },
        {
            "start": 1260888683,
            "stop": 1260888737
        },
        {
            "start": 1260888740,
            "stop": 1260888762
        },
        {
            "start": 1260888765,
            "stop": 1260888782
        },
        {
            "start": 1260888785,
            "stop": 1260888790
        },
        {
            "start": 1260888793,
            "stop": 1260888795
        }
    ]
}