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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=42",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 43,
    "results": [
        {
            "start": 818559768,
            "stop": 818560128
        },
        {
            "start": 818560288,
            "stop": 818560588
        },
        {
            "start": 818560756,
            "stop": 818562196
        },
        {
            "start": 818562351,
            "stop": 818562531
        },
        {
            "start": 818562889,
            "stop": 818562949
        },
        {
            "start": 818563268,
            "stop": 818563748
        },
        {
            "start": 818563902,
            "stop": 818564772
        },
        {
            "start": 818564922,
            "stop": 818565222
        },
        {
            "start": 818565551,
            "stop": 818565671
        },
        {
            "start": 818565851,
            "stop": 818566571
        },
        {
            "start": 818566737,
            "stop": 818567037
        },
        {
            "start": 818567198,
            "stop": 818568158
        },
        {
            "start": 818568311,
            "stop": 818568671
        },
        {
            "start": 818568851,
            "stop": 818569901
        },
        {
            "start": 818569931,
            "stop": 818571071
        },
        {
            "start": 818571247,
            "stop": 818573257
        },
        {
            "start": 818573407,
            "stop": 818575237
        },
        {
            "start": 818575387,
            "stop": 818575627
        },
        {
            "start": 818577451,
            "stop": 818577691
        },
        {
            "start": 818577844,
            "stop": 818578144
        }
    ]
}