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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 34,
    "results": [
        {
            "start": 1238189986,
            "stop": 1238189988
        },
        {
            "start": 1238189989,
            "stop": 1238189995
        },
        {
            "start": 1238189996,
            "stop": 1238190001
        },
        {
            "start": 1238190003,
            "stop": 1238190008
        },
        {
            "start": 1238190011,
            "stop": 1238190015
        },
        {
            "start": 1238190017,
            "stop": 1238190018
        },
        {
            "start": 1238190022,
            "stop": 1238190025
        },
        {
            "start": 1238190026,
            "stop": 1238190035
        },
        {
            "start": 1238190037,
            "stop": 1238190038
        },
        {
            "start": 1238190043,
            "stop": 1238190046
        },
        {
            "start": 1238190047,
            "stop": 1238190060
        },
        {
            "start": 1238190062,
            "stop": 1238190063
        },
        {
            "start": 1238190064,
            "stop": 1238190067
        },
        {
            "start": 1238190068,
            "stop": 1238190071
        },
        {
            "start": 1238190076,
            "stop": 1238190086
        },
        {
            "start": 1238190087,
            "stop": 1238190093
        },
        {
            "start": 1238190094,
            "stop": 1238190097
        },
        {
            "start": 1238190098,
            "stop": 1238190102
        },
        {
            "start": 1238190106,
            "stop": 1238190109
        },
        {
            "start": 1238190116,
            "stop": 1238190118
        }
    ]
}