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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6960",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6961,
    "results": [
        {
            "start": 873772649,
            "stop": 873772817
        },
        {
            "start": 873772820,
            "stop": 873772845
        },
        {
            "start": 873772848,
            "stop": 873773098
        },
        {
            "start": 873773101,
            "stop": 873773104
        },
        {
            "start": 873773107,
            "stop": 873773157
        },
        {
            "start": 873773160,
            "stop": 873773221
        },
        {
            "start": 873773225,
            "stop": 873773623
        },
        {
            "start": 873773626,
            "stop": 873773751
        },
        {
            "start": 873773754,
            "stop": 873773862
        },
        {
            "start": 873773865,
            "stop": 873773961
        },
        {
            "start": 873773964,
            "stop": 873774065
        },
        {
            "start": 873774069,
            "stop": 873774212
        },
        {
            "start": 873774215,
            "stop": 873774471
        },
        {
            "start": 873774607,
            "stop": 873774637
        },
        {
            "start": 873774640,
            "stop": 873774773
        },
        {
            "start": 873774777,
            "stop": 873775015
        },
        {
            "start": 873775739,
            "stop": 873775827
        },
        {
            "start": 873776603,
            "stop": 873776623
        },
        {
            "start": 873776626,
            "stop": 873776694
        },
        {
            "start": 873776697,
            "stop": 873776698
        }
    ]
}