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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 112,
    "results": [
        {
            "start": 1238718308,
            "stop": 1238718363
        },
        {
            "start": 1238718364,
            "stop": 1238718438
        },
        {
            "start": 1238718442,
            "stop": 1238718513
        },
        {
            "start": 1238718514,
            "stop": 1238718636
        },
        {
            "start": 1238718638,
            "stop": 1238718673
        },
        {
            "start": 1238718674,
            "stop": 1238718712
        },
        {
            "start": 1238718713,
            "stop": 1238718726
        },
        {
            "start": 1238718728,
            "stop": 1238718774
        },
        {
            "start": 1238718779,
            "stop": 1238718789
        },
        {
            "start": 1238718792,
            "stop": 1238718793
        },
        {
            "start": 1238718795,
            "stop": 1238718803
        },
        {
            "start": 1238718807,
            "stop": 1238718812
        },
        {
            "start": 1238718814,
            "stop": 1238718816
        },
        {
            "start": 1238718817,
            "stop": 1238718818
        },
        {
            "start": 1238718820,
            "stop": 1238718861
        },
        {
            "start": 1238718865,
            "stop": 1238718870
        },
        {
            "start": 1238718872,
            "stop": 1238718879
        },
        {
            "start": 1238718880,
            "stop": 1238718895
        },
        {
            "start": 1238718897,
            "stop": 1238718899
        },
        {
            "start": 1238718907,
            "stop": 1238718911
        }
    ]
}