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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10149",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10150,
    "results": [
        {
            "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
        },
        {
            "start": 873735081,
            "stop": 873735102
        },
        {
            "start": 873735117,
            "stop": 873735132
        },
        {
            "start": 873735139,
            "stop": 873735173
        },
        {
            "start": 873735182,
            "stop": 873735199
        },
        {
            "start": 873735206,
            "stop": 873735307
        }
    ]
}