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=5263
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=5264",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5262",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5263,
    "results": [
        {
            "start": 1136393565,
            "stop": 1136393576
        },
        {
            "start": 1136393578,
            "stop": 1136393596
        },
        {
            "start": 1136393598,
            "stop": 1136393602
        },
        {
            "start": 1136393604,
            "stop": 1136393631
        },
        {
            "start": 1136393633,
            "stop": 1136393646
        },
        {
            "start": 1136393648,
            "stop": 1136393669
        },
        {
            "start": 1136393671,
            "stop": 1136393684
        },
        {
            "start": 1136393686,
            "stop": 1136393701
        },
        {
            "start": 1136393703,
            "stop": 1136393729
        },
        {
            "start": 1136393731,
            "stop": 1136393787
        },
        {
            "start": 1136393789,
            "stop": 1136393845
        },
        {
            "start": 1136393849,
            "stop": 1136393853
        },
        {
            "start": 1136393855,
            "stop": 1136393876
        },
        {
            "start": 1136393878,
            "stop": 1136393880
        },
        {
            "start": 1136393882,
            "stop": 1136393906
        },
        {
            "start": 1136393908,
            "stop": 1136393927
        },
        {
            "start": 1136393929,
            "stop": 1136393952
        },
        {
            "start": 1136393954,
            "stop": 1136393960
        },
        {
            "start": 1136393962,
            "stop": 1136393986
        },
        {
            "start": 1136393991,
            "stop": 1136394015
        }
    ]
}