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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 33,
    "results": [
        {
            "start": 1126359956,
            "stop": 1126360063
        },
        {
            "start": 1126360064,
            "stop": 1126360323
        },
        {
            "start": 1126360324,
            "stop": 1126360398
        },
        {
            "start": 1126360399,
            "stop": 1126360567
        },
        {
            "start": 1126360568,
            "stop": 1126360901
        },
        {
            "start": 1126360902,
            "stop": 1126361016
        },
        {
            "start": 1126361017,
            "stop": 1126361113
        },
        {
            "start": 1126361114,
            "stop": 1126361292
        },
        {
            "start": 1126361293,
            "stop": 1126361451
        },
        {
            "start": 1126361452,
            "stop": 1126361568
        },
        {
            "start": 1126361569,
            "stop": 1126361663
        },
        {
            "start": 1126361664,
            "stop": 1126361845
        },
        {
            "start": 1126361846,
            "stop": 1126362024
        },
        {
            "start": 1126362025,
            "stop": 1126362132
        },
        {
            "start": 1126362133,
            "stop": 1126362237
        },
        {
            "start": 1126362238,
            "stop": 1126362260
        },
        {
            "start": 1126362262,
            "stop": 1126362346
        },
        {
            "start": 1126362347,
            "stop": 1126362461
        },
        {
            "start": 1126362462,
            "stop": 1126362568
        },
        {
            "start": 1126362569,
            "stop": 1126362682
        }
    ]
}