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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16749",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16750,
    "results": [
        {
            "start": 875080946,
            "stop": 875081025
        },
        {
            "start": 875081026,
            "stop": 875081180
        },
        {
            "start": 875081182,
            "stop": 875081280
        },
        {
            "start": 875081282,
            "stop": 875081386
        },
        {
            "start": 875081388,
            "stop": 875081485
        },
        {
            "start": 875081488,
            "stop": 875081496
        },
        {
            "start": 875081500,
            "stop": 875081503
        },
        {
            "start": 875081506,
            "stop": 875081541
        },
        {
            "start": 875081544,
            "stop": 875081582
        },
        {
            "start": 875081584,
            "stop": 875081660
        },
        {
            "start": 875081663,
            "stop": 875081749
        },
        {
            "start": 875081751,
            "stop": 875081806
        },
        {
            "start": 875081809,
            "stop": 875081837
        },
        {
            "start": 875081841,
            "stop": 875081933
        },
        {
            "start": 875081936,
            "stop": 875081941
        },
        {
            "start": 875081945,
            "stop": 875082060
        },
        {
            "start": 875082120,
            "stop": 875082447
        },
        {
            "start": 875082448,
            "stop": 875082490
        },
        {
            "start": 875082493,
            "stop": 875082539
        },
        {
            "start": 875082542,
            "stop": 875082548
        }
    ]
}