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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2131",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2132,
    "results": [
        {
            "start": 872212924,
            "stop": 872214223
        },
        {
            "start": 872214242,
            "stop": 872214740
        },
        {
            "start": 872214759,
            "stop": 872214768
        },
        {
            "start": 872214787,
            "stop": 872214847
        },
        {
            "start": 872214884,
            "stop": 872214936
        },
        {
            "start": 872214962,
            "stop": 872215262
        },
        {
            "start": 872215281,
            "stop": 872216043
        },
        {
            "start": 872216063,
            "stop": 872216131
        },
        {
            "start": 872216150,
            "stop": 872216395
        },
        {
            "start": 872216414,
            "stop": 872216424
        },
        {
            "start": 872216443,
            "stop": 872218228
        },
        {
            "start": 872218247,
            "stop": 872218252
        },
        {
            "start": 872218271,
            "stop": 872218769
        },
        {
            "start": 872218803,
            "stop": 872219239
        },
        {
            "start": 872219258,
            "stop": 872219937
        },
        {
            "start": 872219957,
            "stop": 872220376
        },
        {
            "start": 872220395,
            "stop": 872224976
        },
        {
            "start": 872225008,
            "stop": 872225044
        },
        {
            "start": 872225063,
            "stop": 872225222
        },
        {
            "start": 872225241,
            "stop": 872225405
        }
    ]
}