Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=115",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 116,
    "results": [
        {
            "start": 816693704,
            "stop": 816693707
        },
        {
            "start": 816693711,
            "stop": 816693714
        },
        {
            "start": 816693722,
            "stop": 816693723
        },
        {
            "start": 816693751,
            "stop": 816693752
        },
        {
            "start": 816693758,
            "stop": 816693760
        },
        {
            "start": 816693768,
            "stop": 816693770
        },
        {
            "start": 816693775,
            "stop": 816693777
        },
        {
            "start": 816693785,
            "stop": 816693786
        },
        {
            "start": 816693795,
            "stop": 816693796
        },
        {
            "start": 816693803,
            "stop": 816693806
        },
        {
            "start": 816693814,
            "stop": 816693817
        },
        {
            "start": 816693822,
            "stop": 816693823
        },
        {
            "start": 816697883,
            "stop": 816697884
        },
        {
            "start": 816697887,
            "stop": 816697896
        },
        {
            "start": 816697908,
            "stop": 816697956
        },
        {
            "start": 816697959,
            "stop": 816697970
        },
        {
            "start": 816697973,
            "stop": 816697975
        },
        {
            "start": 816697978,
            "stop": 816697988
        },
        {
            "start": 816697991,
            "stop": 816698006
        },
        {
            "start": 816698009,
            "stop": 816698011
        }
    ]
}