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=5323
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=5324",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5322",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5323,
    "results": [
        {
            "start": 1136527046,
            "stop": 1136527092
        },
        {
            "start": 1136527094,
            "stop": 1136527161
        },
        {
            "start": 1136527163,
            "stop": 1136527164
        },
        {
            "start": 1136527166,
            "stop": 1136527240
        },
        {
            "start": 1136527242,
            "stop": 1136527335
        },
        {
            "start": 1136527338,
            "stop": 1136527415
        },
        {
            "start": 1136527417,
            "stop": 1136527554
        },
        {
            "start": 1136527556,
            "stop": 1136527558
        },
        {
            "start": 1136527560,
            "stop": 1136527584
        },
        {
            "start": 1136527586,
            "stop": 1136527600
        },
        {
            "start": 1136527602,
            "stop": 1136527666
        },
        {
            "start": 1136527668,
            "stop": 1136527949
        },
        {
            "start": 1136527951,
            "stop": 1136528046
        },
        {
            "start": 1136528048,
            "stop": 1136528073
        },
        {
            "start": 1136528353,
            "stop": 1136528366
        },
        {
            "start": 1136528368,
            "stop": 1136528487
        },
        {
            "start": 1136529609,
            "stop": 1136529772
        },
        {
            "start": 1136529774,
            "stop": 1136529797
        },
        {
            "start": 1136529799,
            "stop": 1136529803
        },
        {
            "start": 1136529807,
            "stop": 1136529816
        }
    ]
}