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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5127",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5128,
    "results": [
        {
            "start": 1135948330,
            "stop": 1135948487
        },
        {
            "start": 1135948489,
            "stop": 1135948772
        },
        {
            "start": 1135948774,
            "stop": 1135948840
        },
        {
            "start": 1135948842,
            "stop": 1135948883
        },
        {
            "start": 1135948885,
            "stop": 1135949171
        },
        {
            "start": 1135949172,
            "stop": 1135949631
        },
        {
            "start": 1135949633,
            "stop": 1135949668
        },
        {
            "start": 1135949670,
            "stop": 1135949763
        },
        {
            "start": 1135949765,
            "stop": 1135950730
        },
        {
            "start": 1135950732,
            "stop": 1135951186
        },
        {
            "start": 1135951188,
            "stop": 1135953290
        },
        {
            "start": 1135953292,
            "stop": 1135953912
        },
        {
            "start": 1135953914,
            "stop": 1135954230
        },
        {
            "start": 1135954232,
            "stop": 1135954646
        },
        {
            "start": 1135954648,
            "stop": 1135955059
        },
        {
            "start": 1135955061,
            "stop": 1135955709
        },
        {
            "start": 1135955711,
            "stop": 1135955982
        },
        {
            "start": 1135955984,
            "stop": 1135956029
        },
        {
            "start": 1135956031,
            "stop": 1135957051
        },
        {
            "start": 1135957053,
            "stop": 1135957281
        }
    ]
}