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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 171,
    "results": [
        {
            "start": 1239691286,
            "stop": 1239691336
        },
        {
            "start": 1239691340,
            "stop": 1239691571
        },
        {
            "start": 1239691576,
            "stop": 1239691613
        },
        {
            "start": 1239691618,
            "stop": 1239692072
        },
        {
            "start": 1239730999,
            "stop": 1239731266
        },
        {
            "start": 1239731271,
            "stop": 1239731315
        },
        {
            "start": 1239731319,
            "stop": 1239731571
        },
        {
            "start": 1239731576,
            "stop": 1239731582
        },
        {
            "start": 1239731587,
            "stop": 1239731826
        },
        {
            "start": 1239731831,
            "stop": 1239731997
        },
        {
            "start": 1239732000,
            "stop": 1239732520
        },
        {
            "start": 1239732525,
            "stop": 1239732549
        },
        {
            "start": 1239732554,
            "stop": 1239732835
        },
        {
            "start": 1239732840,
            "stop": 1239732892
        },
        {
            "start": 1239732894,
            "stop": 1239733273
        },
        {
            "start": 1239733278,
            "stop": 1239733401
        },
        {
            "start": 1239733411,
            "stop": 1239733826
        },
        {
            "start": 1239733830,
            "stop": 1239733925
        },
        {
            "start": 1239733929,
            "stop": 1239734375
        },
        {
            "start": 1239734378,
            "stop": 1239734385
        }
    ]
}