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_CAT2/segments?format=api&page=658
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=659",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=657",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 658,
    "results": [
        {
            "start": 1248135295,
            "stop": 1248135329
        },
        {
            "start": 1248135334,
            "stop": 1248135985
        },
        {
            "start": 1248135989,
            "stop": 1248137802
        },
        {
            "start": 1248137807,
            "stop": 1248137978
        },
        {
            "start": 1248137983,
            "stop": 1248138075
        },
        {
            "start": 1248138080,
            "stop": 1248138132
        },
        {
            "start": 1248138137,
            "stop": 1248138171
        },
        {
            "start": 1248138174,
            "stop": 1248138235
        },
        {
            "start": 1248138239,
            "stop": 1248145175
        },
        {
            "start": 1248145179,
            "stop": 1248147152
        },
        {
            "start": 1248147155,
            "stop": 1248150218
        },
        {
            "start": 1248150223,
            "stop": 1248152518
        },
        {
            "start": 1248152522,
            "stop": 1248153250
        },
        {
            "start": 1248153253,
            "stop": 1248153514
        },
        {
            "start": 1248153522,
            "stop": 1248153951
        },
        {
            "start": 1248153955,
            "stop": 1248153969
        },
        {
            "start": 1248153973,
            "stop": 1248160894
        },
        {
            "start": 1248160899,
            "stop": 1248161094
        },
        {
            "start": 1248161097,
            "stop": 1248163181
        },
        {
            "start": 1248163186,
            "stop": 1248165453
        }
    ]
}