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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=43",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 44,
    "results": [
        {
            "start": 818578391,
            "stop": 818579411
        },
        {
            "start": 818579563,
            "stop": 818579683
        },
        {
            "start": 818579834,
            "stop": 818579954
        },
        {
            "start": 818580125,
            "stop": 818580665
        },
        {
            "start": 818580821,
            "stop": 818580881
        },
        {
            "start": 818581029,
            "stop": 818581089
        },
        {
            "start": 818582634,
            "stop": 818582874
        },
        {
            "start": 818583029,
            "stop": 818583209
        },
        {
            "start": 818583457,
            "stop": 818583667
        },
        {
            "start": 818583827,
            "stop": 818583887
        },
        {
            "start": 818584058,
            "stop": 818584898
        },
        {
            "start": 818585068,
            "stop": 818586148
        },
        {
            "start": 818587539,
            "stop": 818587959
        },
        {
            "start": 818588137,
            "stop": 818590357
        },
        {
            "start": 818590507,
            "stop": 818590717
        },
        {
            "start": 818590853,
            "stop": 818591093
        },
        {
            "start": 818591455,
            "stop": 818591635
        },
        {
            "start": 818591803,
            "stop": 818594023
        },
        {
            "start": 818594292,
            "stop": 818595492
        },
        {
            "start": 818595674,
            "stop": 818595974
        }
    ]
}