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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5147",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5148,
    "results": [
        {
            "start": 873733829,
            "stop": 873733883
        },
        {
            "start": 873733894,
            "stop": 873733997
        },
        {
            "start": 873734006,
            "stop": 873734084
        },
        {
            "start": 873734091,
            "stop": 873734158
        },
        {
            "start": 873734168,
            "stop": 873734242
        },
        {
            "start": 873734250,
            "stop": 873734325
        },
        {
            "start": 873734344,
            "stop": 873734362
        },
        {
            "start": 873734370,
            "stop": 873734399
        },
        {
            "start": 873734413,
            "stop": 873734415
        },
        {
            "start": 873734423,
            "stop": 873734470
        },
        {
            "start": 873734477,
            "stop": 873734511
        },
        {
            "start": 873734519,
            "stop": 873734687
        },
        {
            "start": 873734694,
            "stop": 873734706
        },
        {
            "start": 873734714,
            "stop": 873734733
        },
        {
            "start": 873734748,
            "stop": 873734778
        },
        {
            "start": 873734788,
            "stop": 873734891
        },
        {
            "start": 873734901,
            "stop": 873734944
        },
        {
            "start": 873734964,
            "stop": 873735027
        },
        {
            "start": 873735036,
            "stop": 873735060
        },
        {
            "start": 873735068,
            "stop": 873735074
        }
    ]
}