Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=123",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 124,
    "results": [
        {
            "start": 1239038339,
            "stop": 1239038360
        },
        {
            "start": 1239038364,
            "stop": 1239038388
        },
        {
            "start": 1239038390,
            "stop": 1239038440
        },
        {
            "start": 1239038445,
            "stop": 1239038554
        },
        {
            "start": 1239038555,
            "stop": 1239038564
        },
        {
            "start": 1239038566,
            "stop": 1239038572
        },
        {
            "start": 1239038575,
            "stop": 1239038592
        },
        {
            "start": 1239038594,
            "stop": 1239038596
        },
        {
            "start": 1239038600,
            "stop": 1239038614
        },
        {
            "start": 1239038617,
            "stop": 1239038635
        },
        {
            "start": 1239038637,
            "stop": 1239038638
        },
        {
            "start": 1239038643,
            "stop": 1239038644
        },
        {
            "start": 1239038646,
            "stop": 1239038657
        },
        {
            "start": 1239038659,
            "stop": 1239038692
        },
        {
            "start": 1239038695,
            "stop": 1239038708
        },
        {
            "start": 1239038711,
            "stop": 1239038713
        },
        {
            "start": 1239038715,
            "stop": 1239038723
        },
        {
            "start": 1239038725,
            "stop": 1239038726
        },
        {
            "start": 1239038728,
            "stop": 1239038735
        },
        {
            "start": 1239038740,
            "stop": 1239038747
        }
    ]
}