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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9820",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9821,
    "results": [
        {
            "start": 874035811,
            "stop": 874035831
        },
        {
            "start": 874035834,
            "stop": 874035835
        },
        {
            "start": 874035840,
            "stop": 874035844
        },
        {
            "start": 874035854,
            "stop": 874035857
        },
        {
            "start": 874035865,
            "stop": 874035866
        },
        {
            "start": 874035869,
            "stop": 874035871
        },
        {
            "start": 874035886,
            "stop": 874035890
        },
        {
            "start": 874035901,
            "stop": 874035953
        },
        {
            "start": 874035956,
            "stop": 874035979
        },
        {
            "start": 874035982,
            "stop": 874035987
        },
        {
            "start": 874035990,
            "stop": 874036000
        },
        {
            "start": 874036003,
            "stop": 874036013
        },
        {
            "start": 874036017,
            "stop": 874036024
        },
        {
            "start": 874036030,
            "stop": 874036049
        },
        {
            "start": 874036056,
            "stop": 874036067
        },
        {
            "start": 874036070,
            "stop": 874036083
        },
        {
            "start": 874036086,
            "stop": 874036091
        },
        {
            "start": 874036094,
            "stop": 874037633
        },
        {
            "start": 874037636,
            "stop": 874037987
        },
        {
            "start": 874037990,
            "stop": 874037994
        }
    ]
}