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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5128",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5129,
    "results": [
        {
            "start": 969372578,
            "stop": 969372638
        },
        {
            "start": 969373478,
            "stop": 969373538
        },
        {
            "start": 969373898,
            "stop": 969374015
        },
        {
            "start": 969374018,
            "stop": 969374138
        },
        {
            "start": 969374198,
            "stop": 969374251
        },
        {
            "start": 969374254,
            "stop": 969374364
        },
        {
            "start": 969374367,
            "stop": 969374378
        },
        {
            "start": 969374498,
            "stop": 969374510
        },
        {
            "start": 969374513,
            "stop": 969374558
        },
        {
            "start": 969375218,
            "stop": 969375278
        },
        {
            "start": 969375998,
            "stop": 969376058
        },
        {
            "start": 969380078,
            "stop": 969380198
        },
        {
            "start": 969380798,
            "stop": 969380811
        },
        {
            "start": 969380814,
            "stop": 969380978
        },
        {
            "start": 969381938,
            "stop": 969382118
        },
        {
            "start": 969382358,
            "stop": 969382418
        },
        {
            "start": 969382538,
            "stop": 969382598
        },
        {
            "start": 969383138,
            "stop": 969383258
        },
        {
            "start": 969383318,
            "stop": 969383438
        },
        {
            "start": 969383498,
            "stop": 969384458
        }
    ]
}