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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=626",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=624",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 625,
    "results": [
        {
            "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": 1265535808
        },
        {
            "start": 1265535810,
            "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
        },
        {
            "start": 1265536776,
            "stop": 1265536873
        },
        {
            "start": 1265536874,
            "stop": 1265536910
        }
    ]
}