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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5178",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5176",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5177,
    "results": [
        {
            "start": 1137023092,
            "stop": 1137023111
        },
        {
            "start": 1137023114,
            "stop": 1137023128
        },
        {
            "start": 1137023130,
            "stop": 1137023132
        },
        {
            "start": 1137023134,
            "stop": 1137023150
        },
        {
            "start": 1137023152,
            "stop": 1137023174
        },
        {
            "start": 1137023178,
            "stop": 1137023210
        },
        {
            "start": 1137023212,
            "stop": 1137023215
        },
        {
            "start": 1137023217,
            "stop": 1137023241
        },
        {
            "start": 1137023243,
            "stop": 1137023269
        },
        {
            "start": 1137023272,
            "stop": 1137023274
        },
        {
            "start": 1137023277,
            "stop": 1137023281
        },
        {
            "start": 1137023283,
            "stop": 1137023303
        },
        {
            "start": 1137023305,
            "stop": 1137023310
        },
        {
            "start": 1137023312,
            "stop": 1137023322
        },
        {
            "start": 1137023324,
            "stop": 1137023332
        },
        {
            "start": 1137023336,
            "stop": 1137023340
        },
        {
            "start": 1137023342,
            "stop": 1137023345
        },
        {
            "start": 1137023350,
            "stop": 1137023377
        },
        {
            "start": 1137023378,
            "stop": 1137023383
        },
        {
            "start": 1137023385,
            "stop": 1137023396
        }
    ]
}