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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=364",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 365,
    "results": [
        {
            "start": 1265534758,
            "stop": 1265534813
        },
        {
            "start": 1265534814,
            "stop": 1265534849
        },
        {
            "start": 1265534851,
            "stop": 1265534878
        },
        {
            "start": 1265534880,
            "stop": 1265535070
        },
        {
            "start": 1265535071,
            "stop": 1265535072
        },
        {
            "start": 1265535073,
            "stop": 1265535241
        },
        {
            "start": 1265535242,
            "stop": 1265535518
        },
        {
            "start": 1265535519,
            "stop": 1265535695
        },
        {
            "start": 1265535696,
            "stop": 1265535703
        },
        {
            "start": 1265535704,
            "stop": 1265535754
        },
        {
            "start": 1265535755,
            "stop": 1265535782
        },
        {
            "start": 1265535783,
            "stop": 1265535785
        },
        {
            "start": 1265535787,
            "stop": 1265535791
        },
        {
            "start": 1265535792,
            "stop": 1265536449
        },
        {
            "start": 1265536450,
            "stop": 1265536469
        },
        {
            "start": 1265536470,
            "stop": 1265536578
        },
        {
            "start": 1265536579,
            "stop": 1265536602
        },
        {
            "start": 1265536603,
            "stop": 1265536679
        },
        {
            "start": 1265536681,
            "stop": 1265536770
        },
        {
            "start": 1265536773,
            "stop": 1265536774
        }
    ]
}