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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=218",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 219,
    "results": [
        {
            "start": 818215892,
            "stop": 818215897
        },
        {
            "start": 818215900,
            "stop": 818215903
        },
        {
            "start": 818215941,
            "stop": 818215942
        },
        {
            "start": 818215956,
            "stop": 818215957
        },
        {
            "start": 818215968,
            "stop": 818215971
        },
        {
            "start": 818215981,
            "stop": 818215983
        },
        {
            "start": 818215993,
            "stop": 818215994
        },
        {
            "start": 818216011,
            "stop": 818216012
        },
        {
            "start": 818216025,
            "stop": 818216026
        },
        {
            "start": 818216029,
            "stop": 818216030
        },
        {
            "start": 818216038,
            "stop": 818216039
        },
        {
            "start": 818216042,
            "stop": 818216044
        },
        {
            "start": 818216054,
            "stop": 818216055
        },
        {
            "start": 818216058,
            "stop": 818216059
        },
        {
            "start": 818216079,
            "stop": 818216080
        },
        {
            "start": 818216100,
            "stop": 818216101
        },
        {
            "start": 818216113,
            "stop": 818216115
        },
        {
            "start": 818216129,
            "stop": 818216133
        },
        {
            "start": 818216168,
            "stop": 818216172
        },
        {
            "start": 818216179,
            "stop": 818216183
        }
    ]
}