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=5239
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=5240",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5238",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5239,
    "results": [
        {
            "start": 1136380972,
            "stop": 1136381094
        },
        {
            "start": 1136381096,
            "stop": 1136381177
        },
        {
            "start": 1136381179,
            "stop": 1136381340
        },
        {
            "start": 1136381342,
            "stop": 1136381344
        },
        {
            "start": 1136381346,
            "stop": 1136381457
        },
        {
            "start": 1136381459,
            "stop": 1136381463
        },
        {
            "start": 1136381465,
            "stop": 1136381477
        },
        {
            "start": 1136381479,
            "stop": 1136381511
        },
        {
            "start": 1136381513,
            "stop": 1136381539
        },
        {
            "start": 1136381542,
            "stop": 1136381557
        },
        {
            "start": 1136381559,
            "stop": 1136381578
        },
        {
            "start": 1136381581,
            "stop": 1136381583
        },
        {
            "start": 1136381585,
            "stop": 1136381586
        },
        {
            "start": 1136381588,
            "stop": 1136381595
        },
        {
            "start": 1136381597,
            "stop": 1136381739
        },
        {
            "start": 1136381743,
            "stop": 1136381769
        },
        {
            "start": 1136381771,
            "stop": 1136381790
        },
        {
            "start": 1136381792,
            "stop": 1136381803
        },
        {
            "start": 1136381805,
            "stop": 1136381806
        },
        {
            "start": 1136381808,
            "stop": 1136381813
        }
    ]
}